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

Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Spam F1 and F2
Author Message
Nikon187 Offline
Expired VIP Member
**

Posts: 28
Joined: Mar 2013
Reputation: 0
Version: 1.4.1.123
Post: #1
Spam F1 and F2

Is there such a script to spam like F1 and F2
The reason I ask is because I have the summoner using skill with a script.. but he is only using one of the 2 possible skills..
I was wondering if I can just put those 2 skills on like F1 and F2 and spam them with a script.?

Unless I can add a second skill to spam in the summoner script?
10-22-2013 17:44 PM
Find all posts by this user Quote this message in a reply
GoodLuck777 Offline
Goblin Grave Robber
*

Posts: 11
Joined: Oct 2013
Reputation: 2
Version: 1.4.1.110
Post: #2
RE: Spam F1 and F2

Sleep(100);
Command("/useskill name1");
Command("/useskill name2");
10-22-2013 22:06 PM
Find all posts by this user Quote this message in a reply
 Reputed by : Fox(+2)
Nikon187 Offline
Expired VIP Member
**

Posts: 28
Joined: Mar 2013
Reputation: 0
Version: 1.4.1.123
Post: #3
RE: Spam F1 and F2

so something like

Sleep(100);
Command("/useskill Unicorn's Touch");
Command("/useskill Unicorn's Power");
10-23-2013 15:38 PM
Find all posts by this user Quote this message in a reply
TheQQmaster Offline
Trolling the Trolls
*****

Posts: 1,532
Joined: Jun 2012
Reputation: 640
Version: 1.4.2.133
Post: #4
RE: Spam F1 and F2

Command("/useshortcut 1 1"); --F1 xd

PUSH [Image: knUu53] IF HELPED
(This post was last modified: 10-23-2013 16:53 PM by TheQQmaster.)
10-23-2013 16:53 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Nikon187 Offline
Expired VIP Member
**

Posts: 28
Joined: Mar 2013
Reputation: 0
Version: 1.4.1.123
Post: #5
RE: Spam F1 and F2

Sleep(100);
Command("/useshortcut 1 2")
Command("/useshortcut 1 1")

looks like when I start script it does both skills one time and then doesnt do them again. maybe add a delay?
(This post was last modified: 10-23-2013 19:02 PM by Nikon187.)
10-23-2013 16:59 PM
Find all posts by this user Quote this message in a reply
Nikon187 Offline
Expired VIP Member
**

Posts: 28
Joined: Mar 2013
Reputation: 0
Version: 1.4.1.123
Post: #6
RE: Spam F1 and F2

how do I add a repeat line in this script?
10-24-2013 17:36 PM
Find all posts by this user Quote this message in a reply
GoodLuck777 Offline
Goblin Grave Robber
*

Posts: 11
Joined: Oct 2013
Reputation: 2
Version: 1.4.1.110
Post: #7
RE: Spam F1 and F2

repeat
until false;
10-24-2013 21:34 PM
Find all posts by this user Quote this message in a reply
TheQQmaster Offline
Trolling the Trolls
*****

Posts: 1,532
Joined: Jun 2012
Reputation: 640
Version: 1.4.2.133
Post: #8
RE: Spam F1 and F2

    LUA Programming
repeat
-- sleep u should add like skill casting time or what u do <img src="images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />
Command("/useshortcut 1 2")
Sleep(500);
Command("/useshortcut 1 1")
Sleep(500);
until false;


PUSH [Image: knUu53] IF HELPED
(This post was last modified: 10-25-2013 01:20 AM by TheQQmaster.)
10-25-2013 01:19 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 




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