mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-23 10:42:25 +00:00
Updated ToDo Pages (markdown)
parent
d538285ad1
commit
af9a4038b9
@ -3,12 +3,21 @@
|
|||||||
* Factions
|
* Factions
|
||||||
* Power Source Reference
|
* Power Source Reference
|
||||||
* Task System
|
* Task System
|
||||||
* Command Reference
|
* Command Reference [Completed 31 July 2018]
|
||||||
* Maps
|
* Maps
|
||||||
* Bots
|
* Bots
|
||||||
|
|
||||||
### First Time Running a Server
|
### First Time Running a Server
|
||||||
1. How to I make myself a GM, and what can I do once I am?
|
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?
|
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?
|
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?
|
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