Hello,
where can i find the offset, whick points to the spell id of the first button on bar 1 (key 1)?
And would be key 2 firstKeyOffset + 0x4 ?
Hello,
where can i find the offset, whick points to the spell id of the first button on bar 1 (key 1)?
And would be key 2 firstKeyOffset + 0x4 ?
Spell ID's are extremely easy to find with CE and trial/error.
The Actionbars' spells are stored in an array, so yes, you can access the second button by adding 0x4 and the first button of the second bar by adding 0x30 ( == 48 == 12 * 4).
0xC53CB0 is the offset iirc.
I played a little bit around with it. Bur i have some problems. I drag a spell to slot 1 in bar 1. Read the spellid and get it. then i change the spell and read the same slot again, but i still get the first spellid. Is there a function to refresh the spellids on the bars?
For me it works fine... if I restart my bot to refresh the bindings, it sets them accordingly.
Have you tried to read them with CheatEngine? Maybe you aren't actually refreshing your spells (e.g.: forget to clear the spell dictionary or something like that)
Someone got the actual Offset ?
First read this:
http://www.mmowned.com/forums/world-...ion-rules.html
Then this:
http://www.mmowned.com/forums/world-...lids-bars.html
I'll promise you, you will find your offset within the first two posts.
im sorry ... but i thought those offsets up there were outdated ...