Sorry in advance if this is a necropost (the time threshold for necroposting seems to vary from one forum to the next, in my experience), but I'm getting a consistent error with the script. Every time I try to turn in this quest, I get this same error.
It's weird, since this is the only quest that gives me this problem, and only when I set it to have a gold reward. I've put the quest in question below, since I already
suspect know I just put something in wrong.
when 2
q[:name] = "Road Closed"
q[:level] = 2
q[:icon_index] = 262
q[:description] = "Some bandits have set up a toll north of Azrim. Don't let them have their way."
q[:objectives][0] = "Get rid of the bandits"
q[:objectives][1] = "Report back"
q[:prime_objectives] = [1]
q[:custom_categories] = []
q[:banner] = ""
q[:banner_hue] =
q[:client] = "Woman"
q[:location] = "Azrim Gates"
q[:common_event_id] =
q[:rewards] = [
[:gold, 500],
]