Lineage 2 Tower Forum

Full Version: Spectre farming
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys just bought premium edition and everything works fine but i actually need the bot to farm event items. Basically i just need repeated clicks of F1 F2 F3 with different delays, can someone help plz
script + Command("/useshortcut 1 1") + repeat ... until false; + sleep
(01-10-2012 11:23 AM)ClockMan Wrote: [ -> ]script + Command("/useshortcut 1 1") + repeat ... until false; + sleep

Hi thanks for reply. Is that what i put into script window? I am really dumb when it comes to scripting ,have no idea how to write it. I have 3 shortcuts in my bar : F1 which need 10s delay repeat, F2 with 42s delay repeat and F3 with 25s delay repeat, can you give me approx script values please? ty very much
for example

repeat
Command("/useshortcut 1 1");
Sleep(10*1000);
until false

repeat
Command("/useshortcut 1 2");
Sleep(42*1000);
until false

repeat
Command("/useshortcut 1 3");
Sleep(25*1000);
until false
i'm using 10th panel

f1=macro with /target specter of light
f2=fragment
f3- specter
delays must be adjusted according to lace where u do it

PHP Code:
repeat
Command
("/useshortcut 10 3");
Sleep(2500);
Command("/useshortcut 10 1");
Sleep(2500);
Command("/useshortcut 10 2");
Sleep(30*1000);
Command("/useshortcut 10 1");
Sleep(2500);
Command("/useshortcut 10 2");
Sleep(30*1000);
Command("/useshortcut 10 1");
Sleep(2500);
Command("/useshortcut 10 2");
Sleep(30*1000);
Command("/useshortcut 10 1");
Sleep(2500);
Command("/useshortcut 10 2");
Sleep(30*1000);
Command("/useshortcut 10 1");
Sleep(2500);
Command("/useshortcut 10 2");
Sleep(30*1000);
until false
(01-10-2012 23:37 PM)pxovela Wrote: [ -> ]i'm using 10th panel

f1=macro with /target specter of light
f2=fragment
f3- specter
delays must be adjusted according to lace where u do it

PHP Code:
repeat
Command
("/useshortcut 10 3");
Sleep(2500);
Command("/useshortcut 10 1");
Sleep(2500);
Command("/useshortcut 10 2");
Sleep(30*1000);
Command("/useshortcut 10 1");
Sleep(2500);
Command("/useshortcut 10 2");
Sleep(30*1000);
Command("/useshortcut 10 1");
Sleep(2500);
Command("/useshortcut 10 2");
Sleep(30*1000);
Command("/useshortcut 10 1");
Sleep(2500);
Command("/useshortcut 10 2");
Sleep(30*1000);
Command("/useshortcut 10 1");
Sleep(2500);
Command("/useshortcut 10 2");
Sleep(30*1000);
until false


THX!!! mis hijos para ti.
Superb guys , thanks a lot now i can continue my journey to being billionaire Big Grin
hey, realy this works, but how i do to pick up too?
Reference URL's