I never did it but all that you would have to do in the skill code (not mentioning other stuff) are displaying an effect, set stamina to 0 and make add a number to CurHP
Here you go, put it intto char.cs to region skillatributes7 then add spiritual healing in ur external or internal databese, it depends on what source you use... and ur done
lol sorry mate my bad, cmon its not acctualy a coding . . . its easy as hell here, and im stuck at dmgs atm, trying to change formals and include bless and fix tao dmg... and tao dmg and m-def is ruined in packets >.< so that aint gonna be easy
Here you go, put it intto char.cs to region skillatributes7 then add spiritual healing in ur external or internal databese, it depends on what source you use... and ur done
Thanks a bunch. Haven't tried the code yet, but was simply having issues adding new ones, didn't think to add anything to database.cs aswell ><
Noob move for me, lol, but now I know better. Should be able to have all skills working by the end of today now.
[Help]Healing 07/10/2009 - CO2 Private Server - 11 Replies Well I have re-written healing skills a little bit.But they still doesnt work any Hints?
if (SkillAttributes == 6)
{
Heal = (short)SkillAttributes;
CurHP += (ushort)Heal;
if (CurHP > MaxHP)
CurHP = MaxHP;
World.UsingSkill(this, (short)SkillId, SkillLvl, UID,...
Healing a Pet 02/20/2009 - Lineage 2 - 1 Replies Is there a way for a pet to use items (e.g. potions) automatically?
Is it possible to do it with a script?
Otherwise, which is the best way to heal a pet?
Thanks.
Healing in SV 06/10/2007 - Conquer Online 2 - 4 Replies I'm trying to set up a function in SV so that my tao heals herself every X seconds. I tried to set it to Press F2 every X seconds and having the heal skill on F2, but as expected it only presses F2, and then my tao will heal monsters because it treats it as an attack. I need to have my tao heal herself because she's currently taking 7 damage instead of 1, so health pots run out 7 times quicker. I know it's possible as I've seen my friend done it, but I forgot the setup for that function. Can...
Mining and healing 08/20/2006 - CO2 Exploits, Hacks & Tools - 11 Replies Hello all...I guess its time I shared a little tip, which might be useful for you miners out there...
So when you go afk mine whether with tobo or not, if you turn on the autolog when a pker hits you, you get dced. So when you log back in game, some hp is lost. If this amount of hp lost is significant, then you might worry since your miner might now be killed much more easily than when full hp. So what you gotta do is to make your miner start mining and then hit "sit". After like 2 seconds...
Group Healing 06/03/2004 - Lin2 Exploits, Hacks, Bots, Tools & Macros - 0 Replies Requirements: AC-Tools
wie der name schon sagt müsst ihr euch in einer gruppe befinden, nachdem ihr einer party gejoined seid zählt die members und tragt die anzahl bei "groupSize" im script ein
habs nicht getestet, bitte confirmen
SetActiveWindow Lineage II
Constants