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

Post Reply 
 
Thread Rating:
  • 6 Vote(s) - 3.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM AFTER ACTIVATION OF ELEMENTAL STANCE
Author Message
kyr Offline
Gremlin
*

Posts: 5
Joined: Sep 2013
Reputation: 0
Version: 1.4.1.112
Post: #1
PROBLEM AFTER ACTIVATION OF ELEMENTAL STANCE

My Feoh Storm Screamer worked just fine with L2Tower. But when I activated the FIRE (or EARTH, WIND, WATER) STANCE, the skill ELEMENTAL SPIKE delays! How can I solve this problem or how can I get rid of the STANCE SKILL?
09-06-2013 21:24 PM
Find all posts by this user Quote this message in a reply
cerealKiller Offline
VIP Member
***

Posts: 24
Joined: Nov 2012
Reputation: 5
Version: 1.4.2.142
Post: #2
RE: PROBLEM AFTER ACTIVATION OF ELEMENTAL STANCE

Code:
--Nombre : Fire Stance -> Id : 11007
--Nombre : Water Stance -> Id : 11008
--Nombre : Wind Stance -> Id : 11009
--Nombre : Earth Stance -> Id : 11010
stanceUse = 11007;
repeat
if (GetMe():GotBuff(1323) == false) then
UseSkill(stanceUse);
Sleep(10000);
end;
until false;
try this one
09-07-2013 00:09 AM
Find all posts by this user Quote this message in a reply
kyr Offline
Gremlin
*

Posts: 5
Joined: Sep 2013
Reputation: 0
Version: 1.4.1.112
Post: #3
RE: PROBLEM AFTER ACTIVATION OF ELEMENTAL STANCE

(09-07-2013 00:09 AM)cerealKiller Wrote:  
Code:
--Nombre : Fire Stance -> Id : 11007
--Nombre : Water Stance -> Id : 11008
--Nombre : Wind Stance -> Id : 11009
--Nombre : Earth Stance -> Id : 11010
stanceUse = 11007;
repeat
if (GetMe():GotBuff(1323) == false) then
UseSkill(stanceUse);
Sleep(10000);
end;
until false;
try this one

Thanx for your help, but actually I don't want to use any Elemental Stance. I just want to use my skills. But now that the Fire Stance is Activated, L2Tower doesn't work properly (delays Elemental Spike). Is there any way that L2Tower to Ignore the Fire Stance that I have activated in my Feoh?
09-07-2013 09:59 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Problem with High Five client newlifeform 0 1,457 09-02-2022 17:36 PM
Last Post: newlifeform
  L2 Zaken Classic problem kvourg13 0 1,958 10-07-2018 05:29 AM
Last Post: kvourg13
  problem with the programm killbill 1 2,075 11-15-2017 02:54 AM
Last Post: kbelinh0
Sad License. problem jonathanf1 1 3,183 04-19-2017 23:07 PM
Last Post: Jonathan6666
  Problem... Critical error [c6 server] Nasif 2 4,200 10-18-2016 13:48 PM
Last Post: Verb
  AntiBot problem SaintRose 2 3,890 10-05-2016 22:27 PM
Last Post: Vinter
  Autofarm Script repeat without condition problem. either 3 4,437 05-25-2016 01:00 AM
Last Post: TheQQmaster
  how to resolve this problem? lozjan 1 2,851 05-21-2016 06:13 AM
Last Post: martlegion
  Healer Fix plugin problem aa300598 1 2,968 02-20-2016 13:21 PM
Last Post: Vinter
  Bot reset setting problem aa300598 2 3,422 02-04-2016 13:18 PM
Last Post: TheQQmaster



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