What's on my Extra Action Bar?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
dr-nuker
Posts: 145
Joined: Sun Oct 09, 2011 7:33 am

What's on my Extra Action Bar?

#1 Post 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
User avatar
Bill D Cat
Posts: 555
Joined: Sat Aug 10, 2013 8:13 pm
Location: Deep in the Heart of Texas

Re: What's on my Extra Action Bar?

#2 Post 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
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: What's on my Extra Action Bar?

#3 Post 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?
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: What's on my Extra Action Bar?

#4 Post 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.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan
dr-nuker
Posts: 145
Joined: Sun Oct 09, 2011 7:33 am

Re: What's on my Extra Action Bar?

#5 Post 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.
Post Reply