mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-21 04:32:27 +00:00
Updated ToDo Pages (markdown)
parent
6f607addcf
commit
6f92931a9d
@ -8,25 +8,7 @@
|
||||
* Bots
|
||||
|
||||
### First Time Running a Server
|
||||
1. How to I make myself a GM, and what can I do once I am?
|
||||
|
||||
> Setting an Account to GM Status
|
||||
>--------------------------------
|
||||
>1. Log in to your server
|
||||
>2. Log out.
|
||||
>3. Go into your SQL Editor of choice (or command line) and change account.status to 255.
|
||||
>
|
||||
>Example in Linux:
|
||||
>
|
||||
> $ mysql -u my_db_username -p
|
||||
> mysql> use eqemu;
|
||||
> mysql> UPDATE account SET status = 255 WHERE user = 'my_character_name';
|
||||
> mysql> quit;
|
||||
>
|
||||
>4. Log in and enjoy GM commands (typing `#help` will give you a list of commands)
|
||||
|
||||
For a list of commands you can use once you've elevated an account to GM status, see [[In Game Command Reference (Mostly GM's)]]
|
||||
|
||||
1. How to I make myself a GM, and what can I do once I am? -- Completed 31 July 2018; available at [[First Time Running A Server]]
|
||||
2. How do I create custom items or modify existing ones?
|
||||
3. How do I create custom NPC's, how do I tune them, give them abilities? What about scripted encounters, where would you start for that? Vendors? Alternate currency vendors? AA vendors?
|
||||
4. How do I go about doing something like creating a hub zone, forcing all characters to start there?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user