Need Help

07/08/2011 08:07 wolf005#1
Hi guys;

--How ı get my character lvl to 60 ?
--How ı get 20.000 my str,dex,rec etc. ?
--you know when we attack mobs or bosses they dont attack we so dios gate need to open when he saw you .What ı must to open the gate ?
--How ı change my pvp rank 120.000 to 200.000 ?
07/08/2011 08:41 JohnHeatz#2
Are you asking for how to do that with GM commands (example setting a toon's level up to 60) or from the database itself?
07/08/2011 09:09 wolf005#3
yes ı want up my gm char to 60 lvl but ı dont how to make :S
07/08/2011 09:23 JohnHeatz#4
Set Level

Code:
USE PS_GameData
Update dbo.Chars Set Level = 60 Where CharName = [ToonNameHere]
Thats from the DataBase itself, if its with GM commands.....just look for the command, you have them all on your DataBase...

Set Kills

Code:
USE PS_GameData
Update dbo.Chars Set KillLevel = 200000 Where CharName = [ToonNameHere]
To set your stats is the same kind of code:

Code:
USE PS_GameData
Update dbo.Chars Set [Stat to update] = 20000 Where CharName = [ToonNameHere]
Be sure that you keep it at that, taking into account that the values from the stats are smallint the maximum number that it will take is 32.767 so just keep it at 20k and you will be fine, because if you go above that number you will get an error on SQL
07/08/2011 09:25 wolf005#5
you know something about dios ? how ı open gate ?
07/08/2011 10:46 AnyChat#6
type ingame /attack off and kill his guards... then will the gate open...
07/08/2011 10:54 wolf005#7
hm ty bro