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

Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trouble with pet healing
Author Message
lianx1 Offline
Goblin Grave Robber
*

Posts: 17
Joined: Aug 2013
Reputation: 0
Version: 1.4.3.143
Post: #1
Trouble with pet healing

Guys, help me please! Healer does not want to target my wolf for healing, eventually he dies (( If i manually target my wolf - healer start to heal, just does not target a pet himself. Similarly, my wc, do not throw chant of life at the specified % HP. I googled forum almost all night long, so many similar, no solution.
Wolf is very powerful helper, but he dies w/o heal ((( plz help me. Maybe some kind of script, huh?
Sorry for my bad eng, haven't practice a long time.
(This post was last modified: 05-30-2014 13:30 PM by lianx1.)
05-30-2014 13:30 PM
Find all posts by this user Quote this message in a reply
lianx1 Offline
Goblin Grave Robber
*

Posts: 17
Joined: Aug 2013
Reputation: 0
Version: 1.4.3.143
Post: #2
RE: Trouble with pet healing

up! still actual!
(This post was last modified: 05-31-2014 19:39 PM by lianx1.)
05-31-2014 19:39 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: #3
RE: Trouble with pet healing

Here is a pet heal script but it eventually gives an unknown C++ exception. It currently uses the servitor heal skill so you will have to change the skill id to what you want.

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;
06-17-2014 16:36 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: #4
RE: Trouble with pet healing

I have an updated and working pet healing script so if anyone wants it then private message me and i'll send it to you.

That includes summoner and pet scripts
(This post was last modified: 07-19-2014 09:02 AM by tophersoccer.)
07-14-2014 20:40 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Trouble Logging in Necrucian 0 1,570 11-20-2015 20:18 PM
Last Post: Necrucian
  LF script Iss Doomcryer OOP healing exxolon 5 3,836 09-23-2014 15:51 PM
Last Post: TheQQmaster
  Download the software error, trouble technicians see ah! chaolong 13 7,936 08-03-2014 09:58 AM
Last Post: Fox
  trouble getting work in l2 tower L2Divolion guarnieri2008 0 1,519 10-21-2013 18:47 PM
Last Post: guarnieri2008
  For those having trouble w/ h5 auto-party buffs loosefingerz 0 1,967 08-23-2013 06:33 AM
Last Post: loosefingerz
  ISS Healing OOP badjoras 2 3,634 07-05-2013 13:57 PM
Last Post: badjoras
Question Wynn+ Iss Healing mitonas 5 4,074 02-26-2013 19:19 PM
Last Post: capucine
  Problem whith healing Dncmike 1 2,137 01-14-2013 12:11 PM
Last Post: anderpr
  Iss healing Kramp 13 9,047 06-03-2012 09:09 AM
Last Post: Kramp
  Healing Delay MrGalun 1 3,399 05-19-2012 21:01 PM
Last Post: ambiance



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