Register for your free account! | Forgot your password?

You last visited: Today at 13:13

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[RELEASE] Siritual Healing

Discussion on [RELEASE] Siritual Healing within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2009
Posts: 49
Received Thanks: 10
[RELEASE] Siritual Healing

Credits go to myself. Please press thanks.

First put this in character.cs
Quote:
if (SkillId == 1190 && Stamina >= 100)
{
if (SkillLvl == 0)
{
CurHP += 500;
if (CurHP > MaxHP)
CurHP = MaxHP;
Stamina = 0;
MyClient.SendPacket(General.MyPackets.Vital(UID, 0, CurHP));
MyClient.SendPacket(General.MyPackets.Vital(UID, 9, Stamina));
World.UsingSkill(this, (short)SkillId, SkillLvl, UID, 500, (short)LocX, (short)LocY);
}
if (SkillLvl == 1)
{
CurHP += 800;
if (CurHP > MaxHP)
CurHP = MaxHP;
Stamina = 0;
MyClient.SendPacket(General.MyPackets.Vital(UID, 0, CurHP));
MyClient.SendPacket(General.MyPackets.Vital(UID, 9, Stamina));
World.UsingSkill(this, (short)SkillId, SkillLvl, UID, 800, (short)LocX, (short)LocY);
}
if (SkillLvl == 2)
{
CurHP += 1300;
if (CurHP > MaxHP)
CurHP = MaxHP;
Stamina = 0;
MyClient.SendPacket(General.MyPackets.Vital(UID, 0, CurHP));
MyClient.SendPacket(General.MyPackets.Vital(UID, 9, Stamina));
World.UsingSkill(this, (short)SkillId, SkillLvl, UID, 1300, (short)LocX, (short)LocY);
}
}
For this it all depends if u have a External database or just using the normal database. If u have a External Database open it and search for the same thing in ur normal database if u dont have an External one.
Quote:
public static void DefineSkills()

Under it add:
Quote:
//SpiritualHealing
SkillAttributes[1190] = new ushort[3][];
SkillAttributes[1190][0] = new ushort[6] { 7, 0, 0, 500, 100, 0 };
SkillAttributes[1190][1] = new ushort[6] { 7, 0, 0, 800, 100, 0 };
SkillAttributes[1190][2] = new ushort[6] { 7, 0, 0, 1300, 100, 0 };
SkillsDone.Add(1190, 2);
SaMuRaI D is offline  
Thanks
2 Users
Old 10/05/2009, 21:46   #2


 
KraHen's Avatar
 
elite*gold: 0
Join Date: Jul 2006
Posts: 2,216
Received Thanks: 793
You shouldn`t do stamina = 0;, instead just decrement with 100, cause you can have more than 100 stamina if you have Heaven Blessing.
KraHen is offline  
Old 10/05/2009, 23:01   #3
 
Zion~'s Avatar
 
elite*gold: 20
Join Date: Aug 2009
Posts: 1,344
Received Thanks: 650
Good job.
Zion~ is offline  
Thanks
1 User
Old 10/05/2009, 23:16   #4
 
elite*gold: 0
Join Date: Oct 2009
Posts: 49
Received Thanks: 10
Thank You.
SaMuRaI D is offline  
Old 10/06/2009, 15:44   #5
 
elite*gold: 0
Join Date: Sep 2008
Posts: 1,683
Received Thanks: 505
Nice Release, might be useful for some.
Basser is offline  
Old 10/06/2009, 16:40   #6
 
raidenx123's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 1,705
Received Thanks: 438
hasnt this been released before?.....
raidenx123 is offline  
Old 10/06/2009, 16:43   #7
 
elite*gold: 0
Join Date: Aug 2008
Posts: 889
Received Thanks: 199
has been released already,bcuz this is MR.COPY PASTE aka DonavonD,billsfan92 ....sure its copied hahahaha.
zbest is offline  
Old 10/06/2009, 16:49   #8
 
elite*gold: 0
Join Date: Sep 2008
Posts: 1,683
Received Thanks: 505
@ZBest, no it's not.
Basser is offline  
Old 10/06/2009, 16:54   #9
 
raidenx123's Avatar
 
elite*gold: 0
Join Date: Sep 2007
Posts: 1,705
Received Thanks: 438
yes it is, if it was released on epvp or not we know that samurai re-releases stuff from old threads, and if it hasnt been released on epvp then he took it out of one of the lotf sources that have it
raidenx123 is offline  
Old 10/06/2009, 17:51   #10
 
elite*gold: 0
Join Date: Sep 2008
Posts: 1,683
Received Thanks: 505
Pretty sure nobody released this.
However, it's pretty easy since all he did is copy old skills and make it add some HP (which you can get from Pots e.g. vanilla).
Basser is offline  
Old 10/06/2009, 17:55   #11
 
elite*gold: 0
Join Date: Aug 2008
Posts: 889
Received Thanks: 199
This Samurai D he has the same techniq of spamm posts,believe me.
zbest is offline  
Old 10/06/2009, 19:54   #12
 
elite*gold: 20
Join Date: Aug 2005
Posts: 1,734
Received Thanks: 1,000
#Closed - Threadstarter is banned.
tanelipe is offline  
Closed Thread


Similar Threads Similar Threads
[Release] HealZen - Webzen healing while minimized
09/28/2012 - Archlord - 132 Replies
HealZen 1.0 http://img833.imageshack.us/img833/8540/immaginee e.jpg Hello all... as requested by -Haxor- here's a lil utility to use sorc's Ethereal Refreshment while minimized. Please note that this is a minimal version, nothin of special but i plan to upgrade it with features asked by you all :) Scanned with VirusTotal, 0 infections found (Can't find a way to link the result so feel free to check by urself and maybe post it). Tested on Win7 x64...works perfectly :) Well.. here's how it...
release...super easy way to do spirit healing and medi
08/21/2009 - CO2 PServer Guides & Releases - 12 Replies
removed because some people dont appreciate work..
[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...



All times are GMT +2. The time now is 13:13.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.