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

Thread Closed 
 
Thread Rating:
  • 9 Vote(s) - 3.44 Average
  • 1
  • 2
  • 3
  • 4
  • 5
debufs - aeore heler
Author Message
lwcdr Away
Lord Vamp
***

Posts: 218
Joined: Jan 2012
Reputation: 15
Version: 1.4.2.137
Post: #1
debufs - aeore heler

Is there a way to make a script or plugin to auto remove debuffs of my party menbers?.. ty
(This post was last modified: 06-22-2012 16:37 PM by lwcdr.)
06-22-2012 16:36 PM
Find all posts by this user
Fox Away
Fraka-kaka-kaka-kaka-kow!
******

Posts: 5,640
Joined: Oct 2011
Reputation: -6666548
Version: 1.4.2.142
Post: #2
RE: debufs - aeore heler

Tryed search?


G2A is a fantastic web-store where you can buy games cheap (40%+ Discounts!)
[Image: uaFndGu.gif]
06-22-2012 16:44 PM
Visit this user's website Find all posts by this user
lwcdr Away
Lord Vamp
***

Posts: 218
Joined: Jan 2012
Reputation: 15
Version: 1.4.2.137
Post: #3
RE: debufs - aeore heler

i have buf not found
06-22-2012 16:47 PM
Find all posts by this user
Fox Away
Fraka-kaka-kaka-kaka-kow!
******

Posts: 5,640
Joined: Oct 2011
Reputation: -6666548
Version: 1.4.2.142
Post: #4
RE: debufs - aeore heler



G2A is a fantastic web-store where you can buy games cheap (40%+ Discounts!)
[Image: uaFndGu.gif]
06-22-2012 16:52 PM
Visit this user's website Find all posts by this user
lwcdr Away
Lord Vamp
***

Posts: 218
Joined: Jan 2012
Reputation: 15
Version: 1.4.2.137
Post: #5
RE: debufs - aeore heler

fox its not my debuffs but party debuffs...
06-22-2012 16:54 PM
Find all posts by this user
Fox Away
Fraka-kaka-kaka-kaka-kow!
******

Posts: 5,640
Joined: Oct 2011
Reputation: -6666548
Version: 1.4.2.142
Post: #6
RE: debufs - aeore heler



G2A is a fantastic web-store where you can buy games cheap (40%+ Discounts!)
[Image: uaFndGu.gif]
06-22-2012 17:02 PM
Visit this user's website Find all posts by this user
lwcdr Away
Lord Vamp
***

Posts: 218
Joined: Jan 2012
Reputation: 15
Version: 1.4.2.137
Post: #7
RE: debufs - aeore heler

i have tryed but i will be glad if one good soul help me Tongue i saw these scripts already but i have fail hard when i tryed to mix both.
06-22-2012 17:13 PM
Find all posts by this user
Fox Away
Fraka-kaka-kaka-kaka-kow!
******

Posts: 5,640
Joined: Oct 2011
Reputation: -6666548
Version: 1.4.2.142
Post: #8
RE: debufs - aeore heler

Post the fail then maybe

It's easyer to repair thab start from zero


G2A is a fantastic web-store where you can buy games cheap (40%+ Discounts!)
[Image: uaFndGu.gif]
(This post was last modified: 06-22-2012 17:28 PM by Fox.)
06-22-2012 17:17 PM
Visit this user's website Find all posts by this user
lwcdr Away
Lord Vamp
***

Posts: 218
Joined: Jan 2012
Reputation: 15
Version: 1.4.2.137
Post: #9
RE: debufs - aeore heler

    LUA Programming
PartyM1 = "xxx"	--here write name,inside the " ",  of your Main to be heal
PartyM2 = "xxx"
PartyM3 = "xxx"
PartyM4 = "xxx"
PartyM5 = "xxxx"
PartyM6 = "xxx"
 
Debuff = 60;
'HPWhenHeal = 60;
Dispell = 11762; -- Balance Heal
----------------------------------------------------------------
WhoToHeal = nil;
HealSkill = GetSkills():FindById(HealSkillId);
repeat
----------
if(
    (GetUserByName(PartyM1):getbuff(Debuff) < Dispell) and 
	(GetUserByName(PartyM2):getbuff(Debuff) < Dispell) and
	(GetUserByName(PartyM3):getbuff(Debuff) < Dispell) and
	(GetUserByName(PartyM4):getbuff(Debuff) < Dispell) and
	(GetUserByName(PartyM5):getbuff(Debuff) < Dispell) and
	(GetUserByName(PartyM6):getbuff(Debuff) < Dispell)
	) and
 
	(Dispell ~= nil) and 
	(Dispell:CanBeUsed())and
    (GetTarget() ~= nil) and 
	(GetTarget():IsMyPartyMember() == false)then
ClearTargets();
Sleep(200);
UseSkill(Dispell);
Sleep(400);
ClearTargets();
end;
until false;



this is the best i could do but i must be missinng many commands
(This post was last modified: 06-22-2012 18:17 PM by lwcdr.)
06-22-2012 18:15 PM
Find all posts by this user
TheBl4ckPhoenix Offline
(^.^)
****

Posts: 1,887
Joined: Mar 2012
Reputation: 601
Version: 1.4.3.143
Post: #10
RE: debufs - aeore heler

O.o
Mather of god... o.o
06-22-2012 18:23 PM
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  LF PLUGIN ONLY: AEORE AUTO RES mujiduka07 13 10,189 02-27-2014 08:17 AM
Last Post: mujiduka07
WTS WTS Aeore Healer LVL 91 SHILEN elmakis 0 1,508 10-16-2013 10:33 AM
Last Post: elmakis
  Need Heal Aeore Healer + Wynn sc2love 5 5,514 05-13-2013 00:05 AM
Last Post: sc2love
  Aeore Healer and Tank Script helderbugado 1 6,305 01-05-2013 22:55 PM
Last Post: TheBl4ckPhoenix
  FEOH WIZ + ISS + AEORE HEALER DKDKDK 10 7,241 04-18-2012 19:21 PM
Last Post: TheBl4ckPhoenix



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