Equipt question

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
bullit0
Posts: 3
Joined: Fri Jun 04, 2010 12:38 am

Equipt question

#1 Post by bullit0 »

it's possible for the bot to equip unbound items (which you usually get from drops)?
you must accept this.
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Equipt question

#2 Post by rock5 »

I've been able to figure out that the frame is called "StaticPopup1" and the accept button is called "StaticPopup1Button1". All you need to do now is figure out what function is called when clicking that button. I haven't been able to figure it out.
  • 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
bullit0
Posts: 3
Joined: Fri Jun 04, 2010 12:38 am

Re: Equipt question

#3 Post by bullit0 »

yes it works. great THX

inventory:useItem(xxx);
sendMacro("StaticPopup_OnClick(StaticPopup1, 1);");

http://www.theromwiki.com/API:StaticPopup_OnClick
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Equipt question

#4 Post by rock5 »

bullit0 wrote:yes it works. great THX

inventory:useItem(xxx);
sendMacro("StaticPopup_OnClick(StaticPopup1, 1);");

http://www.theromwiki.com/API:StaticPopup_OnClick
I missed that one. Great! That should be a solution for other popups too.
  • 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
bullit0
Posts: 3
Joined: Fri Jun 04, 2010 12:38 am

Re: Equipt question

#5 Post by bullit0 »

rock5 wrote:That should be a solution for other popups too.
how can be called popup for binding items
Post Reply