Anyone know what the run function is for rombot ?
Posted: Thu Jul 28, 2011 2:59 am
hi, anyone know what the run fuction is ?
everything works fine aprt from the Run("ScoutRogue()");
Ingame the macro command is" /run ScoutRogue() "and this will start my DIYCE macro.
everything works fine aprt from the Run("ScoutRogue()");
Ingame the macro command is" /run ScoutRogue() "and this will start my DIYCE macro.
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<onLoad>
while(true) do
player:lootAll();
RoMScript("FollowUnit('party1');");
RoMScript("AssistUnit('party1');");
Run("ScoutRogue()");
end
</onLoad>
</waypoints>