
public static uint[] XP = new uint[] {
800, 1900, 3300, 5300,
7900, 11100, 14900, 19300,
24300, 30100, 36700, 44100,
52300, 61300, 71100, 81700,
93100, 105300, 118300, 132100,
146700, 162100, 178300, 195300,
213100, 231700, 251100, 271300,
292300, 314100, 337100, 361300,
386700, 413300, 441100, 470100,
500300, 531700, 564300, 598100,
633100, 669300, 706700, 745300,
785100, 826100, 868300, 911700,
958300, 1002100, 1049100, 1097300,
1146700, 1249100
};
public static void SetXP(int Level) {
byte[] i = BitConverter.GetBytes(Convert.ToInt32(XP[Level - 2]));
if (Level <= 55)
PS3.Extension.WriteBytes(0x26FD02C, i);
else
Console.Write("Value is greater than 55");
}//SetXP(33);
Copyright © 2026, NextGenUpdate.
All Rights Reserved.