![]() |
|
![]() |
||||||||
| Conquer Private Servers Post guides , scripts , advertise , anything related to Conquer Private Servers ! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
![]() |
|
![]() |
||||||||
| Conquer Private Servers Post guides , scripts , advertise , anything related to Conquer Private Servers ! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
From most of the releases, or sources of the Penty Amulet... Its always bugging.. Like it works if ur pkp is 30+ but if its below 30... Then you use it, and your pkps SHOOT up to like 50k.. For no reason.. Well This is how to fix it...
Search for: Code:
case 723727: Code:
#region Pentenice amulet
case 723727:
{
if (PKPoints > 29)
{
PKPoints -= 30;
RemoveItem(I);
MyClient.LocalMessage(2000, "You have used the pk amulet!!");
}
else
MyClient.LocalMessage(2000, "You do not have 30 PK Points +");
break;
}
#endregion
|
| The Following User Says Thank You to 2supertao For This Useful Post: | ||
newmind2 (02-08-2010) | ||
|
|||
|
Actually your wrong.... It ins't > 30... Its 29.. Because if do 30.. U have to have 31 PKP + to to use it.. if u do 29.. it makes it so u can use it at 30 PKP + so go ahead and try it your way...
|
|
||||
|
do like this looo -.-
if have >= 30 Quote:
|
|
|||
|
if (PKPoints > 30) will only works if you have more then 31 PKPoints, so, you will still having PKPOINTS (31-30=1).
if (PKPoints > 29) or if (PKPoints >= 30) will works if you have more then 30 PKPoints, so, you can get all your PKpoints erased. Use it as your WISH. |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|