From 6f92931a9d849793e1fcc4882e2ce47723c34e24 Mon Sep 17 00:00:00 2001 From: Nathan Hicks Date: Tue, 31 Jul 2018 12:38:33 -0400 Subject: [PATCH] Updated ToDo Pages (markdown) --- ToDo-Pages.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/ToDo-Pages.md b/ToDo-Pages.md index 481dded..1352cd6 100644 --- a/ToDo-Pages.md +++ b/ToDo-Pages.md @@ -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?