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

Thread Closed 
 
Thread Rating:
  • 59 Vote(s) - 3.07 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to make stigma 10sec delay
Author Message
nothar3 Offline
Gremlin
*

Posts: 5
Joined: Jul 2011
Reputation: 0
Version: 1.4.1.102
Post: #1
how to make stigma 10sec delay

Hi,
I want to use stigma on every mob in cata. If I set it in spoil, sweep option it spams stigma every 2sec or so and SE is out of mp soon, if I set it in nuke attack repeat, 10sec delay it doesn't work at all. Some idea?
08-10-2011 12:44 PM
Find all posts by this user
Sakaszli Offline
I'm too pro to be pro.
*******

Posts: 1,189
Joined: Jan 2011
Reputation: 484
Version: 1.4.2.134.5b
Post: #2
RE: how to make stigma 10sec delay

script?

while
{
oldtarget=GetTarget;
while(oldtarget == newtarget)
{
newtarget=GetTarget;
}
UseSkill(stigma);
}

some ifs... somethink like it
08-10-2011 13:28 PM
Visit this user's website Find all posts by this user
nothar3 Offline
Gremlin
*

Posts: 5
Joined: Jul 2011
Reputation: 0
Version: 1.4.1.102
Post: #3
RE: how to make stigma 10sec delay

It says unexpected symbol near while. I just copied ur text in txt file, changed extension to .lua and run it ingame.
(This post was last modified: 08-10-2011 17:28 PM by nothar3.)
08-10-2011 14:21 PM
Find all posts by this user
Sakaszli Offline
I'm too pro to be pro.
*******

Posts: 1,189
Joined: Jan 2011
Reputation: 484
Version: 1.4.2.134.5b
Post: #4
RE: how to make stigma 10sec delay

    LUA Programming
repeat
	Sleep(100);
	old = GetTarget();
	new = old;
		while old == new
		do
		new = GetTarget();
		sleep(100);
		end;
	UseSkill(1539);
until false;



dunno i think it can be work...i havent time to check it.
(This post was last modified: 08-10-2011 15:00 PM by Sakaszli.)
08-10-2011 14:57 PM
Visit this user's website Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  //cfg party buffs cant make them work (help) drake182 3 3,624 01-02-2016 05:47 AM
Last Post: Wazzapkhv
  Nuke delay after i alt+tab. vaskouf 3 4,254 07-10-2015 07:36 AM
Last Post: blackrebel
  Nuke/skill delay lordbauer 6 5,278 04-15-2015 02:44 AM
Last Post: plixplox
  Delay on windows when having two or more. kossthegreat 3 3,182 04-15-2015 00:41 AM
Last Post: kossthegreat
  How to make adena? sbulfo 1 4,176 04-11-2015 17:58 PM
Last Post: capucine
  Please Make update L2tower Dont Support manolisfox 2 3,368 01-09-2015 02:03 AM
Last Post: manolisfox
  Worth make spoil atm? Speeder1983 2 3,538 10-18-2014 16:03 PM
Last Post: capucine
  Is there a way to make paypal payment safe for sellers? vito54 9 4,870 09-25-2014 10:48 AM
Last Post: goanga1
  how to make a condition to recognize pt leader borc 1 1,856 09-11-2014 18:15 PM
Last Post: Sakaszli
  Target Delay b4db0yx 22 11,246 05-03-2014 14:00 PM
Last Post: eustach3



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