Question about idle
Moderator: Moderators
-
- Noob
- Posts: 11
- Joined: 10 May 2010, 06:15
- Noob?: Yes
Question about idle
What should i type in macro when my bot is in idle it will relog so that it will read again the macros? My bot keeps on stocking and not selling items that i gather. What should i put so that when it doesnt sell item it will just relog and re read the macro.
-
- The Way Of Human
- Posts: 192
- Joined: 16 Aug 2009, 03:47
- Noob?: Yes
- Location: Gonryun
Re: Question about idle
I don't know what you are trying to accomplish,
lucky you im a spoon feeder!
lucky you im a spoon feeder!
Code: Select all
automacro antiIdle {
eval AI::isIdle
timeout 3
call {
do reload mac
pause 1
do relog 1
pause 5
do eval AI::Clear
}
}
Just like old times.