Page 1 of 1

autoloop

Posted: Mon Apr 17, 2006 7:33 am
by th3_l00ny
how i can change the number of loop, i got 100 autoloop and i want 10000
some one know what is the fils for that

Posted: Mon Apr 17, 2006 8:50 am
by DevGIB
scripts/include/autoloop.inc
Line:34

Code: Select all

function AutoLoop_init( character, delay := 6, al_setting := 0, maxx := 100 )
maxx := 100 change to maxx:= 1000.

this is also passable from each skill so some skills can loop only 10 and others can loop 100 or 100 or 432 what ever you want just when you send your call for the loop
Autoloop_int(who, 6, 0, <number of max loop for skill>); etc etc