EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Database (https://www.eqemulator.org/forums/showthread.php?t=22178)

daelarr 12-26-2006 01:02 PM

Database
 
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 :)

Code:

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


All times are GMT -4. The time now is 08:24 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.