[Guide] Useful codes for Admins

Dungeon

New Member
Joined
Nov 15, 2009
Messages
2,234
Reaction score
819
Edit Resets :

Code:
UPDATE Character SET Resets=[COLOR=Red]Resets here[/COLOR] WHERE name ='[COLOR=Red]Char here[/COLOR]'
Block Account:

Code:
UPDATE MEMB_INFO SET bloc_code=1 WHERE memb___id='[COLOR=Red]Account here[/COLOR]'
UnBlock Account:

Code:
UPDATE MEMB_INFO SET bloc_code=0 WHERE memb___id='[COLOR=Red]Account here[/COLOR]'
UnBlock All Accounts:

Code:
UPDATE MEMB_INFO SET bloc_code=0
Accounts Online:

Code:
SELECT memb___id FROM MEMB_STAT WHERE ConnectStat=1
Make Someone GM:

Code:
UPDATE Character SET CtlCode=8 WHERE Name='[COLOR=Red]Char here[/COLOR]'
Credits goes to me
icon12.gif