Stupid Question: RB Assist: Loop ingame macro?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Ascendency4
Posts: 11
Joined: Fri Feb 11, 2011 12:26 pm

Stupid Question: RB Assist: Loop ingame macro?

#1 Post by Ascendency4 » Tue Mar 08, 2011 12:44 am

i was working on a 1 on 1 rogue/priest party bot who's sole purpose is to follow around my other characters in stealth and heal them should there heal go down.


im attempting to use the RB Assist waypoint but ive run into some difficulty.


im using a ingame macro to follow my non-botting character and monitor its health and i need to cast this macro aprox. every second.

im 95% sure theres a very simple very obvious way to force the bot to push this macro every second or so. but digging around i couldnt find it.

any tips?

User avatar
Administrator
Site Admin
Posts: 5331
Joined: Sat Jan 05, 2008 4:21 pm

Re: Stupid Question: RB Assist: Loop ingame macro?

#2 Post by Administrator » Tue Mar 08, 2011 5:44 am

You could add this to the onLoad event:

Code: Select all

function pressSomeKey()
  keyboardPress(key.VK_1); -- press the 1 key
end
registerTimer("timedkeypress", secondsToTimer(1), pressSomeKey);

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests