diff --git a/ToDo-Pages.md b/ToDo-Pages.md index 9c2d60f..1fa3425 100644 --- a/ToDo-Pages.md +++ b/ToDo-Pages.md @@ -3,12 +3,21 @@ * Factions * Power Source Reference * Task System -* Command Reference +* Command Reference [Completed 31 July 2018] * Maps * Bots ### First Time Running a Server 1. How to I make myself a GM, and what can I do once I am? +Log in to your server, Log out. Go into your SQL Editor of choice (Or command line) and change account.status to 255. Log in and enjoy GM commands #help will give you a list of commands. + +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; + 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?