L2Tower Discord Let's keep the community alive with discord. Discussions about plugins and scripts L2Tower Discord

Thread Closed 
 
Thread Rating:
  • 12 Vote(s) - 3.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Spectre farming
Author Message
sukablet Offline
Expired VIP Member
**

Posts: 10
Joined: Jan 2012
Reputation: 0
Version: 1.4.1.73
Post: #1
Star Spectre farming

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
01-10-2012 05:06 AM
Find all posts by this user
ClockMan Offline
All Mighty
*******

Posts: 2,886
Joined: Jan 2011
Reputation: 499
Version: 1.4.3.143
Post: #2
RE: Spectre farming

script + Command("/useshortcut 1 1") + repeat ... until false; + sleep

[Image: owner.gif]
01-10-2012 11:23 AM
Visit this user's website Find all posts by this user
sukablet Offline
Expired VIP Member
**

Posts: 10
Joined: Jan 2012
Reputation: 0
Version: 1.4.1.73
Post: #3
RE: Spectre farming

(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
01-10-2012 11:56 AM
Find all posts by this user
Hebdzik Offline
Tester

Posts: 1,235
Joined: Aug 2011
Reputation: 265
Version: 1.4.3.143
Post: #4
RE: Spectre farming

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
01-10-2012 12:31 PM
Find all posts by this user
pxovela Offline
VIP Member
***

Posts: 167
Joined: Sep 2011
Reputation: 14
Version: 1.4.1.123
Post: #5
RE: Spectre farming

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
Find all posts by this user
amiroooo Offline
Beta Tester

Posts: 1,270
Joined: Sep 2011
Reputation: 412
Version: 1.4.2.142
Post: #6
RE: Spectre farming

01-10-2012 23:46 PM
Find all posts by this user
paranoid1994 Offline
Elpy
*

Posts: 2
Joined: Dec 2011
Reputation: 0
Version: 1.4.1.96
Post: #7
RE: Spectre farming

(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.
01-11-2012 01:25 AM
Find all posts by this user
sukablet Offline
Expired VIP Member
**

Posts: 10
Joined: Jan 2012
Reputation: 0
Version: 1.4.1.73
Post: #8
RE: Spectre farming

Superb guys , thanks a lot now i can continue my journey to being billionaire Big Grin
01-11-2012 02:05 AM
Find all posts by this user
swordhands Offline
Elpy
*

Posts: 1
Joined: Jan 2012
Reputation: 0
Version: 1.4.1.81
Post: #9
RE: Spectre farming

hey, realy this works, but how i do to pick up too?
01-19-2012 01:10 AM
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  H5 SPH Farming. asdfakis 1 2,816 07-23-2015 22:57 PM
Last Post: darknes12
  Ap Farming Henno 7 4,643 09-02-2014 01:33 AM
Last Post: mardukx
  85 Farming Spots NaoJogoMais 5 4,344 06-16-2014 21:49 PM
Last Post: NaoJogoMais
  Ho ho ho, time for farming gift from NCSOFT Santa Claus SimonHM 26 13,412 12-20-2013 12:25 PM
Last Post: ClockMan



User(s) browsing this thread: 1 Guest(s)