Well, mind helping me, please?
I've made 3 Quests so far and 1+2 work fine (monster kill), however with the 3. I am getting an error (Item collect). Tried alot of different things in the text but I can't get it to work :S
Quest#3 in my txt file:
<quest3>
name:Gaining Wisdom
level:1
category:
difficulty:Easy
autoComplete:false
canAbandon:true
forceAccept:false
forceTurnin:false
qgiverName:Mysterious Woman
location:Ishwa General Store
<description>
Get
some magically infused Gums and bring them to the Mysterious Woman in the
Ishwa General Store. Those Gums are being dropped by Green Slimes.
<description>
<objectives>
{item:[type:"item"], 2, name:"Green Gum", max:3,
hidden:false}<objectives>
gold:0
exp:50
expScale:0
<rewards>
{type:"item",
id:119, amount:1}
{type:"item", id:158, amount:1}
<rewards>
<quest3>
In Objectives I tried changing stuff to make it work, but can't :x Only when I replaced it with a monster kill objective, it actually worked, so I guess I'm failing with the item collect setup :/