PDA

View Full Version : Database


daelarr
12-26-2006, 01:02 PM
I have 3 questions really
First one is I got my server up and running but don't know how to give myself GM access the #gm on command say my access level is too low.
Second I made a necro and came out of the guild and got killed by a ghoul is there a way to turn off agro?
third How do I access the server database to make adjustments?


Daelarr<KILL>

Aerewen
12-26-2006, 01:26 PM
turning #gm on will make all npcs non-aggro to you regardless of your level and their level

to increase your status to use all commands, run this query in the sql database replacing [yourname] with your user name. make sure to leave the single quotes around it and make sure to type it properly it is CaSe SenSiTive :)


UPDATE `account` SET `status` = 255 WHERE `name` = '[yourname]' LIMIT 1;