Issue information

Issue ID
#8104
Status
Fixed
Severity
None
Started
kyeme
Mar 20, 2014 7:05
Last Post
kyeme
Mar 20, 2014 21:06
Confirmation
Yes (1)
No (0)

kyeme - Mar 20, 2014 7:05

When the character with current mission is deleted, other character from that account cant do mission.
[url="https://github.com/HerculesWS/Hercules/blob/master/npc/custom/quests/hunting_missions.txt"]https://github.com/HerculesWS/Hercules/blob/master/npc/custom/quests/hunting_missions.txt[/url]

This post has been edited by kyeme on Mar 20, 2014 7:07

ossi0110 - Mar 20, 2014 12:30

Confirm

its becasue he dont removes the #Mission_Count var and #Mission_Delay in the acc_reg_num_db

AnnieRuru - Mar 20, 2014 14:23

that's why I don't like people write their quest script with account variable and player variable at the same time
should either use account variable (cashshop) or player variable, either one

AnnieRuru - Mar 20, 2014 20:59

fix in
[url="https://github.com/HerculesWS/Hercules/commits/master"]https://github.com/HerculesWS/Hercules/commits/master[/url]

using a query_sql sounded like a cheap hack,
but I can't think of a better way to do this without adjusting the main script
I think Euphy will definitely read this bug report and he might has a better way to fix it

kyeme - Mar 20, 2014 21:06

Thank you :)