Page 1 of 1

What's on my Extra Action Bar?

Posted: Sat Nov 02, 2013 5:57 pm
by dr-nuker
Hey,

i'm sure there is a solution for this question.

So basically I wanna read out the skills in the extra Action Bar.

What'S the lines of code for that?

br,
nuker

Re: What's on my Extra Action Bar?

Posted: Sat Nov 02, 2013 6:11 pm
by Bill D Cat
This is a start. Apparently you can get the icon that is on it, but you may have to do some detective work to match it to a skill.

http://www.solarstrike.net/phpBB3/viewt ... ion#p32856

Re: What's on my Extra Action Bar?

Posted: Mon Nov 04, 2013 1:30 am
by lisa
Yep that code I did will deffinately get you started, I know more about memory and stuff now and I would imagine the skills are in memory is a section nearby, just like we found the item set skills in memory.

I haven't updated the game in a very long time, maybe rock will be interested in having a look for them in memory?

Re: What's on my Extra Action Bar?

Posted: Mon Nov 04, 2013 4:09 am
by rock5
I think I didn't get the Extra Action buttons from memory when I did 'invaders' because it was too difficult. I just tried again now. Even though I can find the ids of the buttons, I can't find working pointers to them.

Re: What's on my Extra Action Bar?

Posted: Tue Nov 05, 2013 10:41 am
by dr-nuker
Thanks so far!

I'll give the previously posted code a run and see if it works the way I want to use it.

Actually I'm just looping that code for the pumpkinevent in tagena...

Unfortunally I have not seen an obvious way to detect if a pumpkin will spawn an evil pumpkin or the seed giving thing, so the code is not very useful if you want many mad fires as reward.