Difference between revisions of "Main Page"
(→FAQs/Tutorials) |
(→As of April 25 2021[ish] the Darkstar Project is deprecated. Please visit [https://github.com/LandSandBoat/server].) |
||
(25 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | == | + | == As of April 25 2021[ish] the Darkstar Project & Project Topaz are deprecated. Please visit [https://github.com/LandSandBoat/server Landsandboat]. == |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | '''Welcome to the defunct Dark Star Project Wiki''' | |
− | + | ||
− | [[ | + | == Getting Started == |
+ | * [[Building the Server]] | ||
+ | * [[Configuring Your Client]] | ||
+ | * [[DarkStar Servers]] | ||
− | [[ | + | == General Reference links == |
+ | * [[GM Commands]] | ||
+ | * [[ID References]] | ||
+ | * [[What Works]] | ||
+ | * [[Database]] | ||
− | [[Server | + | == FAQs / General Tutorials == |
+ | === General === | ||
+ | * [[Make My Character a GM]] | ||
+ | * [[Troubleshooting Guide]] | ||
+ | * [[Customizing Your Server]] | ||
+ | * [[How to Dump]] | ||
− | == | + | == Developer Reference Links and Tutorials == |
− | [[ | + | * [[Quests]] |
+ | * [[Missions]] | ||
+ | * [[Core]] | ||
+ | * [[Server Data Flow]] | ||
+ | * [[Packet Header]] | ||
+ | * [[Packet IDs]] | ||
− | [[ | + | === Scripting Tutorials === |
+ | * [[How to Make a Quest]] | ||
+ | * [[How to Script a Mission]] | ||
+ | * [[How to Add a BCNM]] | ||
+ | * [[How to Move Npcs]] | ||
+ | * [[Advanced Scripting]] | ||
− | [[ | + | === SQL / Database === |
+ | * [[How to Add Item Mods]] | ||
+ | * [[How to Add Item Latents]] | ||
+ | * [[How to Add an Item]] | ||
+ | * [[How to Add TP Moves]] | ||
+ | * [[Useful Queries]] | ||
− | [[ | + | === Noteworthy custom codes === |
+ | * [[Adjusting the subjob level to be different than half the main job level]] | ||
− | + | == Things that need to be added == | |
− | [[ | + | A (hopefully) current list of what we'd like help with is here: [[Worklist]] |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
You can always look at the list of [[Special:WantedPages]] and see if you can clear some of those out by filling in the information | You can always look at the list of [[Special:WantedPages]] and see if you can clear some of those out by filling in the information | ||
Line 57: | Line 70: | ||
== Other == | == Other == | ||
− | + | ||
<pre style="display: none"><nowiki>[http://www.dracomiconia.com/proprietary.php?option=2 donotvisitthislinkoryouwillbeblocked]</nowiki></pre> | <pre style="display: none"><nowiki>[http://www.dracomiconia.com/proprietary.php?option=2 donotvisitthislinkoryouwillbeblocked]</nowiki></pre> |
Latest revision as of 22:41, 8 January 2024
Contents
As of April 25 2021[ish] the Darkstar Project & Project Topaz are deprecated. Please visit Landsandboat.
Welcome to the defunct Dark Star Project Wiki
Getting Started
General Reference links
FAQs / General Tutorials
General
Developer Reference Links and Tutorials
Scripting Tutorials
SQL / Database
Noteworthy custom codes
Things that need to be added
A (hopefully) current list of what we'd like help with is here: Worklist
You can always look at the list of Special:WantedPages and see if you can clear some of those out by filling in the information
Reference tables (any table that might need to be referenced often)
Source Code documentation (mainly public function documentation and how to communicate between lua scripts and the server)
Checklists for things that are and are not implemented (Eventually I would like to create goal pages that use these checklists, so if you can categorize things in a logical manner, that would be very helpful)
Anything else you can think of that might be helpful for either casual users or developers interested in Dark Star Project.