autoloop

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 095. Note: Core 095 is no longer officially supported.
Post Reply
th3_l00ny
New User
Posts: 28
Joined: Sun Mar 12, 2006 1:32 pm

autoloop

Post 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
DevGIB
Grandmaster Poster
Posts: 248
Joined: Mon Feb 06, 2006 6:12 am

Post 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
Post Reply