7
« on: August 21, 2011, 07:37:33 PM »
okay, here it goes
In addition to CLAw, I have these two scripts running in the same easyuo.
=== script 1 for EOO =========
set %timeout_looter ( #sCnt + 20 )
repeat
namespace copy TM_loot_in_progress from global TM_loot
until !TM_loot_in_progress <> #TRUE || #sCnt > %timeout_looter
EVENT MACRO 15 206
WAIT 205s
======script 2 for attacking nearest hostile ==========
set %timeout_looter ( #sCnt + 20 )
repeat
namespace copy TM_loot_in_progress from global TM_loot
until !TM_loot_in_progress <> #TRUE || #sCnt > %timeout_looter
event macro 3 0 ..
wait 30
set %timeout_looter ( #sCnt + 20 )
repeat
namespace copy TM_loot_in_progress from global TM_loot
until !TM_loot_in_progress <> #TRUE || #sCnt > %timeout_looter
event macro 52 1
wait 30
set %timeout_looter ( #sCnt + 20 )
repeat
namespace copy TM_loot_in_progress from global TM_loot
until !TM_loot_in_progress <> #TRUE || #sCnt > %timeout_looter
event macro 53
wait 3s
=========================