macro bot

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Supergala
Posts: 505
Joined: Mon May 17, 2010 3:40 pm
Location: Poland

macro bot

#1 Post by Supergala »

/script TargetNearestEnemy() if UnitName("target")=="Sharpclaw Bear" then tUseAction(11); else tUseAction(8); end
slot 9:
/wait 1
/script tUseAction(2);
/wait 5
/script MoveBackwardStart();
/wait 1.5
/script MoveBackwardStop();
/wait 1
/script tUseAction(8);
slot10:
/wait 1.1
/script UseAction(3);
/wait 1.1
/script UseAction(3);
/wait 1.1
/script UseAction(3);
/wait 1.1
/script UseAction(4);
/wait 1.3
/script UseAction(2);
/wait 1
/script tUseAction(9)
slot11:
/wait 1.1
/script UseAction(3);
/wait 1.1
/script UseAction(3);
/wait 1.1
/script UseAction(3);
/wait 1.1
/script UseAction(4);
/wait 1.3
/script UseAction(2);
/wait 1
/script tUseAction(10)


these are my macros after the patch .... the "t"of the tUseAction have the problem and i must be removed ... 'that I can 't link various macro slot ...... numbers in brackets indicate the skill....where is the problems?...i don't know how to use micromacro or lue.......are there another program for bot?example uberflex etc.....pls answer me thk's
filipsworks
Posts: 53
Joined: Mon May 10, 2010 10:37 am

Re: macro bot

#2 Post by filipsworks »

U get smth like uberflex effect after adding

Code: Select all

<option name="USE_SLEEP_AFTER_RESUME" value="true" />
to your profile file.
Supergala
Posts: 505
Joined: Mon May 17, 2010 3:40 pm
Location: Poland

Re: macro bot

#3 Post by Supergala »

add this string in my profile file....but where is it?and where i add this?after i use macro how before
filipsworks
Posts: 53
Joined: Mon May 10, 2010 10:37 am

Re: macro bot

#4 Post by filipsworks »

U need to get smth like this

Code: Select all

<option name="MAX_DEATHS" value="99"/>
<!-- Log out after this many deaths -->
<!-- For more options and documentation see the RoM Bot Wiki: -->
<!-- http://www.solarstrike.net/wiki/index.php5?title=RoM_Bot -->
<option name="USE_SLEEP_AFTER_RESUME" value="true"/>
</options>
<friends>
<!-- names of friends we help fighting or enemys we don't want to attack -->
<!-- for umlauts use \129 (ue),\132 (ae),\148 (oe) e.g. K\132fer -->
Post Reply