- Joined
- May 15, 2016
- Messages
- 9
- Reaction score
- 0
- First Language
- English
- Primarily Uses
I am having a problem with the Modern Algebra Journal Script. I have the quest system set up and everything works fine. I have my reward set to give XP and I have set an icon for the give XP reward as shown in the instructions. However when I go into my game to test it. The quest reward in the menu shows as a bag as the icon and the text Hand Axe next to it. I have not set these in any of the settings so I cant figure out why they are showing as rewards?
This is my Quest Line
when 0
q[:name] = "Old Sailor's Beer."
q[:icon_index] = 725
q[:level] = 1
q[:description] = "An Old Sailor has asked you to buy him a drink."
q[
bjectives][0] = "Buy a Beer."
q[
bjectives][1] = "Give the Old Sailor his Beer."
q[
rime_objectives] = [1,]
q[:custom_categories] = []
q[:banner] = ""
q[:banner_hue] = 0
q[:client] = "Sea Captain"
q[:location] = "Westray Pub"
q[:rewards] = [:exp, 15,]
q[:common_event_id] = 0
I have included a screenshot of the reward the quest shows,

This is my Quest Line
when 0
q[:name] = "Old Sailor's Beer."
q[:icon_index] = 725
q[:level] = 1
q[:description] = "An Old Sailor has asked you to buy him a drink."
q[
q[
q[
q[:custom_categories] = []
q[:banner] = ""
q[:banner_hue] = 0
q[:client] = "Sea Captain"
q[:location] = "Westray Pub"
q[:rewards] = [:exp, 15,]
q[:common_event_id] = 0
I have included a screenshot of the reward the quest shows,



