Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 01:34

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

Advertisement



5165 PenitenceAmulet Problem

Discussion on 5165 PenitenceAmulet Problem within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2011
Posts: 63
Received Thanks: 1
Question 5165 PenitenceAmulet Problem

ok, i have this code for the PenitenceAmulet:

#region PenitenceAmulet
case 723727:
{
if (PKPoints >= 30);
{
PKPoints -= 30;
RemoveItem(I);
}
break;
}
#endregion

when i have over 30pkp, it works, but if i/someone use it when they have under 30pkp, they reach over 60000 PKP :O
can someone help me fix that code?
Thanks
EternityViruz is offline  
Old 02/11/2011, 14:34   #2
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
Code:
#region PenitenceAmulet
case 723727:
{
if (PKPoints >= 30)
{
PKPoints -= 30;
RemoveItem(I);
}
break;
}
#endregion
Make sure there is no ; in the check
Syst3m_W1z4rd is offline  
Old 02/11/2011, 14:56   #3
 
elite*gold: 0
Join Date: Jan 2011
Posts: 63
Received Thanks: 1
Quote:
Originally Posted by Syst3m_W1z4rd View Post
Code:
#region PenitenceAmulet
case 723727:
{
if (PKPoints >= 30)
{
PKPoints -= 30;
RemoveItem(I);
}
break;
}
#endregion
Make sure there is no ; in the check
so the code should be like this?:


#region PenitenceAmulet
case 723727:
{
if (PKPoints >= 30)
{
PKPoints -= 30;
RemoveItem(I);
}
break;
}
#endregion
EternityViruz is offline  
Old 02/11/2011, 15:35   #4
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
Try use common sense and think.
Syst3m_W1z4rd is offline  
Old 02/11/2011, 15:39   #5
 
elite*gold: 0
Join Date: Jan 2011
Posts: 63
Received Thanks: 1
Quote:
Originally Posted by Syst3m_W1z4rd View Post
Try use common sense and think.
aha... xD
ill try my best
EternityViruz is offline  
Reply


Similar Threads Similar Threads
[HELP] 5165 Problem
08/25/2012 - CO2 Private Server - 6 Replies
Ok, evertime a make a server for someone, i do everything correctly, but when they try to login it says loggin into account, and just sits there forever, any ideas how to fix this problem? #edit I know it ain't a login freeze cause I have reset it millions of times.
problem with 5165
04/09/2010 - CO2 Private Server - 2 Replies
The login keep getting freeze how do i fix that?
5165 Anyone know this problem?
03/03/2010 - CO2 Private Server - 3 Replies
Can anyone know how to fix this one? I try to add the lab 1 to 4 all are fine except this one it the monster from lab 2 idk what's wrong but i make all right. anyone please help. http://www.mypicx.com/uploadimg/2113955937_030320 10_1.jpg Thanks in advance. :D
5165 Npc Problem !
02/27/2010 - CO2 Private Server - 4 Replies
i have a BIG problem ! Almost all of my npc's say this line when i press them : " Hi, i dont talk anything useful yet, my ID is ****** " What shell i do ? Can someone help me & tell me what is the problem ? Why can they work ?
[Release]PenitenceAmulet & /scroll cmd
12/14/2009 - CO2 PServer Guides & Releases - 11 Replies
in character.cs Search for Above it add and for CMD /scroll in chat.cs Search for Above it add



All times are GMT +1. The time now is 01:34.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

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