Ok....you have a server and don't know something as basic as how to change the name of a toon?....that's interesting....well anyways.
To change the level cap on your server you need to do the respective changes on your ps_game.exe; I won't tell you the exact value to put there, so you will need to research for that.
On the ps_game.exe there are different offsets, which will determine the level cap on your server in
hexadecimal; as your server is at level 60, it will be
3C. All you need to do is change this
3C to the equivalent of 70 in
hexadecimal, the offsets are the following:
- 0x000540C7
- 0x000540F7
- 0x00054127
- 0x000547A1
- 0x000547D3
- 0x00054805
- 0x00058187
- 0x0005826F
- 0x00058342
- 0x000583D3
- 0x00072034
- 0x000831E5
- 0x0008AEEB
- 0x0008AF17
To fix the icons, there is a release going around our development section with all the icons; as well, you might want to check if you are using the right game.exe for this matter.
The simplest thing on SQL, change a name....
Code:
Update dbo.Chars set CharName = '[GM]YourNameHere' where CharName = 'YourNameHere'