Lineage 2 Tower Forum

Full Version: Summoner question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I was keep disconnecting with random client until I figured out it was my script problem.

http://forum.l2tower.eu/thread-cpu-leak-...cpu%2bleak

This is the topic helped me solved my problem. No disconnect for 17 hours except server maintenance.

Hope this help!
Hi, i need some help here.
I dont know how to make the pets to use they own atack skills.
Do i need a special scripts for that??
Ty in forwards.
You can use the summonerAIO script, but I couldn't make it work. This is what I use:

repeat
if (GetTarget() ~= nil) then
if (GetTarget():GetId() ~= 0) and (GetTarget():IsMonster() == true) and (GetTarget():IsAlikeDeath() == false) then
Command("/useshortcut 01 03");
Sleep(5000);
end;
end;
Sleep(1000);
until false;


Just put the pet skill on your 3rd hotkey bar.
(12-26-2013 06:06 AM)multiboxingtoon Wrote: [ -> ]You can use the summonerAIO script, but I couldn't make it work. This is what I use:

repeat
if (GetTarget() ~= nil) then
if (GetTarget():GetId() ~= 0) and (GetTarget():IsMonster() == true) and (GetTarget():IsAlikeDeath() == false) then
Command("/useshortcut 01 03");
Sleep(5000);
end;
end;
Sleep(1000);
until false;


Just put the pet skill on your 3rd hotkey bar.

Ty i will test it!!
(12-26-2013 00:22 AM)multiboxingtoon Wrote: [ -> ]I was keep disconnecting with random client until I figured out it was my script problem.

http://forum.l2tower.eu/thread-cpu-leak-...cpu%2bleak

This is the topic helped me solved my problem. No disconnect for 17 hours except server maintenance.

Hope this help!

Which script was making u disconnect? a Wynn script?
(12-26-2013 23:21 PM)capucine Wrote: [ -> ]
(12-26-2013 00:22 AM)multiboxingtoon Wrote: [ -> ]I was keep disconnecting with random client until I figured out it was my script problem.

http://forum.l2tower.eu/thread-cpu-leak-...cpu%2bleak

This is the topic helped me solved my problem. No disconnect for 17 hours except server maintenance.

Hope this help!

Which script was making u disconnect? a Wynn script?


No it was a script I wrote. If a script without sleep (1000); it will eat up a lot of CPU. Now my group had been running 2 days without dc.
(12-27-2013 00:16 AM)multiboxingtoon Wrote: [ -> ]
(12-26-2013 23:21 PM)capucine Wrote: [ -> ]
(12-26-2013 00:22 AM)multiboxingtoon Wrote: [ -> ]I was keep disconnecting with random client until I figured out it was my script problem.

http://forum.l2tower.eu/thread-cpu-leak-...cpu%2bleak

This is the topic helped me solved my problem. No disconnect for 17 hours except server maintenance.

Hope this help!

Which script was making u disconnect? a Wynn script?


No it was a script I wrote. If a script without sleep (1000); it will eat up a lot of CPU. Now my group had been running 2 days without dc.
ok ok but i'm in pagan so i don't use script therre and btw is some setting on thower what show me damage on descktop?cz i'm sick off this and idk what i can doo since in game setting all is off:|
guys please if someone can help i need a script or plugin for :
if no pet/summon then useskill .............. and so on
plase if someone can help
Thanks in advance!
Pages: 1 2
Reference URL's