HELP

08/28/2012 07:39 antehawk#1
hello i have my own server and how i change the highest level you can have from 60 to 70

and how i get the normal icons they are really wierd

and the most importent i am gm but how do i add it to my name

help ok
08/28/2012 08:06 Iulian01#2
U can change the ps_game.exe's to raise the level. And the part with icons i dont know what ur trying to say but u might need a good client to have the icons. U cant add gm to a name u add it for the whole account. All u have to do is to set Admin level 255 and status 16
08/28/2012 08:08 STIV123#3
Adding Tagg:

Database, PS_GameData => dbo.chars change it there.
Btw here u can find couple of usable scripts (+ the script for addin tags (Just makes it easier for you)) [Only registered and activated users can see links. Click Here To Register...]

Changing Level....


[Only registered and activated users can see links. Click Here To Register...]
08/28/2012 08:17 JohnHeatz#4
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'