Receive packet for skill/spell/item end?

08/15/2011 18:46 Kozue#1
I'd like to know if there's a receive packet that tells the client that a skill/spell/item has ended.

I keep track of time used for skills like increasing concentration, spells like defensive incantation, and items like lucky stones, etc. with a programmed counter using GetTickCount similar to code released recently by MoepMeep.

Instead of using counters, if there's a packet that let's me know when they run out of time or cause the screen animation to end, it'll make automation much easier.
08/15/2011 21:40 Mahatma#2
skill/spell should be packets with packet header 0x15/0x47
you could also try to detect some skill/spells via 0x45 (statuschange) packet - if your stats will be increased cause of the buff...
but idk which packet is used for lucky stone and such things... :-/