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

Post Reply 
 
Thread Rating:
  • 10 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Healing Pet? (Healer not healing the Pet)
Author Message
pips Offline
Expired VIP Member
**

Posts: 20
Joined: Aug 2013
Reputation: 0
Version: 1.4.1.108
Post: #1
Healing Pet? (Healer not healing the Pet)

Does anyone have any suggestions or scripts/plugins so that the Healer can heal the pet? I've added the pet to the list of individuals getting the heals but the dedicated healer will never heal the pet.. Heals all the party members correctly, but never the pet..

Now I have the warlock healing his own pet (this works fine but the heals are weak) but cannot figure out why the healer isn't doing it..

Suggestions/Tips would be much appreciated.
09-19-2013 16:05 PM
Find all posts by this user Quote this message in a reply
tophersoccer Offline
Expired VIP Member
**

Posts: 422
Joined: Aug 2012
Reputation: 142
Version: 1.4.3.143
Post: #2
RE: Healing Pet? (Healer not healing the Pet)

I've always had this issue as well. I have a script that uses servitor heal on pets but it eventually gives an unknown C++ exception but if you want to take a look and modify it then here ya go.

Code:
ShowToClient("SYS","Heal Pet");
HpWhenHeal = 65;   -- MP%

repeat
local petlistaround = GetPetList();
for Apet in petlistaround.list do
    if(Apet:GetHpPercent() < HpWhenHeal) then
    Sleep(1000);
    UseSkillRaw(1127,false,false); --servitor heal
    Sleep(1000);
    end;
    Sleep(500);
end;
-----------------------------------------------
until false;
[/quote]

I've always had this issue as well. I have a script that uses servitor heal on pets but it eventually gives an unknown C++ exception but if you want to take a look and modify it then here ya go.

Code:
ShowToClient("SYS","Heal Pet");
HpWhenHeal = 65;   -- MP%

repeat
local petlistaround = GetPetList();
for Apet in petlistaround.list do
    if(Apet:GetHpPercent() < HpWhenHeal) then
    Sleep(1000);
    UseSkillRaw(1127,false,false); --servitor heal
    Sleep(1000);
    end;
    Sleep(500);
end;
-----------------------------------------------
until false;
(This post was last modified: 06-17-2014 17:54 PM by tophersoccer.)
06-17-2014 17:53 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Sad Healer after 25/11/15 buybuy 2 2,835 11-29-2015 13:29 PM
Last Post: buybuy
  Remove Healer Animation - High 5 Freebot 2 2,743 06-23-2015 18:19 PM
Last Post: Freebot
  Nuke/Healing Sequence ViniWinz 0 2,286 06-21-2013 21:02 PM
Last Post: ViniWinz



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