mage/warden question

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
zeljomir
Posts: 47
Joined: Fri Jun 22, 2012 3:41 pm

mage/warden question

#1 Post by zeljomir » Mon Aug 19, 2013 4:20 pm

i got one question, i remember old macro for register SW it go like this "/script for i=1, 500, 1 do GuildHousesWar_Register() end" can i use simular thing for flame whit new elite skill ??

User avatar
BlubBlab
Posts: 948
Joined: Fri Nov 30, 2012 11:33 pm
Location: My little Pony cafe

Re: mage/warden question

#2 Post by BlubBlab » Mon Aug 19, 2013 5:01 pm

Any macro system that exist with the exception of rom's internal macro system.
e.g MM here , Autohotkey, Keybordmacros ......

In MM it would be like this(from demo):

Code: Select all

function main()
 
  while(true) do
    ---key under which is your spell
     keyboardPress( key.VK_1 );
    -- if they press space bar, break out of the while
    if( keyPressedLocal(key.VK_SPACE) ) then
      break;
    end
  end
 
end
  
-- startMacro will now call main() within a protected environment for us.
startMacro(main);
Jack-of-all-trades, but master-of-only of a few :D

My Reps:
https://github.com/BlubBlab/Micromacro-with-OpenCV (My version of MM2 with OpenCV and for MS Visual Studio)
https://github.com/BlubBlab/rom-bot (rombot with no stop WP and advanced human emulation mode and some other extensions)
https://github.com/BlubBlab/Micromacro-2-Bot-Framework ( A work in progress )
My Tools : viewtopic.php?f=10&t=6226

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 0 guests