[XP] Quest Log System

Started by G_G, May 31, 2009, 08:12:58 pm

Previous topic - Next topic

G_G

January 16, 2012, 03:07:27 pm #100 Last Edit: January 16, 2012, 03:08:35 pm by game_guy
Is it a syntax error or what? That doesn't make any sense to me. O_o

EDIT: I just tried this and I didn't get an error. So you have to have a syntax error somewhere above or below the script. Maybe a missing end or something.
module Test
  def self.qlocation(id)
    case id
    #==================================================
    # Quest Location
    # Use when x then return ''location''
    # x = id, location = location in quotes
    #==================================================
    when 1 then return "l"
    end
    return "????"
  end
end

print Test.qlocation(1)

mroedesigns

That's what I was sayin. It's a syntax, I'll find it  :roll:

After I get these last little bugs out though v2 will be finished

G_G

If you posted the entire script and not just part of it I could probably help you find it.

mroedesigns

I got it.

http://forum.chaos-project.com/index.php/topic,10125.0.html

Mind giving it a download and letting me know if I need to include any other files?

Kirye

Sorry for necro-ing this thread, I just had a quick question about it. D:

Is it possible to display variables in the quest log? I want to be able to use it for collection quests or "Defeat x amount of this monster" quests.

Spoiler: ShowHide

whitespirits

Hi guys running this with RMX-OS im getting errors on accepting quests and trying to open the quest window

Spoiler: ShowHide


Spoiler: ShowHide

KK20

Most likely running a save file that didn't get the chance to initialize the quest variables.

http://forum.chaos-project.com/index.php/topic,13656.msg180246.html#msg180246

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

whitespirits

I'm looking for some extra features for this quest log, a difficulty setting In red orange or green, also adding a way of calculating variables, effectively so u can do 5/5 and when an item is added or variable it goes up or down if 1 is lost

KK20

My quest system doesn't support colors, but it does support game variables. I was thinking of potentially updating it again, but just didn't have enough ideas.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!