GM Reroll Script

01/15/2014 21:26 KalySuky#1
Hello everyone!

I'm on the search of a script GM Reroll that I can put on my website, a panel control for player.
I think this is more easy this system for player and also for staff.


Thanks in advance !
Note : Sorry for my english ..
01/16/2014 04:57 sominus#2
Use the search function in the forums, there are 2 posts from castor and nubness I think, that explains everything in detail.
01/16/2014 14:39 Autrux#3
#moved
01/17/2014 08:51 AxelMac#4
Code:
Use PS_GameData
UPDATE dbo.CharItems SET Craftname = '00000000000000000020' WHERE (CharID = '1') AND (Bag = '1') AND (Slot = '5')
SELECT RowID, CharID, ItemID, Type, TypeID, Bag, Craftname
FROM dbo.CharItems Where (CharID = '1') AND (Bag = '1') AND (Slot = '5')
[Only registered and activated users can see links. Click Here To Register...]