OpenKore / openkore

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

Fix map change invalidate QuestActive #3825

Closed hexhexD closed 1 year ago

hexhexD commented 1 year 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