|
You last visited: Today at 17:27
Advertisement
Skill isn't working lol
Discussion on Skill isn't working lol within the CO2 Private Server forum part of the Conquer Online 2 category.
08/13/2009, 03:36
|
#1
|
elite*gold: 0
Join Date: Jul 2009
Posts: 289
Received Thanks: 425
|
Skill isn't working lol
Any1 know whats wrong with SpiritualHealing
Code:
//SpiritualHealing
SkillAttributes[1190] = new ushort[3][];
SkillAttributes[1190][0] = new ushort[6] { 7, 0, 0, 500, 100, 100 };
SkillAttributes[1190][1] = new ushort[6] { 7, 0, 0, 800, 100, 100 };
SkillAttributes[1190][2] = new ushort[6] { 7, 0, 0, 1300, 100, 100 };
SkillsDone.Add(1190, 2);
idk spiritualhealing doesnt heal
any1 know why
|
|
|
08/13/2009, 03:43
|
#2
|
elite*gold: 0
Join Date: Jul 2009
Posts: 548
Received Thanks: 52
|
you have to code it in UseSkill...you will get it dun worry =]]
|
|
|
08/13/2009, 03:53
|
#3
|
elite*gold: 0
Join Date: Jul 2009
Posts: 289
Received Thanks: 425
|
lol get on msn i need halps
|
|
|
08/13/2009, 04:01
|
#4
|
elite*gold: 0
Join Date: Jul 2009
Posts: 548
Received Thanks: 52
|
ir on msn remember... ur the one whos not its my new one and dun fuckign say it or ill hack on ur serv =]
|
|
|
08/13/2009, 04:01
|
#5
|
elite*gold: 0
Join Date: Jul 2009
Posts: 289
Received Thanks: 425
|
Code:
if (SkillId == 1190 && Stamina >= 100)
{
if (LocMap != 1039)
{
if (SkillLvl == 0)
{
CurHP += 500;
if (CurHP > MaxHP)
CurHP = MaxHP;
Stamina = 0;
MyClient.SendPacket(General.MyPackets.Vital(UID, 9, Stamina));
MyClient.SendPacket(General.MyPackets.Vital(UID, 0, CurHP));
}
if (SkillLvl == 1)
{
CurHP += 800;
if (CurHP > MaxHP)
CurHP = MaxHP;
Stamina = 0;
MyClient.SendPacket(General.MyPackets.Vital(UID, 9, Stamina));
MyClient.SendPacket(General.MyPackets.Vital(UID, 0, CurHP));
}
if (SkillLvl == 2)
{
CurHP += 1300;
if (CurHP > MaxHP)
CurHP = MaxHP;
Stamina = 0;
MyClient.SendPacket(General.MyPackets.Vital(UID, 9, Stamina));
MyClient.SendPacket(General.MyPackets.Vital(UID, 0, CurHP));
}
}
else if (LocMap == 1039)
{
if (SkillLvl == 0)
{
CurHP += 500;
if (CurHP > MaxHP)
CurHP = MaxHP;
MyClient.SendPacket(General.MyPackets.Vital(UID, 0, CurHP));
}
if (SkillLvl == 1)
{
CurHP += 800;
if (CurHP > MaxHP)
CurHP = MaxHP;
MyClient.SendPacket(General.MyPackets.Vital(UID, 0, CurHP));
}
if (SkillLvl == 2)
{
CurHP += 1300;
if (CurHP > MaxHP)
CurHP = MaxHP;
MyClient.SendPacket(General.MyPackets.Vital(UID, 0, CurHP));
}
}
}
thats under use skill
|
|
|
08/13/2009, 04:07
|
#6
|
elite*gold: 0
Join Date: Jul 2009
Posts: 548
Received Thanks: 52
|
go on fcking msn and i r help u! >< arco goooooooooooooooooooo
|
|
|
08/13/2009, 04:10
|
#7
|
elite*gold: 0
Join Date: Jul 2009
Posts: 289
Received Thanks: 425
|
lol mmk bro
|
|
|
08/13/2009, 04:20
|
#8
|
elite*gold: 20
Join Date: Apr 2006
Posts: 1,341
Received Thanks: 886
|
This entire thread could probably have been kept in a PM, we really don't need to see any personal communication like what we see here.
No offense to either of you
|
|
|
08/13/2009, 09:27
|
#9
|
elite*gold: 1142
Join Date: Aug 2006
Posts: 2,464
Received Thanks: 1,162
|
This is how I had done it (Well, just wrote it) if I really had to in LOTF:
Note: May not work, was not intented to, just to show you an example.
Quote:
if (SkillID == 1090 && Stamina >= 100)
{
if (SkillLvl == 0)
CurHP += 500;
else if (SkillID == 1)
CurHP += 800;
else
CurHP += 1300;
if (CurHP >= MaxHP)
CurHP = MaxHP;
MyClient.SendPacket(General.MyPackets.Vital(UID, 0, CurHP));
if (LocMap != 1039)
{
Stamina = 0;
MyClient.SendPacket(General.MyPackets.Vital(UID, 9, Stamina));
}
}
|
|
|
|
08/14/2009, 00:01
|
#10
|
elite*gold: 0
Join Date: Jul 2009
Posts: 289
Received Thanks: 425
|
#request close
i got it nows!
|
|
|
08/14/2009, 01:35
|
#11
|
elite*gold: 20
Join Date: Apr 2008
Posts: 2,281
Received Thanks: 913
|
#Closed
|
|
|
 |
