OpenKore / openkore

A free/open source client and automation tool for Ragnarok Online
http://openkore.com
Other
1.25k stars 1.03k forks source link

Fix map change invalidate QuestActive #3825

Closed hexhexD closed 6 months ago

hexhexD commented 6 months ago

Setting is_on_stand_by = 0 after a map change was the reason that an active quest doesn't trigger QuestActive condition. Every map change ends up calling validate_condition with a new value of 0 which sets is_validated to false.

Before:

before

After:

after