CPs Reward? 05/24/2010 - CO2 Private Server - 2 Replies I'm making it so that CPs are like vps without creating a team, like players get a few cps per mob but I've made it so it adds all the CPs the player has earned up and them gives it to them eventually, but I don't know when to decide when to give them the CPs.
Any ideas would be greatly appreciated as I'm swamped:
public static void RewardCPSForHunting(Character User, short MobLevel)
{
uint CpsToGive = (uint)MobLevel;
User.PlayerTemporaryCPs +=...
Reading Current Experience from Conquer Process 12/21/2008 - CO2 Programming - 5 Replies Hi, im trying to read the current character experience from the Conquer Process, i am reading from the address 0x5DB490, i found this using CE and am almost certain its the right address (if its not then please correct me). The problem is, when i find the address in CE i find the information i want (that is, the current character experience). But when i read in the data in C# i get a completly wrong value, for example, when i find the value in CE its 2470588, but when i find it in C# its 188....