From e0d2f08357d61282ad42246c52a1cff5a8b12bb7 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sun, 1 Jul 2018 03:30:32 -0500 Subject: [PATCH] Updated ToDo Pages (markdown) --- ToDo-Pages.md | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/ToDo-Pages.md b/ToDo-Pages.md index 48106c8..c569fa7 100644 --- a/ToDo-Pages.md +++ b/ToDo-Pages.md @@ -1,7 +1,32 @@ -* [[NPC Special Attacks]] -* [[Spells]] -* [[Factions]] +* NPC Special Attacks +* Spells +* Factions + +### First Time Running a Server +1. How to I make myself a GM, and what can I do once I am? +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? +5. How to create buffers, teleporters, various things like that? +6. How to change zone connections, or create new custom zonelines +7. A good explanation of what changes require client file changes, and what doesn't +8. A good walkthrough of common client files that need to be changed due to customizations, what they do, and what we can do with them (and maybe what we can't) +9. An example of making a basic change in the source code for some custom functionality on the server, how to rebuild and see it in action (what's the fastest way to iterate on something like this?) +10. An example showing us how to protect ourselves with creating backups, storing them remotely, and restoring using that backup. What else should be backed up besides the database? etc. +11. How to disable/enable various sets of features, like mercenaries, bots, aa's, etc. +12. How to modify level caps +13. How to set up tier based progression, custom character flags, conditional level caps, things like that +14. Examples for creating various types of quests/tasks +15. How to create custom AA's, spells, abilities, disciplines, etc +16. How to populate a zone from scratch, what tools are there to help, how to set up spawns, pathers, etc. ### Content Creation -* [[Creating and Editing NPCs]] -* [[Placing Doors]] \ No newline at end of file +* Creating and Editing NPCs +* Placing Doors +* Changing Starting Zones + +### Tooling + +* GL Model Viewer +* List Objects Tool +* Modeling Custom Zones \ No newline at end of file