when im wake up.. i become like this..
anyone knows the problem??

Moderators: Moderators, Documentation Writers
Code: Select all
automacro xD {
exclusive 1
console /\(Dmg: Miss.*\)/i
var i unset
call {
if ($i < 7) goto one
if ($i >= 7) goto two
:one
$i++
:two
do as
do relog 7
pause 9
$i = 0
}
}
Macros is not a solution for everything. What's bad with that macros?SkylorD wrote:Code: Select all
automacro xD { exclusive 1 console /\(Dmg: Miss.*\)/i var i unset call { if ($i < 7) goto one if ($i >= 7) goto two :one $i++ :two do as do relog 7 pause 9 $i = 0 } }
I confunded.Macros is not a solution for everything. What's bad with that macros?
I'm now using this :You attack monster.... (Dmg: x)
Used to happen to me long time ago, I thought the AI was stuck, so I wrote a macro to do reload ai. It helped, but not completely, sometimes, it just didn't realize it was stuck. You can use SkylorD's macro as a reference and write one to reload the ai, post back if it works.c0d3 wrote:im left my bot open..
when im wake up.. i become like this..
anyone knows the problem??