Go to Folder Game>World.cs
In World.cs Search for public static uint ExperienceRate
there is a number after public static uint ExperienceRate =
Change the number to smaller number to slower gain levels.
[Question] Change the PKP for killing an Enemy 08/31/2010 - CO2 Private Server - 6 Replies Good morning Community :)
i think the threadname says everything.
I want to change the values of Pk points you get by killing some1 of enemy guild.
that's what i tried by now:
if (!World.FreePKMaps.Contains(Loc.Map))
Attacker.Owner.PKPoints += 10;
if (Attacker.Owner.MyGuild.Enemies = MyGuild)
Attacker.Owner.PKPoints += 3;
Sent/Recieved Packets 04/18/2009 - Conquer Online 2 - 5 Replies Hey guys so I been on these forums for a while and I never really messed with CO myself. Im starting to learn and mess around a little with small things.
One question I have is what program can I use to view the packets sent/recieved?
I want to learn how to mess with server side stuff.