Greetings to All !
I have some noob question about auto reward.
I want to disable this option because i want to a questnpc give to player the reward.
How i can do it ?
Example
Questholder name: "survivor"
Disable Autoreward at Quest holder.
In Questnpc type to condition:
"GETONCARRIED,survivor,questholder,completed1=true"
To Action: "GIVE/<katana/name/Reward>"
"When player arrive to npc with completed quest. NPC give him item. "
If you want to delete Questholder after give reward make this.
To new Action, depends on previous action: "SETONCARRIED,survivor,questholder,completed1=true/DELETE"
Thats all.