Question about idle

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

ultimatebotter
Noob
Noob
Posts: 11
Joined: 10 May 2010, 06:15
Noob?: Yes

Question about idle

#1 Post by ultimatebotter »

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.
gamenikko
The Way Of Human
The Way Of Human
Posts: 192
Joined: 16 Aug 2009, 03:47
Noob?: Yes
Location: Gonryun

Re: Question about idle

#2 Post by gamenikko »

I don't know what you are trying to accomplish,
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.