Similar Threads
|
SKILL HACK WORKING!!!!
06/28/2010 - Dekaron - 5 Replies
If this is not skill hack, I am santa claus and my father is mickey mouse. The segnale's name is SegnaleHotGirl, and this is a screenshot of the video I made. :eek:
The date is on the screenshot name.
RealPlay 2010-06-27 22-40-18-46.jpg - 4shared.com - photo sharing - download image
RealPlay 2010-06-27 22-40-16-29.jpg - 4shared.com - photo sharing - download image
All those ppl saying the skill hack is not working anymore is bullsh*t, and this seg proves that, but i have no idea of...
|
Working skill hack.
09/12/2009 - Dekaron - 7 Replies
I have aworking skill hack. The only problem is that the vac script absolutely blows on it. It's basically a crappy vip hack becuase the vac is so terrible. I know how to use cheatengine but since this is in window form with shortcuts im not sure how to edit the values i need to. If anyone can help me let me know ill check back
|
Is there any "Known working" No Skill Delay or No Skill CoolDown Hack
09/05/2009 - Cabal Online - 7 Replies
Hi, i've been roaming around for quite sometimes now and I still can't find any "Known working hack" for NoSkillDelay or NoSkillCD (cooldown), I know it has before but now all I see is old thread and I doubt that those hax are still working. Does anyone know how to deal with this stuff? I've been playing around also to my CE 5.4-5.5 just to figure out how to deal with it but all I saw is the SpeedHack which is I don't need.
It's very much fun to play the NoSkillDelay or NoSkillCD than the...
|
Does anyone have a working skill trainer
11/10/2008 - 9Dragons - 15 Replies
Hi everyone, i would just like to ask if someone has made a working skill trainer.
I'm a hybrid and its quite hard to level skills, i know that they are people who uses it ingame but i hav'nt had the chance to get a hold of one.
Thanks in advance =))
|
Old skill dupe now working
08/25/2008 - Cabal Hacks, Bots, Cheats, Exploits & Macros - 21 Replies
If anyone remembers the old heal spam....its working again
For those that dont know...u gotta bu forcearcger or forceshielder(have heal or greater heal)
CABAL must be in window mode
1. go to a large mob area, where u know they dont hit too hard
2. put heal on bar button
3. push the heal button and while u do that...alt+tab to another aplication
4. return to game window and ull se ur char spam healing on every hit
tested on EU
Hope ive been of service
|
All times are GMT +1. The time now is 17:29.
|
|