OpenKore / openkore

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

Implement a hook point for when we're in game and fully received introductory information #355

Open farrainbow opened 7 years ago

farrainbow commented 7 years ago

Some parts for AI (invetory and cart-related, for example) may not have a solid point where all the information is received. For example, if you have no stackable items, the related packet would not be received at all.

Things which already have its own guaranteed points (packets) where all the information is ready may use their own points to be more robust, or use this common point for more easy implementation.

ghost commented 7 years ago

It remembered 👍

http://forums.openkore.com/viewtopic.php?f=7&t=160983&hilit=taekwon

https://github.com/OpenKore/openkore/issues/346 maybe associate packets with informations.

the solution is creating RULES.

ghost commented 7 years ago

How about compare the packetid to process all packet related to inventory?