Quote:
Originally Posted by EL Kal EL
SD run/fail counter isn't working for me, both are sitting at 0. Is it working for you? Not a big deal, because the script logs the runs success/fails to a file in the scripts dir. So I can guestimate that its winning ~75% of the time.
*Edit*
I added the sleep timers as suggested in the post above mine, no change. Initally set to sleep(100), will adjust and update.
|
The runs and fails counters do not work on mine either. I set the sleep on both to 1000 and that is what works for me. Using a ranger and N/R with pet gives me about a 75% win rate as well.
This is what most of the alterations looks like
endIf
if not $amDead then GoNearestNPCToCoords(-1490, 3511)
if not $amDead then sleep(1000)
if not $amDead then Dialog(0x83A601)
if not $amDead then sleep(1000)
if not $amDead then Dialog(0x84)
if not $amDead then sleep(1000)
if not $amDead then WaitMapLoading($MAPID_EOTN_Snowballs, 20000)