Hello,
As I don't want to use injections and lua functions for my BOT, i found this wich can be interesting for some of you.
1/ A static address : 0x00A1329F
A bit random, but 0 when nothing is in casting, and an other thing when something like a Fireball is in casting
2/ An address relative to the objBase : [objBase + 0xA58]
This on is much interesting because you can read the spell ID which is in casting.
It gives 0 when nothing is in casting, and the ID of the spell when you are casting something
Sorry for all the "is in casting", my english isn't perfect. :yuck:
Comments are welcome.