<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.dspt.info/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Apocalypse612</id>
		<title>DSP Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.dspt.info/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Apocalypse612"/>
		<link rel="alternate" type="text/html" href="http://wiki.dspt.info/index.php/Special:Contributions/Apocalypse612"/>
		<updated>2026-05-17T00:53:53Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>http://wiki.dspt.info/index.php?title=Building_the_Server&amp;diff=22873</id>
		<title>Building the Server</title>
		<link rel="alternate" type="text/html" href="http://wiki.dspt.info/index.php?title=Building_the_Server&amp;diff=22873"/>
				<updated>2019-07-01T01:19:15Z</updated>
		
		<summary type="html">&lt;p&gt;Apocalypse612: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing &amp;amp; Setting up the DS Server on Windows ==&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
&lt;br /&gt;
In this section we will download every program/tool we will need to setup and maintain the servers. Do not install these yet.&lt;br /&gt;
&lt;br /&gt;
* A MySQL compatible database, one of:&lt;br /&gt;
** [https://downloads.mariadb.org/ MariaDB]&lt;br /&gt;
** [https://dev.mysql.com/downloads/mysql/5.7.html MySQL Community Server (5.6 or 5.7 for now, not the 8.0 build)] (flag)&lt;br /&gt;
** [http://dev.mysql.com/downloads/installer/5.6.html/ MySQL Community Server 5.6 (Updated)] (flag)&lt;br /&gt;
&lt;br /&gt;
* Ability to interact with said database, one of:&lt;br /&gt;
** [http://dev.mysql.com/downloads/workbench/ MySQL Workbench]&lt;br /&gt;
** [https://www.heidisql.com/download.php HiediSQL] (comes with MariaDB if you used that, and there are also portable editions)&lt;br /&gt;
** Any other database management GUI or learn to command line (its super easy and you can google your way through it)&lt;br /&gt;
&lt;br /&gt;
* all of:&lt;br /&gt;
** [https://www.visualstudio.com/downloads/ Visual Studio 2019 (Community is fine, make sure you select C++ development and windows SDK during install)]&lt;br /&gt;
** [https://git-for-windows.github.io/ Git For Windows]&lt;br /&gt;
** [https://tortoisegit.org/ TortoiseGit]&lt;br /&gt;
** [https://www.microsoft.com/en-ca/download/details.aspx?id=48145 Visual C++ Redistributable Runtimes 2015]&lt;br /&gt;
** [http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;amp;id=17851 .Net framework version 4 or newer, should already be present]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
'''IMPORTANT NOTICE!'''&lt;br /&gt;
&lt;br /&gt;
There may be certain issues when trying to use newer versions of MySQL or MariaDB. Pull requests to remedy these issues are welcome.&lt;br /&gt;
&lt;br /&gt;
Some feature change:&lt;br /&gt;
* The PASSWORD() function is removed in the latest version of MySQL&lt;br /&gt;
* Use of the VALUES() function is limited to INSERT ... ON DUPLICATE KEY UPDATE in the latest versions of MariaB ''and'' MySQL&lt;br /&gt;
* The latest MySQL may complain about default timestamps on certain tables - this is also a known issue with using XAMP distributions in some configurations.&lt;br /&gt;
&lt;br /&gt;
'''Recommended versions are:'''&lt;br /&gt;
* MariaDB 10.2.18&lt;br /&gt;
* MySQL Community Server 5.7&lt;br /&gt;
* MySQL Community Server 5.6&lt;br /&gt;
&lt;br /&gt;
==== MariaDB ==== &lt;br /&gt;
It's pretty straightforward, the defaults are fine and you can optionally change the root password (but better yet don't use the root user for everything). The same is true for MySQL.&lt;br /&gt;
&lt;br /&gt;
==== MySql ==== &lt;br /&gt;
(flag)&lt;br /&gt;
&lt;br /&gt;
Choose Typical Installation&lt;br /&gt;
&lt;br /&gt;
After the main installation, select Launch the MySQL Instance Configuration Wizard&lt;br /&gt;
&lt;br /&gt;
Select Detailed Configuration&lt;br /&gt;
&lt;br /&gt;
Select Developer Machine&lt;br /&gt;
&lt;br /&gt;
Select Multi-functional Database&lt;br /&gt;
&lt;br /&gt;
Standard Installation Directory&lt;br /&gt;
&lt;br /&gt;
Select Manual Setting and 1000 Concurrent connections&lt;br /&gt;
&lt;br /&gt;
Select Enable TCP/IP Networking, Port Number 3306, and Enable Strict Mode&lt;br /&gt;
&lt;br /&gt;
Select Best Support for Multilingualism&lt;br /&gt;
&lt;br /&gt;
Select Install as Windows Service, Launch the MySQL Server automatically, and Include Bin Directory in Windows PATH.&lt;br /&gt;
&lt;br /&gt;
Select Modify Security Settings, and enter a new password twice. Write down the MySQL password.&lt;br /&gt;
(DO NOT LEAVE BLANK.)&lt;br /&gt;
&lt;br /&gt;
Select Next, Execute, then Finish&lt;br /&gt;
&lt;br /&gt;
==== MySQL 5.6 '''(Updated)'''==== &lt;br /&gt;
Note: Server is x86, but will install 32-bit and 64-bit binaries.&lt;br /&gt;
&lt;br /&gt;
Accept License Terms&lt;br /&gt;
&lt;br /&gt;
Skip Check for updates&lt;br /&gt;
&lt;br /&gt;
Select Developer Default&lt;br /&gt;
&lt;br /&gt;
Check requirements and click Execute - will launch installers for anything you're missing&lt;br /&gt;
&lt;br /&gt;
Default Installation - ~5min&lt;br /&gt;
&lt;br /&gt;
Default Configuration - Check box for &amp;quot;Show Advance Options&amp;quot; - Click Next&lt;br /&gt;
&lt;br /&gt;
Enter MySQL Root Password, twice. Remember it! - Click Next&lt;br /&gt;
&lt;br /&gt;
It will show windows service details, leave as default and Click Next&lt;br /&gt;
&lt;br /&gt;
It will show Logging options, leave as default and  Click Next&lt;br /&gt;
&lt;br /&gt;
Configuration will complete, Click Next&lt;br /&gt;
&lt;br /&gt;
Samples and examples will configure - ~5min - Click Next&lt;br /&gt;
&lt;br /&gt;
Click Finish&lt;br /&gt;
&lt;br /&gt;
==== MySQL 5.7 '''(New)'''==== &lt;br /&gt;
Note: Server is x86, but will install 32-bit and 64-bit binaries.&lt;br /&gt;
&lt;br /&gt;
Accept License Terms&lt;br /&gt;
&lt;br /&gt;
Choosing setup type: Keep defaults. Note, you can select &amp;quot;Server only&amp;quot;, but Developer Default will allow you to skip the MySQL Workbench below, and it will require more diskspace.&lt;br /&gt;
&lt;br /&gt;
Check Requirements: Click next. You should not need anything that shows &amp;quot;Manual&amp;quot;, but you can download the modules separately if you do need them later for some reason. *Note, if you are missing some of the elements (Status = manual), it will pop up with a message stating &amp;quot;One or more product requirements have not been satisfied&amp;quot;. Click yes to continue.&lt;br /&gt;
&lt;br /&gt;
Installation: It will show a list of those things that you will install (it will not list those that had &amp;quot;Manual&amp;quot; in previous step). Click Execute.&lt;br /&gt;
&lt;br /&gt;
Product Configuration: This screen will just tell you that there is still some stuff to configure. Click Next.&lt;br /&gt;
&lt;br /&gt;
Group Replication: Leave default setting (Standalone MySQL Server / Classic MySQL Replication) and click Next&lt;br /&gt;
&lt;br /&gt;
Type and Networking: Leave default settings and click Next (Only reason you would need to change is if you are planning to run a dedicated online server, in which case, I hope you know what these options already mean...)&lt;br /&gt;
&lt;br /&gt;
Accounts and Roles: Enter MySQL Root Password, twice. Remember it! - Click Next&lt;br /&gt;
&lt;br /&gt;
Windows Service: Leave default settings and click Next.&lt;br /&gt;
&lt;br /&gt;
Plugins and Extensions: Leave default settings and click Next.&lt;br /&gt;
&lt;br /&gt;
Apply Configuration: Click Execute. It will show you the progress as it configures your MySQL installation. Once complete, click Finish&lt;br /&gt;
&lt;br /&gt;
Product Configuration: Click Next, (This will set up some samples and examples databases)&lt;br /&gt;
&lt;br /&gt;
Connect to Server: Enter the password you entered for the MySQL (Under Accounts and Roles section) at the bottom where it asks for password, then click Check. As long as the password is correct, it will ungrey the Next button and allow you to continue. Click Next.&lt;br /&gt;
&lt;br /&gt;
Apply Configuration: Just like the Apply configuration above. Click Execute, it will configure, then click Finish once complete.&lt;br /&gt;
&lt;br /&gt;
Product Configuration: Click Next.&lt;br /&gt;
&lt;br /&gt;
Installation Complete: As per the title, you are done. Click Finish and enjoy your new MySQL database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== MySQL Workbench ==== &lt;br /&gt;
&lt;br /&gt;
Use default installation options. This can still be installed and will still function even if you use MariaDB instead of stock MySQL. It will generate a few warnings from by a version number check that you can safely ignore.&lt;br /&gt;
&lt;br /&gt;
==== Visual Studio 2019 ====&lt;br /&gt;
&lt;br /&gt;
Any edition works.  Community is free.&lt;br /&gt;
&lt;br /&gt;
'''Make sure you install Desktop development with C++ when selecting development packages.'''&lt;br /&gt;
&lt;br /&gt;
==== Git for Windows ====&lt;br /&gt;
&lt;br /&gt;
Use default installation options.&lt;br /&gt;
&lt;br /&gt;
==== TortoiseGit ====&lt;br /&gt;
&lt;br /&gt;
Use default installation options. You can skip the step to reboot since we'll reboot once everything else is installed.&lt;br /&gt;
&lt;br /&gt;
==== Visual C++ Redistributable Runtime 2015 ====&lt;br /&gt;
&lt;br /&gt;
Use default installation options.&lt;br /&gt;
&lt;br /&gt;
==== .Net 4.6 (or higher) ====&lt;br /&gt;
&lt;br /&gt;
Use default installation options.  It probably comes with your Visual Studio install anyway. Dot Net Frameworks always come with all prior versions packed in, so you never need to install multiple versions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At this point everything should be installed that needs to be and you can restart your PC to finalize them.&lt;br /&gt;
&lt;br /&gt;
=== Downloading the Server Source Code ===&lt;br /&gt;
&lt;br /&gt;
'''In this section we will use TortoiseGit to download the latest git source code for the server.'''&lt;br /&gt;
&lt;br /&gt;
Open Windows Explorer (right click the start button and choose Windows Explorer)&lt;br /&gt;
&lt;br /&gt;
Right click on any folder select Git Clone&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;URL&amp;quot; field put in the following url: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://github.com/DarkstarProject/darkstar.git&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Directory&amp;quot; to your choice (blank will default to a new folder named &amp;quot;darkstar&amp;quot; at the current location)&lt;br /&gt;
&lt;br /&gt;
Click OK.&lt;br /&gt;
&lt;br /&gt;
Wait for the download to finish.&lt;br /&gt;
&lt;br /&gt;
'''Optional:''' pull submodule to get navmeshes [https://i.postimg.cc/hv9rzm7t/smu.png]&lt;br /&gt;
&lt;br /&gt;
Click OK to close TortoiseGit.&lt;br /&gt;
&lt;br /&gt;
Close windows explorer&lt;br /&gt;
&lt;br /&gt;
At this point you have downloaded all of the source code for the latest version.&lt;br /&gt;
&lt;br /&gt;
If you are not planning on doing any development, it's advised to use the stable branch instead of master.  Right click on your darkstar folder, and go to TortoiseGit -&amp;gt; Switch/Checkout.&lt;br /&gt;
Change the branch dropdown to remotes/origin/stable and hit OK.&lt;br /&gt;
&lt;br /&gt;
=== Setting up the Database ===&lt;br /&gt;
&lt;br /&gt;
'''In this section we will use the data that you downloaded to build a database in MySQL.'''&lt;br /&gt;
&lt;br /&gt;
==== Using a bat script ====&lt;br /&gt;
&lt;br /&gt;
If you follow this step, you may skip the next one. &lt;br /&gt;
&lt;br /&gt;
Paste the following into notepad and save it as DSP_Import.bat in your dsp\sql folder:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ECHO OFF&lt;br /&gt;
REM =============================================================================&lt;br /&gt;
REM =============================================================================&lt;br /&gt;
REM ======                                                              =========&lt;br /&gt;
REM ====== This script will drop the DB specified, then create the DB  =========&lt;br /&gt;
REM ====== specified, and then load all .sql tables from its run dir to =========&lt;br /&gt;
REM ====== the the DB.                                                  =========&lt;br /&gt;
REM ======                                                              =========&lt;br /&gt;
REM ====== File needs to be run from within the \dsp\sql folder (same   =========&lt;br /&gt;
REM ====== folder with all the .sql files. Please edit as needed. By    =========&lt;br /&gt;
REM ====== default it WILL DROP the standard dspdb DB, losing all       =========&lt;br /&gt;
REM ====== accounts and characters. If this is not desired, then update =========&lt;br /&gt;
REM ====== the file to load the new DB into a new DB name.              =========&lt;br /&gt;
REM ======                                                              =========&lt;br /&gt;
REM ====== Update -p with MySQL password. If you password is 'foo',     =========&lt;br /&gt;
REM ====== then change '-pMYSQLPASS' to '-pfoo' (3 places).             =========&lt;br /&gt;
REM ======                                                              =========&lt;br /&gt;
REM ====== If you want to use a different database name, change 'dspdb' =========&lt;br /&gt;
REM ====== with a database name of your choosing.                       =========&lt;br /&gt;
REM ======                                                              =========&lt;br /&gt;
REM =============================================================================&lt;br /&gt;
REM =============================================================================&lt;br /&gt;
&lt;br /&gt;
ECHO Creating Database dspdb&lt;br /&gt;
&amp;quot;c:\edit\this\path\bin\mysqladmin&amp;quot; -h localhost -u root -pMYSQLPASS DROP dspdb&lt;br /&gt;
&lt;br /&gt;
ECHO Creating Database dspdb&lt;br /&gt;
&amp;quot;c:\edit\this\path\bin\mysqladmin&amp;quot; -h localhost -u root -pMYSQLPASS CREATE dspdb&lt;br /&gt;
&lt;br /&gt;
ECHO Loading dspdb tables into the database&lt;br /&gt;
cd c:\path\to\darkstar\sql&lt;br /&gt;
FOR %%X IN (*.sql) DO ECHO Importing %%X &amp;amp; &amp;quot;c:\edit\this\path\bin\mysql&amp;quot; dspdb -h localhost -u root -pMYSQLPASS &amp;lt; %%X&lt;br /&gt;
&lt;br /&gt;
ECHO Finished!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At a minimum you will need to change -pMYSQLPASS in the script to where root is your mysql root password. If your password is 'foo' then you would use '-pfoo' instead. You may also have to change the path of your mysql installation as well (for example, if you installed a different version of mysql)&lt;br /&gt;
&lt;br /&gt;
You can use this script any time the repository is updated, but it will drop the table and thus delete all your player data. You may want to make manual changes instead unless you are using it purely as a test server.&lt;br /&gt;
&lt;br /&gt;
After you've done your initial load, you can use the following script that will preserve character data&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd c:\darkstar\sql&lt;br /&gt;
del auction_house.sql&lt;br /&gt;
del chars.sql&lt;br /&gt;
del accounts.sql&lt;br /&gt;
del accounts_banned.sql&lt;br /&gt;
del char_effects.sql&lt;br /&gt;
del char_equip.sql&lt;br /&gt;
del char_exp.sql&lt;br /&gt;
del char_inventory.sql&lt;br /&gt;
del char_jobs.sql&lt;br /&gt;
del char_look.sql&lt;br /&gt;
del char_pet.sql&lt;br /&gt;
del char_pet_name.sql&lt;br /&gt;
del char_points.sql&lt;br /&gt;
del char_profile.sql&lt;br /&gt;
del char_skills.sql&lt;br /&gt;
del char_spells.sql&lt;br /&gt;
del char_stats.sql&lt;br /&gt;
del char_storage.sql&lt;br /&gt;
del char_vars.sql&lt;br /&gt;
del char_weapon_skill_points.sql&lt;br /&gt;
del chars.sql&lt;br /&gt;
del conquest_system.sql&lt;br /&gt;
del delivery_box.sql&lt;br /&gt;
del linkshells.sql&lt;br /&gt;
FOR %%X IN (*.sql) DO ECHO Importing %%X &amp;amp; &amp;quot;c:\edit\this\path\bin\mysql&amp;quot; dspdb -h localhost -u root -pMYSQLPASS &amp;lt; %%X&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Using HeidiSQL ==== &lt;br /&gt;
Configure Heidi to use your MariaDB or MySQL connection. Read [https://www.heidisql.com/help.php the documentation] or click &amp;quot;new&amp;quot; and wing it like those brave souls who pretend they understand ikea manuals. &lt;br /&gt;
&lt;br /&gt;
Open the &amp;quot;session&amp;quot; then right click it and move your cursor to &amp;quot;new&amp;quot; so the submenu opens and click &amp;quot;database&amp;quot;. All instructions after this point will assume you named your database &amp;quot;dspdb&amp;quot; without quotes.&lt;br /&gt;
&lt;br /&gt;
Now Heidi needs to know which Database we are loading tables into so click to select your new database so it gets higlighted.&lt;br /&gt;
&lt;br /&gt;
Now select &amp;quot;file&amp;quot; again at the top left of the window.&lt;br /&gt;
&lt;br /&gt;
Select &amp;quot;Load SQL file&amp;quot; (or press control+O and that's the letter not zero).&lt;br /&gt;
&lt;br /&gt;
Browse to your SQL directory in your repository root and pick a file you want to import. Like C:\DSP\sql\abilities.sql for example. You can also hold control to select multiple files at once, but be aware Heidi will open a new tab for every file. Press F9 (or click the blue right facing arrow icon) to execute or &amp;quot;import&amp;quot; the current tab's SQL content into your database. Repeat until all tables and triggers have been loaded. &lt;br /&gt;
&lt;br /&gt;
That's it, your are done loading tables.&lt;br /&gt;
&lt;br /&gt;
==== Using MySQL Workbench ==== &lt;br /&gt;
''Todo!''&lt;br /&gt;
&lt;br /&gt;
==== Using Navicat ==== &lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' ''The free edition of Navicat was discontinued ages ago. No more support or bugfixes are released for it. And even if you use the latest commercial release, it will do annoying things like surround every field of a dump in single quotes. If you pull request an sql change that places single quotes on number fields on 30,000 lines Teo reserves the right to maim you. Just kidding. Or am I?'' ''':)''' ''Alternatives include Heidisql, mysql workbench, and many others that are free and open sourced. Same functionality, different layout on screen.''&lt;br /&gt;
&lt;br /&gt;
Click Connection (or File, New Connection)&lt;br /&gt;
&lt;br /&gt;
Connection name: DarkStar&lt;br /&gt;
&lt;br /&gt;
Host Name/IP: localhost&lt;br /&gt;
&lt;br /&gt;
Port: 3306&lt;br /&gt;
&lt;br /&gt;
User Name: root&lt;br /&gt;
&lt;br /&gt;
Password: Enter the password you wrote down during the mySQL installation.&lt;br /&gt;
&lt;br /&gt;
Check Save Password&lt;br /&gt;
&lt;br /&gt;
Click OK&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the connections pane double click DarkStar&lt;br /&gt;
&lt;br /&gt;
Right click on DarkStar and select New Database...&lt;br /&gt;
&lt;br /&gt;
Name it dspdb&lt;br /&gt;
&lt;br /&gt;
Use the Default character set&lt;br /&gt;
&lt;br /&gt;
Select OK.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Double click dspdb&lt;br /&gt;
&lt;br /&gt;
Right click on dspdb and select Execute SQL File...&lt;br /&gt;
&lt;br /&gt;
Browse to C:\dsp\sql and select abilities.sql&lt;br /&gt;
&lt;br /&gt;
Click Start&lt;br /&gt;
&lt;br /&gt;
Continue this process for each file in the folder.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have an issue with the triggers.sql file then follow this step. If not, proceed to the next step (IP address for the map server):&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In Navicat Open accounts table&lt;br /&gt;
&lt;br /&gt;
Click File, Design Table&lt;br /&gt;
&lt;br /&gt;
Click the Triggers tab&lt;br /&gt;
&lt;br /&gt;
There should a line already listed with account_delete in the Name field&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If not:&lt;br /&gt;
&lt;br /&gt;
click Add Trigger&lt;br /&gt;
&lt;br /&gt;
Name column should be account_delete&lt;br /&gt;
&lt;br /&gt;
Fires column should be Before&lt;br /&gt;
&lt;br /&gt;
Check the box in the Delete column&lt;br /&gt;
&lt;br /&gt;
In the definition box below add the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   DELETE FROM `accounts_banned` WHERE `accid` = OLD.id;&lt;br /&gt;
   DELETE FROM `chars` WHERE `accid` = OLD.id;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Select Save and then close the table.&lt;br /&gt;
&lt;br /&gt;
Open the chars table&lt;br /&gt;
&lt;br /&gt;
Click File, Design Table&lt;br /&gt;
&lt;br /&gt;
Click the Triggers tab&lt;br /&gt;
&lt;br /&gt;
There should already be a line listed with char_delete in the name field.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If not:&lt;br /&gt;
&lt;br /&gt;
click Add Trigger&lt;br /&gt;
&lt;br /&gt;
Name column should be char_delete&lt;br /&gt;
&lt;br /&gt;
Fires column should be Before&lt;br /&gt;
&lt;br /&gt;
Check the box in the Delete column&lt;br /&gt;
&lt;br /&gt;
In the definition box below add the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   DELETE FROM `char_exp` WHERE `charid` = OLD.charid;&lt;br /&gt;
   DELETE FROM `char_jobs` WHERE `charid` = OLD.charid;&lt;br /&gt;
   DELETE FROM `char_equip` WHERE `charid` = OLD.charid;&lt;br /&gt;
   DELETE FROM `char_effects` WHERE `charid` = OLD.charid;&lt;br /&gt;
   DELETE FROM `char_look` WHERE `charid` = OLD.charid;&lt;br /&gt;
   DELETE FROM `char_stats` WHERE `charid` = OLD.charid;&lt;br /&gt;
   DELETE FROM `char_skills` WHERE `charid` = OLD.charid;&lt;br /&gt;
   DELETE FROM `char_titles` WHERE `charid` = OLD.charid;&lt;br /&gt;
   DELETE FROM `char_inventory` WHERE `charid` = OLD.charid;&lt;br /&gt;
   DELETE FROM `char_vars` WHERE `charid` = OLD.charid;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Select Save and then close the table.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Configure the ZoneIP for the Map Server ====&lt;br /&gt;
&lt;br /&gt;
Note: These instructions largely assume you are using HeidiSQL&lt;br /&gt;
&lt;br /&gt;
Now you need to determine what IP address that will be used for the Map Server, then update MySQL with it.&lt;br /&gt;
&lt;br /&gt;
Most devs &amp;amp; enthusiasts will not have a separate map server, but will run both map server and login server on the same PC. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Determine what IP address will be used for the map server.&lt;br /&gt;
&lt;br /&gt;
If the server will be public, then use your external IP in the next step. (Looks really random like 173.194.43.104)&lt;br /&gt;
&lt;br /&gt;
If the server will be internal and you want it available on other PCs in your internal network, use the internal network IP (192.168.x.x) in the next step.&lt;br /&gt;
&lt;br /&gt;
If you only plan to run the client and the server on the same PC, you can use the localhost address (127.0.0.1) in the next step.&lt;br /&gt;
&lt;br /&gt;
2. Update the zone_settings table with the ip&lt;br /&gt;
(flag)&lt;br /&gt;
In HeidiSQL, click on the database dspdb and expand&lt;br /&gt;
&lt;br /&gt;
Click on Query tab&lt;br /&gt;
&lt;br /&gt;
Add the following code into the empty space, inserting the value calculated above. The value in the code below (127.0.0.1) would be used if only running the client from the same PC as the server.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    UPDATE zone_settings SET zoneip = '127.0.0.1';&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click on the &amp;quot;run&amp;quot; button (blue arrow), or press F9. You should get a message stating that many (280+) records were changed.&lt;br /&gt;
&lt;br /&gt;
I recommend you save the Query in case you need to run it again later after updating the server.&lt;br /&gt;
&lt;br /&gt;
Close HeidiSQL.&lt;br /&gt;
&lt;br /&gt;
=== Building the Servers ===&lt;br /&gt;
&lt;br /&gt;
'''In this section we will be building the Dark Star servers.'''&lt;br /&gt;
&lt;br /&gt;
Dark Star uses 3 separate servers. A Login server, a Map/Game server, and an optional Search/Auction House server. Using the ZoneIP mentioned earlier, every map could run on its own server at a different IP address. If you have 4 computers each computer could run different areas, as long as they were all connected to the same MySQL database server.&lt;br /&gt;
&lt;br /&gt;
==== Build the Server ====&lt;br /&gt;
&lt;br /&gt;
Open Visual Studio&lt;br /&gt;
&lt;br /&gt;
Click File, Open, Project/Solution (or Ctrl+Shift+O)&lt;br /&gt;
&lt;br /&gt;
Navigate to C:\dsp\win32&lt;br /&gt;
&lt;br /&gt;
Select darkstar.sln&lt;br /&gt;
&lt;br /&gt;
It may take a few minutes to load files.&lt;br /&gt;
&lt;br /&gt;
Optional: if your cpu can handle it, enable multi-core compiling like so http://i.imgur.com/GCjdsdG.png (do this for all 3, or just DSGameServer since that's where most the compile time goes).&lt;br /&gt;
&lt;br /&gt;
Click Debug then Build Server (or Ctrl+Shift+B)&lt;br /&gt;
&lt;br /&gt;
Building will take a few minutes.&lt;br /&gt;
&lt;br /&gt;
Once complete, validate that there are no Errors listed in the summary line at the bottom. It should look like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;========== Build: 3 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If there are any SQL errors it is probably caused by the SQL dev package was extracted to the wrong folder.&lt;br /&gt;
&lt;br /&gt;
If there is a #include error, change that #include to say #include &amp;lt;mysql/mysql.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== When all of the Servers are built ====&lt;br /&gt;
&lt;br /&gt;
Verify in the C:\dsp directory that the servers you built are there: &lt;br /&gt;
&lt;br /&gt;
DSConnect-server.exe for the Login Server&lt;br /&gt;
&lt;br /&gt;
DSGame-server.exe for the Map Server&lt;br /&gt;
&lt;br /&gt;
DSSearch-server.exe for the Search Server&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configuring the Servers ===&lt;br /&gt;
&lt;br /&gt;
'''Now you will configure the Login Server and Map Server to connect to the MySQL database.'''&lt;br /&gt;
&lt;br /&gt;
Do not mess with any other settings in these files unless you know what they are for and what they do.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Login Server Settings ====&lt;br /&gt;
&lt;br /&gt;
In windows explorer navigate to c:\dsp\conf&lt;br /&gt;
&lt;br /&gt;
Open login_darkstar.conf in a text editer (notepad)&lt;br /&gt;
&lt;br /&gt;
Scroll down to the bottom and validate/update the following lines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mysql_host: 127.0.0.1&lt;br /&gt;
mysql_port: 3306&lt;br /&gt;
mysql_login: root&lt;br /&gt;
mysql_password: root &amp;lt;-- change this to your password you wrote down during the MySQL install (flag)&lt;br /&gt;
mysql_database: dspdb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Map Server Settings ====&lt;br /&gt;
&lt;br /&gt;
In windows explorer navigate to c:\dsp\conf&lt;br /&gt;
&lt;br /&gt;
Open map_darkstar.conf in a text editer (notepad)&lt;br /&gt;
&lt;br /&gt;
Scroll down to the bottom and validate/update the following lines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mysql_host: 127.0.0.1&lt;br /&gt;
mysql_port: 3306&lt;br /&gt;
mysql_login: root&lt;br /&gt;
mysql_password: root &amp;lt;-- change this to your password you wrote down during the MySQL install (flag)&lt;br /&gt;
mysql_database: dspdb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Search Server Settings ====&lt;br /&gt;
&lt;br /&gt;
In windows explorer navigate to c:\dsp\conf&lt;br /&gt;
&lt;br /&gt;
Open search_server.conf in a text editer (notepad)&lt;br /&gt;
&lt;br /&gt;
Scroll down to the bottom and validate/update the following lines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mysql_host: 127.0.0.1&lt;br /&gt;
mysql_port: 3306&lt;br /&gt;
mysql_login: root&lt;br /&gt;
mysql_password: root &amp;lt;-- change this to your password you wrote down during the MySQL install (flag)&lt;br /&gt;
mysql_database: dspdb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At this point we have configured the servers to connect to the SQL database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Starting the Servers ===&lt;br /&gt;
&lt;br /&gt;
'''In this section we will launch our new servers.'''&lt;br /&gt;
&lt;br /&gt;
Navigate to c:\dsp&lt;br /&gt;
&lt;br /&gt;
Run DSConnect-server.exe as Admin&lt;br /&gt;
&lt;br /&gt;
Run DSGame-server.exe as Admin&lt;br /&gt;
&lt;br /&gt;
(Optional) Run DSSearch-server.exe as Admin&lt;br /&gt;
&lt;br /&gt;
At this point if your servers fail to load, you probably missed a step. Go back through the steps and try to find out what you missed. It may also be helpful to look at the log files located in c:\dsp\log.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Forward Ports to Allow Others to Join (&amp;amp; Firewall) ===&lt;br /&gt;
&lt;br /&gt;
'''In this section we will provide the port numbers that need to be forwarded to the server. This is only needed to allow people outside your local intranet to join your server.'''&lt;br /&gt;
&lt;br /&gt;
In your router and firewall the following ports need to be opened/forwarded to your server:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
TCP Ports:&lt;br /&gt;
54230&lt;br /&gt;
54231&lt;br /&gt;
54001&lt;br /&gt;
54002&lt;br /&gt;
&lt;br /&gt;
UDP Port:&lt;br /&gt;
54230&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If still having trouble, disable any firewall software completely for testing. This includes the Windows firewall that comes on all modern Windows systems, which can be found in the Control Panel.&lt;br /&gt;
&lt;br /&gt;
== Installing &amp;amp; Setting up the DS Server on Linux ==&lt;br /&gt;
&lt;br /&gt;
The server is known to build in recent [http://www.ubuntu.com/ Ubuntu] versions (14.04), and is tested regularly against it. &lt;br /&gt;
&lt;br /&gt;
Generic build instructions for most POSIX (GNU/Linux, and possibly FreeBSD, NetBSD, UNIX or even OSX with some additional work) systems follow. Some knowledge of how to compile software on your distribution is assumed. You may find it helpful to reference the Windows guide above if something is unclear.&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites: ===&lt;br /&gt;
&lt;br /&gt;
==== Install on Ubuntu ====&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install git mysql-server libmysqlclient-dev libluajit-5.1-dev libzmq3-dev autoconf pkg-config&lt;br /&gt;
&lt;br /&gt;
'''Ubuntu 14.04 needs gcc 7'''.&lt;br /&gt;
 sudo su -&lt;br /&gt;
 apt-get update &lt;br /&gt;
 apt-get install -y software-properties-common&lt;br /&gt;
 add-apt-repository -y ppa:ubuntu-toolchain-r/test&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install -y luajit-5.1-dev libzmq3-dev g++-7 mysql-client-core-5.6 mysql-server-5.6 mysql-client-5.6&lt;br /&gt;
 update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 90&lt;br /&gt;
&lt;br /&gt;
==== Other Distros ====&lt;br /&gt;
&lt;br /&gt;
A compiler with C++17 support. Currently tested with GCC and G++, and requires a minimum version of 7&lt;br /&gt;
&lt;br /&gt;
Git to retrieve the source code.&lt;br /&gt;
&lt;br /&gt;
Autotools (automake autoconf m4sh) and pkg-config to generate the configure script and Makefile&lt;br /&gt;
&lt;br /&gt;
mysql server&lt;br /&gt;
&lt;br /&gt;
mysql client library (select the developer version if your distro has on)&lt;br /&gt;
&lt;br /&gt;
luajit library version 5.1 or higher (select the developer version if your distro has one)&lt;br /&gt;
&lt;br /&gt;
libzmq (select the developer version if your distro has one)&lt;br /&gt;
&lt;br /&gt;
If you plan to run from a console, you may also wish to install &amp;quot;screen&amp;quot; as there is no daemon mode for the servers yet.&lt;br /&gt;
&lt;br /&gt;
=== Preparing the Source Code ===&lt;br /&gt;
&lt;br /&gt;
Once you have everything mentioned above installed, grab the latest source from the repository via the command:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;git clone http://github.com/DarkstarProject/darkstar.git/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are not planning on doing development, it's advised to checkout the stable branch:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;git checkout stable&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Compiling ===&lt;br /&gt;
&lt;br /&gt;
Next is a typical autotools build. Run the autogen script, followed by configure, and then make (GNU make: if your cpu has multiple cores and you wish to utilise them to speed up the build, use '''make -j#CoresMultipliedBy1.5''' e.g. '''make -j4''' if it has 3 cores instead of just '''make''' in the step below):&lt;br /&gt;
 sh autogen.sh&lt;br /&gt;
 ./configure --enable-debug=gdb&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
You can choose not to configure with debug enabled, but there is very little potential gain in this and it prevents many useful break statements from triggering. The Makefile also has separate targets to build each server named &amp;quot;dsconnect&amp;quot; &amp;quot;dsgame&amp;quot; and &amp;quot;dssearch&amp;quot; but will build all 3 if none are specified.&lt;br /&gt;
&lt;br /&gt;
=== Setting Up the Database ===&lt;br /&gt;
&lt;br /&gt;
If you do not know your mysql root password, the default on most systems is blank. It is a good idea to change this for security reasons, as your mysql root user has full permissions on all databases. The first time you run the mysql client, you should be prompted to change the password. After doing so, you will want to create a user specifically for dealing with the darkstar server database. Run mysql as follows:&lt;br /&gt;
 mysql -u root -p&lt;br /&gt;
&lt;br /&gt;
Enter your root password at the prompt. Next, create a new user as follows:&lt;br /&gt;
 CREATE USER 'darkstar'@'localhost' IDENTIFIED BY 'password';&lt;br /&gt;
&lt;br /&gt;
Substitute &amp;quot;password&amp;quot; with a password of your choice. Next, we want to create a database, and set up our new user with permissions to work with it.&lt;br /&gt;
 CREATE DATABASE dspdb;&lt;br /&gt;
 USE dspdb;&lt;br /&gt;
 GRANT ALL PRIVILEGES ON dspdb.* TO 'darkstar'@'localhost';&lt;br /&gt;
 exit&lt;br /&gt;
&lt;br /&gt;
This will make it to where your new user can do anything necessary, but can only connect from localhost, so even if your password is compromised, it will be difficult to mess with the database remotely. If you need to be able to access the database remotely (like if the database is stored on a separate machine from the server), change the configuration according to the host that will be accessing the database.&lt;br /&gt;
&lt;br /&gt;
Now, you need to populate the database.&lt;br /&gt;
 cd sql&lt;br /&gt;
 for f in *.sql&lt;br /&gt;
   do&lt;br /&gt;
      echo -n &amp;quot;Importing $f into the database...&amp;quot;&lt;br /&gt;
      mysql dspdb -u darkstar -ppassword &amp;lt; $f &amp;amp;&amp;amp; echo &amp;quot;Success&amp;quot;      &lt;br /&gt;
   done&lt;br /&gt;
 cd ..&lt;br /&gt;
&lt;br /&gt;
To set up your ZoneIP, see the related windows section [[Building_the_Server#Configure_the_ZoneIP_for_the_Map_Server]] above for how to calculate it, and then run:&lt;br /&gt;
 mysql -u darkstar -ppassword&lt;br /&gt;
 USE dspdb;&lt;br /&gt;
 UPDATE zone_settings SET zoneip = '127.0.0.1';&lt;br /&gt;
 exit&lt;br /&gt;
&lt;br /&gt;
replacing &amp;quot;127.0.0.1&amp;quot; with the value you determined in your calculation. You should see a message that at least 256 changes have occured after the update command.&lt;br /&gt;
&lt;br /&gt;
=== Configuring the Server ===&lt;br /&gt;
Before running your new servers, you will need to update the configuration files to tell it how to talk to the database. You will need to update the files in the conf/ sub-folder named &amp;quot;login_darkstar.conf&amp;quot; &amp;quot;map_darkstar.conf&amp;quot; and &amp;quot;search_server.conf&amp;quot; at a minimum. Find the mysql settings in each and change as appropriate, using the new user, password and database you created earlier.&lt;br /&gt;
&lt;br /&gt;
You may also wish to browse through the various configuration files for any settings that might be of interest to you, but more details on server customization can be found at [[Customizing Your Server]].&lt;br /&gt;
&lt;br /&gt;
=== Starting the Servers ===&lt;br /&gt;
You may now start your new servers. If you are using a desktop environment, you may wish to open 3 separate terminals and run each server in a separate one to monitor them efficiently. Otherwise, you will want to run them in screen sessions as follows:&lt;br /&gt;
 screen -d -m -S dsconnect ./dsconnect&lt;br /&gt;
 screen -d -m -S dsgame ./dsgame&lt;br /&gt;
 screen -d -m -S dssearch ./dssearch&lt;br /&gt;
&lt;br /&gt;
This will start and auto-detach all three servers, assigning them meaningful names to make it easy to reattach later by using the commands:&lt;br /&gt;
 screen -r dsconnect&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
 screen -r dsgame&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
 screen -r dssearch&lt;br /&gt;
&lt;br /&gt;
to monitor a given server. Once you've attached to a screen, you can detach by first pressing &amp;quot;ctrl+a&amp;quot; and then &amp;quot;d&amp;quot;. There are many other useful ways to use screen, so do whatever suits yoru preference.&lt;br /&gt;
&lt;br /&gt;
Your server is now up-and-running, and a client should be able to connect as long as there are no obvious errors on any of the server screens. If the search server is having issues, it is not vital for basic game functionality, but you will be unable to use search functions or the auction house. If you have run into any major issues, contact bluekirby0 (the current maintainer of the linux port as of the time of this writing) on Discord or in the [http://forums.dspt.info forums].&lt;br /&gt;
&lt;br /&gt;
== Automatic Server Restarts &amp;amp; Crash Logs ==&lt;br /&gt;
&lt;br /&gt;
If your server goes down, no one can connect. If it goes down when you're not looking, it can be down for an extended period of time. To fix this, you probably want to have a way to have your server auto-restart. In addition, it's good to know when the server crashed.&lt;br /&gt;
===Getting the software===&lt;br /&gt;
First, you'll want to download Knas Restarter here: [http://www.knas.se/Applications/Restarter.aspx].&lt;br /&gt;
===Creating the Logging files===&lt;br /&gt;
In the dsp directory where your game, connect, and search server reside, create a 'tools' folder. In the folder create 4 new text files by right clicking, and going to New &amp;gt; Text Document&lt;br /&gt;
&lt;br /&gt;
Make sure you have file extension view turned on so that you can see the .txt at the end.&lt;br /&gt;
&lt;br /&gt;
Rename the 4 files to the following:&lt;br /&gt;
&lt;br /&gt;
connect_crash.bat  &amp;lt;Change the file type to bat file, deleting .txt&lt;br /&gt;
&lt;br /&gt;
connect_crash_log.txt&lt;br /&gt;
&lt;br /&gt;
game_crash.bat  &amp;lt;Change the file type to bat file, deleting .txt&lt;br /&gt;
&lt;br /&gt;
game_crash_log.txt&lt;br /&gt;
&lt;br /&gt;
Right click on connect_crash.bat and click 'edit'&lt;br /&gt;
Place the following inside:&lt;br /&gt;
echo %date% %time% &amp;gt;&amp;gt; connect_crash_log.txt&lt;br /&gt;
Save and close&lt;br /&gt;
&lt;br /&gt;
Right click on game_crash.bat and click 'edit'&lt;br /&gt;
Place the following inside:&lt;br /&gt;
echo %date% %time% &amp;gt;&amp;gt; game_crash_log.txt&lt;br /&gt;
Save and close&lt;br /&gt;
&lt;br /&gt;
===Connect Server Restart===&lt;br /&gt;
Launch Knas Restarter&lt;br /&gt;
Find DSConnect-server.exe and click on it&lt;br /&gt;
Click &amp;quot;Select&amp;quot;&lt;br /&gt;
Change itnerval to 10 seconds&lt;br /&gt;
Under &amp;quot;Restart Paramters&amp;quot;;&lt;br /&gt;
Check Keep restarter minimized&lt;br /&gt;
in &amp;quot;Working Directory&amp;quot; enter the directory where dsp is installed&lt;br /&gt;
Under Actions;&lt;br /&gt;
Check &amp;quot;External Script&amp;quot; and browse to your tools folder and select connect_crash.bat&lt;br /&gt;
Click &amp;quot;Create Shortcut&amp;quot; and save to your desktop&lt;br /&gt;
&lt;br /&gt;
===Game Server Restart===&lt;br /&gt;
Launch Knas Restarter&lt;br /&gt;
Find DSGame-server.exe and click on it&lt;br /&gt;
Click &amp;quot;Select&amp;quot;&lt;br /&gt;
Change itnerval to 10 seconds&lt;br /&gt;
Under &amp;quot;Restart Paramters&amp;quot;;&lt;br /&gt;
Check Keep restarter minimized&lt;br /&gt;
in &amp;quot;Working Directory&amp;quot; enter the directory where dsp is installed&lt;br /&gt;
Under Actions;&lt;br /&gt;
Check &amp;quot;External Script&amp;quot; and browse to your tools folder and select game_crash.bat&lt;br /&gt;
Click &amp;quot;Create Shortcut&amp;quot; and save to your desktop&lt;br /&gt;
&lt;br /&gt;
===Launching===&lt;br /&gt;
Open the shortcuts you created on your desktop, and open the search server as you normally would.&lt;br /&gt;
&lt;br /&gt;
Crash logs will be found in the text files you created in the tools directory showing the date and time the crash occurred.&lt;br /&gt;
===Problems===&lt;br /&gt;
In some Windows opperating systems, a window will pop up saying the program has crashed, leaving the crashed program up and preventing an auto-restart. This can be avoided by disabling the user interface for critical errors. To do this follow these steps:&lt;br /&gt;
&lt;br /&gt;
Start &amp;gt; Run gpedit.msc&lt;br /&gt;
&lt;br /&gt;
Computer Configuration &amp;gt; Administrative Templates &amp;gt; Windows Components &amp;gt; Windows Error Reporting&lt;br /&gt;
Set Prevent Display of the user interface for critical errors&amp;quot; to Enabled&lt;br /&gt;
&lt;br /&gt;
== Common Errors ==&lt;br /&gt;
&lt;br /&gt;
=== Getting Errors on Load / In Game ===&lt;br /&gt;
&lt;br /&gt;
You have to run all changed sql files! Be careful you keep zoneip correct in zone_settings.sql.&lt;br /&gt;
&lt;br /&gt;
=== Can't Connect to Game Server ===&lt;br /&gt;
&lt;br /&gt;
Make sure your zoneip in zone_settings table is correct. Also make sure packets can reach the 53445 port.&lt;br /&gt;
&lt;br /&gt;
Restart server after changing zoneip.&lt;br /&gt;
&lt;br /&gt;
=== Packet or key is invalid: ===&lt;br /&gt;
&lt;br /&gt;
Restart login server, game server and game client.&lt;br /&gt;
&lt;br /&gt;
=== make: *** No rule to make target ===&lt;br /&gt;
&lt;br /&gt;
Delete .deps&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
source autogen.sh&lt;br /&gt;
./configure&lt;br /&gt;
make&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== MySQL Error 1067 Invalid default value for 'timecreate' or whatever time related ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mysql -uUSER -pPASS -hlocalhost dspdb -e &amp;quot;set sql_mode = '';&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
and try again&lt;br /&gt;
&lt;br /&gt;
== Credits ==&lt;br /&gt;
The original windows guide was written by thrydwolf, and has been formatted for the wiki and updated by bluekirby0&lt;/div&gt;</summary>
		<author><name>Apocalypse612</name></author>	</entry>

	<entry>
		<id>http://wiki.dspt.info/index.php?title=DarkStar_Servers&amp;diff=21770</id>
		<title>DarkStar Servers</title>
		<link rel="alternate" type="text/html" href="http://wiki.dspt.info/index.php?title=DarkStar_Servers&amp;diff=21770"/>
				<updated>2014-02-28T18:01:21Z</updated>
		
		<summary type="html">&lt;p&gt;Apocalypse612: /* Official DarkStar Old School Classic Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Official DarkStar Test Server ==&lt;br /&gt;
This is Whasf's server, the only official play-test server.&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
46.38.63.32&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
Use http://46.38.63.32/roster.php to see who is online.&lt;br /&gt;
&lt;br /&gt;
Auction House is populated regularly with items for 100 gil.&lt;br /&gt;
&lt;br /&gt;
You start with 4 million gil&lt;br /&gt;
&lt;br /&gt;
Character speed 1.5x&lt;br /&gt;
&lt;br /&gt;
All classes start at level 1&lt;br /&gt;
&lt;br /&gt;
Experience rate is 1.89x&lt;br /&gt;
&lt;br /&gt;
When you create a character, you'll hang at &amp;quot;downloading data&amp;quot;.. Disconnect and wait 45 seconds and login again. It could take up to three tries to log in in successfully with a new character.&lt;br /&gt;
&lt;br /&gt;
== Official DarkStar Old School Classic Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
70.226.47.154&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
&lt;br /&gt;
Want to play like it was 1999 (or so?)&amp;lt;br&amp;gt;&lt;br /&gt;
Want to have fun and enjoy leveling?&amp;lt;br&amp;gt;&lt;br /&gt;
Want to re-live what it was like when the server first got started and '''when having cool stuff actually meant something'''?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    * Exp rate: 1.0&lt;br /&gt;
    * Auction house is empty except for what other players put for sale.&lt;br /&gt;
    * You start with 10 gil.&lt;br /&gt;
    * All NPCs are all &amp;quot;stock&amp;quot;. Nothing custom!&lt;br /&gt;
    * Active community and player-base! Just ask for help, someone will always lend a hand. &lt;br /&gt;
&lt;br /&gt;
See Whose Online Here!!&lt;br /&gt;
&lt;br /&gt;
http://70.226.47.154/roster.php&lt;br /&gt;
&lt;br /&gt;
Here is a list of all the items currently for sale on the AH updated in real time.&lt;br /&gt;
&lt;br /&gt;
http://70.226.47.154/ah.php&lt;br /&gt;
    &lt;br /&gt;
The only &amp;quot;perk&amp;quot; is the Explorer Moogles. Currently Fields of Valor pages are enabled. &lt;br /&gt;
&lt;br /&gt;
This server will receive all updates to the source/scripts as they become available, just like the official test server.&lt;br /&gt;
&lt;br /&gt;
== Era Private Server (Formally FFXiFree) ==&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
Visit our new and improved website http://www.myera.info[http://www.myera.info]!! You can use myera.info for the game server login and teamspeak. &lt;br /&gt;
''You DO NOT need a microphone; we will help you regardless if you have one or not!''&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
* Database contains: 10475 characters&lt;br /&gt;
* Strictly 75cap&lt;br /&gt;
* Movement +150%&lt;br /&gt;
* XP x4&lt;br /&gt;
* Death loss x3&lt;br /&gt;
* Full mog inventory (all 80each)&lt;br /&gt;
* All outpost warps&lt;br /&gt;
* All maps&lt;br /&gt;
* Crafting skillups x8&lt;br /&gt;
* Repeatable quest reward gil x5&lt;br /&gt;
* Custom Dynamis entry&lt;br /&gt;
* Complete guild vendors with relevant crafting materials en mass&lt;br /&gt;
* Augmented fields of valor pages&lt;br /&gt;
* Level sync&lt;br /&gt;
* Droprate adjustments to 177 items&lt;br /&gt;
* 10x the amount of changes listed&lt;br /&gt;
* Active GMs, player base and community!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Azure Sky Private Server ==&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
&lt;br /&gt;
IP Address is currently 67.149.77.81 &lt;br /&gt;
&lt;br /&gt;
The IP Address updates frequently, if your client supports DNS, set the IP address as: sinisterskies.no-ip.org&lt;br /&gt;
&lt;br /&gt;
If not, you can get the IP Address from here http://baremetal.com/cgi-bin/dnsip?target=sinisterskies.no-ip.org&lt;br /&gt;
&lt;br /&gt;
Need an account? PM Game_Accounts on our forums and your account will be made within 48 hours&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
&lt;br /&gt;
We have a helpful &amp;amp; active GM Team constantly adding new features and to help make your experience on our server enjoyable!&lt;br /&gt;
&lt;br /&gt;
'''Server Website:''' http://freeffxiazuresky.freeforums.net/&lt;br /&gt;
&lt;br /&gt;
'''Server Status:''' Online&lt;br /&gt;
&lt;br /&gt;
'''Experience rate:''' 5x (as well as working EXP Rings)&lt;br /&gt;
&lt;br /&gt;
'''Starting gil:''' 500k&lt;br /&gt;
 &lt;br /&gt;
'''All maps''' unlocked by default&lt;br /&gt;
&lt;br /&gt;
'''Teamspeak:''' Available, check our forums for TS info&lt;br /&gt;
&lt;br /&gt;
'''Regular updates''' with lots of added custom content.&lt;br /&gt;
&lt;br /&gt;
'''Run Speed:''' 80&lt;br /&gt;
&lt;br /&gt;
'''Gil drops of ALL mobs'''&lt;br /&gt;
&lt;br /&gt;
Custom HNM fights&lt;br /&gt;
&lt;br /&gt;
Custom NPCs as well as(partially) working '''Rune Fencer, Level Sync and PvP with WoTG and SoA zones being worked on.'''&lt;br /&gt;
&lt;br /&gt;
New Boss fights constantly being added as well as lots of HNM runs and a friendly player base :)&lt;br /&gt;
&lt;br /&gt;
'''Server is up 24/7 ''' with auto-reboot in case of crash&lt;br /&gt;
&lt;br /&gt;
== New Gilgamesh Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
5.135.152.71 (cannot create account with the launcher, only by the website)&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
&lt;br /&gt;
Account creation only on the website, you can't with launcher&lt;br /&gt;
&lt;br /&gt;
    * Exp rate: 5.0&lt;br /&gt;
    * Auction house is for player's sales only but we have a market with price of official server (http://gilgamesh.servegame.com/market).&lt;br /&gt;
    * You start with 50000 gil.&lt;br /&gt;
    * Run speed +15&lt;br /&gt;
    * All job are unlocked at the start (subjob and 20 jobs)&lt;br /&gt;
    * You can start at 75 with subjob at 37, 20M gils and some Ki, if you talk to festive moogle (choose correct job and subjob first) &lt;br /&gt;
    * HL Event available: Sky, Sea, Dynamis, ZNM, Player versus Player&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
Website: http://gilgamesh.servegame.com&lt;br /&gt;
&lt;br /&gt;
New account: http://gilgamesh.servegame.com/index.php?go=join&lt;br /&gt;
&lt;br /&gt;
Download: http://gilgamesh.servegame.com/index.php?go=download&lt;br /&gt;
&lt;br /&gt;
Market: http://gilgamesh.servegame.com/market&lt;br /&gt;
&lt;br /&gt;
Teamspeak: 5.135.152.71&lt;br /&gt;
&lt;br /&gt;
== ManhattanProject ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
50.56.176.250&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
New Server &lt;br /&gt;
&lt;br /&gt;
AH has items&lt;br /&gt;
&lt;br /&gt;
Rare/ex NPC Shops&lt;br /&gt;
&lt;br /&gt;
Mobs drop gil&lt;br /&gt;
&lt;br /&gt;
OP Foods&lt;br /&gt;
&lt;br /&gt;
XP 4x&lt;br /&gt;
&lt;br /&gt;
5mil to start&lt;br /&gt;
&lt;br /&gt;
Increased WS dmg&lt;br /&gt;
&lt;br /&gt;
Run speed is 60&lt;br /&gt;
&lt;br /&gt;
== Ifrit (Funserv) ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
ping ifrit.servegame.com and use the resulting IP.&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
See the website for full details: http://ifrit.servegame.com/&lt;br /&gt;
&lt;br /&gt;
Speed 70&lt;br /&gt;
&lt;br /&gt;
Exp rate 20x (current retail is 2x)&lt;br /&gt;
&lt;br /&gt;
Fame 5x&lt;br /&gt;
&lt;br /&gt;
Guild point rate (when implemented) 2x&lt;br /&gt;
&lt;br /&gt;
FoV Tab rate 2x&lt;br /&gt;
&lt;br /&gt;
Staring inventory size 80&lt;br /&gt;
&lt;br /&gt;
Starting gil 9 million&lt;br /&gt;
&lt;br /&gt;
Auction house everything 100gil and restocked daily&lt;br /&gt;
&lt;br /&gt;
Scripts to unlock subjobs and advanced jobs anytime&lt;br /&gt;
&lt;br /&gt;
All maps unlocked&lt;br /&gt;
&lt;br /&gt;
Explorer Moogles&lt;br /&gt;
&lt;br /&gt;
Chocobo licence&lt;br /&gt;
&lt;br /&gt;
Airship pass&lt;br /&gt;
&lt;br /&gt;
Teleport Crystals&lt;br /&gt;
&lt;br /&gt;
AF/Relic Talk to armor storage npc in Lower Jeuno for claim slips.&lt;br /&gt;
&lt;br /&gt;
== Silverwolf's Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
131.191.104.77 &lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
Auction House is populated&lt;br /&gt;
&lt;br /&gt;
You start with 4 million gil&lt;br /&gt;
&lt;br /&gt;
Character speed 1.5x&lt;br /&gt;
&lt;br /&gt;
Experience rate is 4x&lt;br /&gt;
&lt;br /&gt;
Decent balance, more of that retail feel....&lt;br /&gt;
&lt;br /&gt;
Range Attack does some damage but no skill up yet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Borfax's Test Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
Requires Hamachi to be running and connected to DarkStarFFXI&lt;br /&gt;
&lt;br /&gt;
Hamachi network password is dsf&lt;br /&gt;
&lt;br /&gt;
IP: 5.239.15.57&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
&lt;br /&gt;
Jobs start at level 30, but will probably be adjusted randomly, depending on testing.&lt;br /&gt;
&lt;br /&gt;
== Abbysea Public Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
&lt;br /&gt;
46.4.145.234&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
&lt;br /&gt;
Web Interface: http://abyssea.kicks-ass.org&lt;br /&gt;
Community Forums: http://abyssea.kicks-ass.org/forums/&lt;br /&gt;
Bug Tracker: http://46.4.145.234/bugs/ (currently offline, please use the forums for reporting bugs)&lt;br /&gt;
&lt;br /&gt;
Abbysea is an up and coming server that is dedicated to getting darkstar where it needs to be. It is setup to be as retail-like as possible, and is constantly being worked on to fix bugs and add in new features. All development progress is also shared with the DSP team to increase development of the entire project.&lt;br /&gt;
&lt;br /&gt;
Please join our community and enjoy a friendly atmosphere that is as close to retail as you can get (without playing on retail).&lt;br /&gt;
&lt;br /&gt;
== Fantasy World (the international server) ==&lt;br /&gt;
Our forum: http://fantasyworldforum.forums3.com actively has information about the status of the server and customizations.&lt;br /&gt;
&lt;br /&gt;
Contact Staff via IRC or Java Chat(embedded in the forum next to the logout button)&lt;br /&gt;
&lt;br /&gt;
For administrative issues talk to the owner:&lt;br /&gt;
&lt;br /&gt;
mvd1987(Michaelvandun)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
&lt;br /&gt;
87.208.194.76&lt;br /&gt;
&lt;br /&gt;
we run on a dedicated server now with unmetered bandwith, so enjoy even more from now on :P&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
Our server offers nearly 24/7 up time with the use of an auto-reboot on crash system with regular core &amp;amp; svn updates as they become available. We have a helpful &amp;amp; active GM Team constantly looking into ways to make themselves helpful to both the main project and the users on our server.&lt;br /&gt;
&lt;br /&gt;
'''Level Cap:''' Level Till lvl 99 everywhere&lt;br /&gt;
&lt;br /&gt;
'''75+ Equipment/items:''' almost all 75+ items/Equipments working&lt;br /&gt;
&lt;br /&gt;
'''Movement Speed:''' 200% scales with Chocobo, Flee.&lt;br /&gt;
&lt;br /&gt;
'''Starting Gil:''' 15.000.000 with unlimited resupply.&lt;br /&gt;
&lt;br /&gt;
'''Experience Rate:''' 10x&lt;br /&gt;
&lt;br /&gt;
'''Fame Rate:''' 10x&lt;br /&gt;
&lt;br /&gt;
'''Increased Fields of Valor Experience, Regen &amp;amp; Refresh.'''&lt;br /&gt;
&lt;br /&gt;
'''Modded Foods:''' Galkan Sausage &amp;amp; Ginger Cookies&lt;br /&gt;
&lt;br /&gt;
'''Unlock All:''' Maps, Subjob, All Classes, Teleport Crystals, Avatar Whispers, Chocobo License, Airship Pass, Kazham Airship Pass, Al Zahbi Boat Permit, 3 Nation Rings&lt;br /&gt;
&lt;br /&gt;
Dry Bone (H-7) Bastok Mines.&lt;br /&gt;
&lt;br /&gt;
Anini (H-5) Windurst Walls.&lt;br /&gt;
&lt;br /&gt;
Anilla (J-8) Northern San d'Oria.&lt;br /&gt;
&lt;br /&gt;
'''Unlock All Active Avatars:''' Valeri (J-8) Bastok Mines&lt;br /&gt;
&lt;br /&gt;
'''Unlock All Active BLM Spells''' Phara (J-9) Bastok Mines&lt;br /&gt;
&lt;br /&gt;
'''Unlock All Artifact Claim Slips''' Helmut inside Metalworks&lt;br /&gt;
&lt;br /&gt;
== FFXI Unlimited Private Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
Play on this server is highly discouraged. They accept donations for the efforts of others and are accused of not sharing bug reports with the main project, which, in turn, slows down development. Please support the official project!&lt;br /&gt;
&lt;br /&gt;
== xGenesis Private Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
 75.85.76.25&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
&lt;br /&gt;
Server has been down for almost 5 months for performance issues. But is back '''Online'''.&lt;br /&gt;
&lt;br /&gt;
Server is to mainly to level and have fun ^-^&lt;br /&gt;
&lt;br /&gt;
Server Website: http://xgenesisffxi.weebly.com/&lt;br /&gt;
&lt;br /&gt;
Server Forum: http://xgenesis.createaforum.com/index.php&lt;br /&gt;
&lt;br /&gt;
-Server Status: Online&lt;br /&gt;
-Server IP Address: '''75.85.76.25'''&lt;br /&gt;
&lt;br /&gt;
-Exp rate: 60x&lt;br /&gt;
&lt;br /&gt;
-Starting gil: 50mil&lt;br /&gt;
&lt;br /&gt;
-100g all items in auction house.&lt;br /&gt;
&lt;br /&gt;
-All jobs unlocked. &lt;br /&gt;
&lt;br /&gt;
*Choosing 1 more GM. Contact us for info!*&lt;br /&gt;
&lt;br /&gt;
== Nasomi Community FFXI Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
nasomi.com&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
Website: http://www.nasomi.com&lt;br /&gt;
Facebook: http://www.facebook.com/nasomi/&lt;br /&gt;
Twitter: http://www.twitter.com/nasomi/&lt;br /&gt;
&lt;br /&gt;
With over 100 players and growing, we're providing the 2006 experience. Parties, crafting, fishing, gathering are the things that you'll see here. Players work together working to complete missions and story lines, advance level progression, unlock subjobs, and experience the game as it was during it's peak.&lt;br /&gt;
&lt;br /&gt;
To compensate for a lower population, level sync, field manuals, and access to the mog satchel/sack/case have been enabled.&lt;br /&gt;
&lt;br /&gt;
You start with 1000 gil.&lt;br /&gt;
&lt;br /&gt;
Character speed 1.0x&lt;br /&gt;
&lt;br /&gt;
Experience rate is 1.0x&lt;br /&gt;
&lt;br /&gt;
Maintenance times are Mondays and Thursdays at 9am EST, with duration of roughly 5 minutes.&lt;br /&gt;
&lt;br /&gt;
== Retribution FFXI[Temporarily Offline] ==&lt;/div&gt;</summary>
		<author><name>Apocalypse612</name></author>	</entry>

	<entry>
		<id>http://wiki.dspt.info/index.php?title=DarkStar_Servers&amp;diff=21769</id>
		<title>DarkStar Servers</title>
		<link rel="alternate" type="text/html" href="http://wiki.dspt.info/index.php?title=DarkStar_Servers&amp;diff=21769"/>
				<updated>2014-02-28T17:59:34Z</updated>
		
		<summary type="html">&lt;p&gt;Apocalypse612: /* DarkStar Old School Classic Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Official DarkStar Test Server ==&lt;br /&gt;
This is Whasf's server, the only official play-test server.&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
46.38.63.32&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
Use http://46.38.63.32/roster.php to see who is online.&lt;br /&gt;
&lt;br /&gt;
Auction House is populated regularly with items for 100 gil.&lt;br /&gt;
&lt;br /&gt;
You start with 4 million gil&lt;br /&gt;
&lt;br /&gt;
Character speed 1.5x&lt;br /&gt;
&lt;br /&gt;
All classes start at level 1&lt;br /&gt;
&lt;br /&gt;
Experience rate is 1.89x&lt;br /&gt;
&lt;br /&gt;
When you create a character, you'll hang at &amp;quot;downloading data&amp;quot;.. Disconnect and wait 45 seconds and login again. It could take up to three tries to log in in successfully with a new character.&lt;br /&gt;
&lt;br /&gt;
== Official DarkStar Old School Classic Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
70.226.47.154&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
&lt;br /&gt;
Want to play like it was 1999 (or so?)&amp;lt;br&amp;gt;&lt;br /&gt;
Want to have fun and enjoy leveling?&amp;lt;br&amp;gt;&lt;br /&gt;
Want to re-live what it was like when the server first got started and '''when having cool stuff actually meant something'''?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    * Exp rate: 1.0&lt;br /&gt;
    * Auction house is empty except for what other players put for sale.&lt;br /&gt;
    * You start with 10 gil.&lt;br /&gt;
    * All NPCs are all &amp;quot;stock&amp;quot;. Nothing custom!&lt;br /&gt;
&lt;br /&gt;
See Whose Online Here!!&lt;br /&gt;
&lt;br /&gt;
http://70.226.47.154/roster.php&lt;br /&gt;
&lt;br /&gt;
Here is a list of all the items currently for sale on the AH updated in real time.&lt;br /&gt;
&lt;br /&gt;
http://70.226.47.154/ah.php&lt;br /&gt;
    &lt;br /&gt;
The only &amp;quot;perk&amp;quot; is the Explorer Moogles. Currently Fields of Valor pages are enabled. &lt;br /&gt;
&lt;br /&gt;
This server will receive all updates to the source/scripts as they become available, just like the official test server.&lt;br /&gt;
&lt;br /&gt;
== Era Private Server (Formally FFXiFree) ==&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
Visit our new and improved website http://www.myera.info[http://www.myera.info]!! You can use myera.info for the game server login and teamspeak. &lt;br /&gt;
''You DO NOT need a microphone; we will help you regardless if you have one or not!''&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
* Database contains: 10475 characters&lt;br /&gt;
* Strictly 75cap&lt;br /&gt;
* Movement +150%&lt;br /&gt;
* XP x4&lt;br /&gt;
* Death loss x3&lt;br /&gt;
* Full mog inventory (all 80each)&lt;br /&gt;
* All outpost warps&lt;br /&gt;
* All maps&lt;br /&gt;
* Crafting skillups x8&lt;br /&gt;
* Repeatable quest reward gil x5&lt;br /&gt;
* Custom Dynamis entry&lt;br /&gt;
* Complete guild vendors with relevant crafting materials en mass&lt;br /&gt;
* Augmented fields of valor pages&lt;br /&gt;
* Level sync&lt;br /&gt;
* Droprate adjustments to 177 items&lt;br /&gt;
* 10x the amount of changes listed&lt;br /&gt;
* Active GMs, player base and community!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Azure Sky Private Server ==&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
&lt;br /&gt;
IP Address is currently 67.149.77.81 &lt;br /&gt;
&lt;br /&gt;
The IP Address updates frequently, if your client supports DNS, set the IP address as: sinisterskies.no-ip.org&lt;br /&gt;
&lt;br /&gt;
If not, you can get the IP Address from here http://baremetal.com/cgi-bin/dnsip?target=sinisterskies.no-ip.org&lt;br /&gt;
&lt;br /&gt;
Need an account? PM Game_Accounts on our forums and your account will be made within 48 hours&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
&lt;br /&gt;
We have a helpful &amp;amp; active GM Team constantly adding new features and to help make your experience on our server enjoyable!&lt;br /&gt;
&lt;br /&gt;
'''Server Website:''' http://freeffxiazuresky.freeforums.net/&lt;br /&gt;
&lt;br /&gt;
'''Server Status:''' Online&lt;br /&gt;
&lt;br /&gt;
'''Experience rate:''' 5x (as well as working EXP Rings)&lt;br /&gt;
&lt;br /&gt;
'''Starting gil:''' 500k&lt;br /&gt;
 &lt;br /&gt;
'''All maps''' unlocked by default&lt;br /&gt;
&lt;br /&gt;
'''Teamspeak:''' Available, check our forums for TS info&lt;br /&gt;
&lt;br /&gt;
'''Regular updates''' with lots of added custom content.&lt;br /&gt;
&lt;br /&gt;
'''Run Speed:''' 80&lt;br /&gt;
&lt;br /&gt;
'''Gil drops of ALL mobs'''&lt;br /&gt;
&lt;br /&gt;
Custom HNM fights&lt;br /&gt;
&lt;br /&gt;
Custom NPCs as well as(partially) working '''Rune Fencer, Level Sync and PvP with WoTG and SoA zones being worked on.'''&lt;br /&gt;
&lt;br /&gt;
New Boss fights constantly being added as well as lots of HNM runs and a friendly player base :)&lt;br /&gt;
&lt;br /&gt;
'''Server is up 24/7 ''' with auto-reboot in case of crash&lt;br /&gt;
&lt;br /&gt;
== New Gilgamesh Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
5.135.152.71 (cannot create account with the launcher, only by the website)&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
&lt;br /&gt;
Account creation only on the website, you can't with launcher&lt;br /&gt;
&lt;br /&gt;
    * Exp rate: 5.0&lt;br /&gt;
    * Auction house is for player's sales only but we have a market with price of official server (http://gilgamesh.servegame.com/market).&lt;br /&gt;
    * You start with 50000 gil.&lt;br /&gt;
    * Run speed +15&lt;br /&gt;
    * All job are unlocked at the start (subjob and 20 jobs)&lt;br /&gt;
    * You can start at 75 with subjob at 37, 20M gils and some Ki, if you talk to festive moogle (choose correct job and subjob first) &lt;br /&gt;
    * HL Event available: Sky, Sea, Dynamis, ZNM, Player versus Player&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
Website: http://gilgamesh.servegame.com&lt;br /&gt;
&lt;br /&gt;
New account: http://gilgamesh.servegame.com/index.php?go=join&lt;br /&gt;
&lt;br /&gt;
Download: http://gilgamesh.servegame.com/index.php?go=download&lt;br /&gt;
&lt;br /&gt;
Market: http://gilgamesh.servegame.com/market&lt;br /&gt;
&lt;br /&gt;
Teamspeak: 5.135.152.71&lt;br /&gt;
&lt;br /&gt;
== ManhattanProject ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
50.56.176.250&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
New Server &lt;br /&gt;
&lt;br /&gt;
AH has items&lt;br /&gt;
&lt;br /&gt;
Rare/ex NPC Shops&lt;br /&gt;
&lt;br /&gt;
Mobs drop gil&lt;br /&gt;
&lt;br /&gt;
OP Foods&lt;br /&gt;
&lt;br /&gt;
XP 4x&lt;br /&gt;
&lt;br /&gt;
5mil to start&lt;br /&gt;
&lt;br /&gt;
Increased WS dmg&lt;br /&gt;
&lt;br /&gt;
Run speed is 60&lt;br /&gt;
&lt;br /&gt;
== Ifrit (Funserv) ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
ping ifrit.servegame.com and use the resulting IP.&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
See the website for full details: http://ifrit.servegame.com/&lt;br /&gt;
&lt;br /&gt;
Speed 70&lt;br /&gt;
&lt;br /&gt;
Exp rate 20x (current retail is 2x)&lt;br /&gt;
&lt;br /&gt;
Fame 5x&lt;br /&gt;
&lt;br /&gt;
Guild point rate (when implemented) 2x&lt;br /&gt;
&lt;br /&gt;
FoV Tab rate 2x&lt;br /&gt;
&lt;br /&gt;
Staring inventory size 80&lt;br /&gt;
&lt;br /&gt;
Starting gil 9 million&lt;br /&gt;
&lt;br /&gt;
Auction house everything 100gil and restocked daily&lt;br /&gt;
&lt;br /&gt;
Scripts to unlock subjobs and advanced jobs anytime&lt;br /&gt;
&lt;br /&gt;
All maps unlocked&lt;br /&gt;
&lt;br /&gt;
Explorer Moogles&lt;br /&gt;
&lt;br /&gt;
Chocobo licence&lt;br /&gt;
&lt;br /&gt;
Airship pass&lt;br /&gt;
&lt;br /&gt;
Teleport Crystals&lt;br /&gt;
&lt;br /&gt;
AF/Relic Talk to armor storage npc in Lower Jeuno for claim slips.&lt;br /&gt;
&lt;br /&gt;
== Silverwolf's Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
131.191.104.77 &lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
Auction House is populated&lt;br /&gt;
&lt;br /&gt;
You start with 4 million gil&lt;br /&gt;
&lt;br /&gt;
Character speed 1.5x&lt;br /&gt;
&lt;br /&gt;
Experience rate is 4x&lt;br /&gt;
&lt;br /&gt;
Decent balance, more of that retail feel....&lt;br /&gt;
&lt;br /&gt;
Range Attack does some damage but no skill up yet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Borfax's Test Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
Requires Hamachi to be running and connected to DarkStarFFXI&lt;br /&gt;
&lt;br /&gt;
Hamachi network password is dsf&lt;br /&gt;
&lt;br /&gt;
IP: 5.239.15.57&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
&lt;br /&gt;
Jobs start at level 30, but will probably be adjusted randomly, depending on testing.&lt;br /&gt;
&lt;br /&gt;
== Abbysea Public Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
&lt;br /&gt;
46.4.145.234&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
&lt;br /&gt;
Web Interface: http://abyssea.kicks-ass.org&lt;br /&gt;
Community Forums: http://abyssea.kicks-ass.org/forums/&lt;br /&gt;
Bug Tracker: http://46.4.145.234/bugs/ (currently offline, please use the forums for reporting bugs)&lt;br /&gt;
&lt;br /&gt;
Abbysea is an up and coming server that is dedicated to getting darkstar where it needs to be. It is setup to be as retail-like as possible, and is constantly being worked on to fix bugs and add in new features. All development progress is also shared with the DSP team to increase development of the entire project.&lt;br /&gt;
&lt;br /&gt;
Please join our community and enjoy a friendly atmosphere that is as close to retail as you can get (without playing on retail).&lt;br /&gt;
&lt;br /&gt;
== Fantasy World (the international server) ==&lt;br /&gt;
Our forum: http://fantasyworldforum.forums3.com actively has information about the status of the server and customizations.&lt;br /&gt;
&lt;br /&gt;
Contact Staff via IRC or Java Chat(embedded in the forum next to the logout button)&lt;br /&gt;
&lt;br /&gt;
For administrative issues talk to the owner:&lt;br /&gt;
&lt;br /&gt;
mvd1987(Michaelvandun)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
&lt;br /&gt;
87.208.194.76&lt;br /&gt;
&lt;br /&gt;
we run on a dedicated server now with unmetered bandwith, so enjoy even more from now on :P&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
Our server offers nearly 24/7 up time with the use of an auto-reboot on crash system with regular core &amp;amp; svn updates as they become available. We have a helpful &amp;amp; active GM Team constantly looking into ways to make themselves helpful to both the main project and the users on our server.&lt;br /&gt;
&lt;br /&gt;
'''Level Cap:''' Level Till lvl 99 everywhere&lt;br /&gt;
&lt;br /&gt;
'''75+ Equipment/items:''' almost all 75+ items/Equipments working&lt;br /&gt;
&lt;br /&gt;
'''Movement Speed:''' 200% scales with Chocobo, Flee.&lt;br /&gt;
&lt;br /&gt;
'''Starting Gil:''' 15.000.000 with unlimited resupply.&lt;br /&gt;
&lt;br /&gt;
'''Experience Rate:''' 10x&lt;br /&gt;
&lt;br /&gt;
'''Fame Rate:''' 10x&lt;br /&gt;
&lt;br /&gt;
'''Increased Fields of Valor Experience, Regen &amp;amp; Refresh.'''&lt;br /&gt;
&lt;br /&gt;
'''Modded Foods:''' Galkan Sausage &amp;amp; Ginger Cookies&lt;br /&gt;
&lt;br /&gt;
'''Unlock All:''' Maps, Subjob, All Classes, Teleport Crystals, Avatar Whispers, Chocobo License, Airship Pass, Kazham Airship Pass, Al Zahbi Boat Permit, 3 Nation Rings&lt;br /&gt;
&lt;br /&gt;
Dry Bone (H-7) Bastok Mines.&lt;br /&gt;
&lt;br /&gt;
Anini (H-5) Windurst Walls.&lt;br /&gt;
&lt;br /&gt;
Anilla (J-8) Northern San d'Oria.&lt;br /&gt;
&lt;br /&gt;
'''Unlock All Active Avatars:''' Valeri (J-8) Bastok Mines&lt;br /&gt;
&lt;br /&gt;
'''Unlock All Active BLM Spells''' Phara (J-9) Bastok Mines&lt;br /&gt;
&lt;br /&gt;
'''Unlock All Artifact Claim Slips''' Helmut inside Metalworks&lt;br /&gt;
&lt;br /&gt;
== FFXI Unlimited Private Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
Play on this server is highly discouraged. They accept donations for the efforts of others and are accused of not sharing bug reports with the main project, which, in turn, slows down development. Please support the official project!&lt;br /&gt;
&lt;br /&gt;
== xGenesis Private Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
 75.85.76.25&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
&lt;br /&gt;
Server has been down for almost 5 months for performance issues. But is back '''Online'''.&lt;br /&gt;
&lt;br /&gt;
Server is to mainly to level and have fun ^-^&lt;br /&gt;
&lt;br /&gt;
Server Website: http://xgenesisffxi.weebly.com/&lt;br /&gt;
&lt;br /&gt;
Server Forum: http://xgenesis.createaforum.com/index.php&lt;br /&gt;
&lt;br /&gt;
-Server Status: Online&lt;br /&gt;
-Server IP Address: '''75.85.76.25'''&lt;br /&gt;
&lt;br /&gt;
-Exp rate: 60x&lt;br /&gt;
&lt;br /&gt;
-Starting gil: 50mil&lt;br /&gt;
&lt;br /&gt;
-100g all items in auction house.&lt;br /&gt;
&lt;br /&gt;
-All jobs unlocked. &lt;br /&gt;
&lt;br /&gt;
*Choosing 1 more GM. Contact us for info!*&lt;br /&gt;
&lt;br /&gt;
== Nasomi Community FFXI Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
nasomi.com&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
Website: http://www.nasomi.com&lt;br /&gt;
Facebook: http://www.facebook.com/nasomi/&lt;br /&gt;
Twitter: http://www.twitter.com/nasomi/&lt;br /&gt;
&lt;br /&gt;
With over 100 players and growing, we're providing the 2006 experience. Parties, crafting, fishing, gathering are the things that you'll see here. Players work together working to complete missions and story lines, advance level progression, unlock subjobs, and experience the game as it was during it's peak.&lt;br /&gt;
&lt;br /&gt;
To compensate for a lower population, level sync, field manuals, and access to the mog satchel/sack/case have been enabled.&lt;br /&gt;
&lt;br /&gt;
You start with 1000 gil.&lt;br /&gt;
&lt;br /&gt;
Character speed 1.0x&lt;br /&gt;
&lt;br /&gt;
Experience rate is 1.0x&lt;br /&gt;
&lt;br /&gt;
Maintenance times are Mondays and Thursdays at 9am EST, with duration of roughly 5 minutes.&lt;br /&gt;
&lt;br /&gt;
== Retribution FFXI[Temporarily Offline] ==&lt;/div&gt;</summary>
		<author><name>Apocalypse612</name></author>	</entry>

	<entry>
		<id>http://wiki.dspt.info/index.php?title=DarkStar_Servers&amp;diff=21768</id>
		<title>DarkStar Servers</title>
		<link rel="alternate" type="text/html" href="http://wiki.dspt.info/index.php?title=DarkStar_Servers&amp;diff=21768"/>
				<updated>2014-02-28T17:59:00Z</updated>
		
		<summary type="html">&lt;p&gt;Apocalypse612: /* Official DarkStar Old School Classic Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Official DarkStar Test Server ==&lt;br /&gt;
This is Whasf's server, the only official play-test server.&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
46.38.63.32&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
Use http://46.38.63.32/roster.php to see who is online.&lt;br /&gt;
&lt;br /&gt;
Auction House is populated regularly with items for 100 gil.&lt;br /&gt;
&lt;br /&gt;
You start with 4 million gil&lt;br /&gt;
&lt;br /&gt;
Character speed 1.5x&lt;br /&gt;
&lt;br /&gt;
All classes start at level 1&lt;br /&gt;
&lt;br /&gt;
Experience rate is 1.89x&lt;br /&gt;
&lt;br /&gt;
When you create a character, you'll hang at &amp;quot;downloading data&amp;quot;.. Disconnect and wait 45 seconds and login again. It could take up to three tries to log in in successfully with a new character.&lt;br /&gt;
&lt;br /&gt;
== DarkStar Old School Classic Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
70.226.47.154&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
&lt;br /&gt;
Want to play like it was 1999 (or so?)&amp;lt;br&amp;gt;&lt;br /&gt;
Want to have fun and enjoy leveling?&amp;lt;br&amp;gt;&lt;br /&gt;
Want to re-live what it was like when the server first got started and '''when having cool stuff actually meant something'''?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    * Exp rate: 1.0&lt;br /&gt;
    * Auction house is empty except for what other players put for sale.&lt;br /&gt;
    * You start with 10 gil.&lt;br /&gt;
    * All NPCs are all &amp;quot;stock&amp;quot;. Nothing custom!&lt;br /&gt;
&lt;br /&gt;
See Whose Online Here!!&lt;br /&gt;
&lt;br /&gt;
http://70.226.47.154/roster.php&lt;br /&gt;
&lt;br /&gt;
Here is a list of all the items currently for sale on the AH updated in real time.&lt;br /&gt;
&lt;br /&gt;
http://70.226.47.154/ah.php&lt;br /&gt;
    &lt;br /&gt;
The only &amp;quot;perk&amp;quot; is the Explorer Moogles. Currently Fields of Valor pages are enabled. &lt;br /&gt;
&lt;br /&gt;
This server will receive all updates to the source/scripts as they become available, just like the official test server.&lt;br /&gt;
&lt;br /&gt;
== Era Private Server (Formally FFXiFree) ==&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
Visit our new and improved website http://www.myera.info[http://www.myera.info]!! You can use myera.info for the game server login and teamspeak. &lt;br /&gt;
''You DO NOT need a microphone; we will help you regardless if you have one or not!''&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
* Database contains: 10475 characters&lt;br /&gt;
* Strictly 75cap&lt;br /&gt;
* Movement +150%&lt;br /&gt;
* XP x4&lt;br /&gt;
* Death loss x3&lt;br /&gt;
* Full mog inventory (all 80each)&lt;br /&gt;
* All outpost warps&lt;br /&gt;
* All maps&lt;br /&gt;
* Crafting skillups x8&lt;br /&gt;
* Repeatable quest reward gil x5&lt;br /&gt;
* Custom Dynamis entry&lt;br /&gt;
* Complete guild vendors with relevant crafting materials en mass&lt;br /&gt;
* Augmented fields of valor pages&lt;br /&gt;
* Level sync&lt;br /&gt;
* Droprate adjustments to 177 items&lt;br /&gt;
* 10x the amount of changes listed&lt;br /&gt;
* Active GMs, player base and community!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Azure Sky Private Server ==&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
&lt;br /&gt;
IP Address is currently 67.149.77.81 &lt;br /&gt;
&lt;br /&gt;
The IP Address updates frequently, if your client supports DNS, set the IP address as: sinisterskies.no-ip.org&lt;br /&gt;
&lt;br /&gt;
If not, you can get the IP Address from here http://baremetal.com/cgi-bin/dnsip?target=sinisterskies.no-ip.org&lt;br /&gt;
&lt;br /&gt;
Need an account? PM Game_Accounts on our forums and your account will be made within 48 hours&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
&lt;br /&gt;
We have a helpful &amp;amp; active GM Team constantly adding new features and to help make your experience on our server enjoyable!&lt;br /&gt;
&lt;br /&gt;
'''Server Website:''' http://freeffxiazuresky.freeforums.net/&lt;br /&gt;
&lt;br /&gt;
'''Server Status:''' Online&lt;br /&gt;
&lt;br /&gt;
'''Experience rate:''' 5x (as well as working EXP Rings)&lt;br /&gt;
&lt;br /&gt;
'''Starting gil:''' 500k&lt;br /&gt;
 &lt;br /&gt;
'''All maps''' unlocked by default&lt;br /&gt;
&lt;br /&gt;
'''Teamspeak:''' Available, check our forums for TS info&lt;br /&gt;
&lt;br /&gt;
'''Regular updates''' with lots of added custom content.&lt;br /&gt;
&lt;br /&gt;
'''Run Speed:''' 80&lt;br /&gt;
&lt;br /&gt;
'''Gil drops of ALL mobs'''&lt;br /&gt;
&lt;br /&gt;
Custom HNM fights&lt;br /&gt;
&lt;br /&gt;
Custom NPCs as well as(partially) working '''Rune Fencer, Level Sync and PvP with WoTG and SoA zones being worked on.'''&lt;br /&gt;
&lt;br /&gt;
New Boss fights constantly being added as well as lots of HNM runs and a friendly player base :)&lt;br /&gt;
&lt;br /&gt;
'''Server is up 24/7 ''' with auto-reboot in case of crash&lt;br /&gt;
&lt;br /&gt;
== New Gilgamesh Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
5.135.152.71 (cannot create account with the launcher, only by the website)&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
&lt;br /&gt;
Account creation only on the website, you can't with launcher&lt;br /&gt;
&lt;br /&gt;
    * Exp rate: 5.0&lt;br /&gt;
    * Auction house is for player's sales only but we have a market with price of official server (http://gilgamesh.servegame.com/market).&lt;br /&gt;
    * You start with 50000 gil.&lt;br /&gt;
    * Run speed +15&lt;br /&gt;
    * All job are unlocked at the start (subjob and 20 jobs)&lt;br /&gt;
    * You can start at 75 with subjob at 37, 20M gils and some Ki, if you talk to festive moogle (choose correct job and subjob first) &lt;br /&gt;
    * HL Event available: Sky, Sea, Dynamis, ZNM, Player versus Player&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
Website: http://gilgamesh.servegame.com&lt;br /&gt;
&lt;br /&gt;
New account: http://gilgamesh.servegame.com/index.php?go=join&lt;br /&gt;
&lt;br /&gt;
Download: http://gilgamesh.servegame.com/index.php?go=download&lt;br /&gt;
&lt;br /&gt;
Market: http://gilgamesh.servegame.com/market&lt;br /&gt;
&lt;br /&gt;
Teamspeak: 5.135.152.71&lt;br /&gt;
&lt;br /&gt;
== ManhattanProject ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
50.56.176.250&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
New Server &lt;br /&gt;
&lt;br /&gt;
AH has items&lt;br /&gt;
&lt;br /&gt;
Rare/ex NPC Shops&lt;br /&gt;
&lt;br /&gt;
Mobs drop gil&lt;br /&gt;
&lt;br /&gt;
OP Foods&lt;br /&gt;
&lt;br /&gt;
XP 4x&lt;br /&gt;
&lt;br /&gt;
5mil to start&lt;br /&gt;
&lt;br /&gt;
Increased WS dmg&lt;br /&gt;
&lt;br /&gt;
Run speed is 60&lt;br /&gt;
&lt;br /&gt;
== Ifrit (Funserv) ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
ping ifrit.servegame.com and use the resulting IP.&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
See the website for full details: http://ifrit.servegame.com/&lt;br /&gt;
&lt;br /&gt;
Speed 70&lt;br /&gt;
&lt;br /&gt;
Exp rate 20x (current retail is 2x)&lt;br /&gt;
&lt;br /&gt;
Fame 5x&lt;br /&gt;
&lt;br /&gt;
Guild point rate (when implemented) 2x&lt;br /&gt;
&lt;br /&gt;
FoV Tab rate 2x&lt;br /&gt;
&lt;br /&gt;
Staring inventory size 80&lt;br /&gt;
&lt;br /&gt;
Starting gil 9 million&lt;br /&gt;
&lt;br /&gt;
Auction house everything 100gil and restocked daily&lt;br /&gt;
&lt;br /&gt;
Scripts to unlock subjobs and advanced jobs anytime&lt;br /&gt;
&lt;br /&gt;
All maps unlocked&lt;br /&gt;
&lt;br /&gt;
Explorer Moogles&lt;br /&gt;
&lt;br /&gt;
Chocobo licence&lt;br /&gt;
&lt;br /&gt;
Airship pass&lt;br /&gt;
&lt;br /&gt;
Teleport Crystals&lt;br /&gt;
&lt;br /&gt;
AF/Relic Talk to armor storage npc in Lower Jeuno for claim slips.&lt;br /&gt;
&lt;br /&gt;
== Silverwolf's Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
131.191.104.77 &lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
Auction House is populated&lt;br /&gt;
&lt;br /&gt;
You start with 4 million gil&lt;br /&gt;
&lt;br /&gt;
Character speed 1.5x&lt;br /&gt;
&lt;br /&gt;
Experience rate is 4x&lt;br /&gt;
&lt;br /&gt;
Decent balance, more of that retail feel....&lt;br /&gt;
&lt;br /&gt;
Range Attack does some damage but no skill up yet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Borfax's Test Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
Requires Hamachi to be running and connected to DarkStarFFXI&lt;br /&gt;
&lt;br /&gt;
Hamachi network password is dsf&lt;br /&gt;
&lt;br /&gt;
IP: 5.239.15.57&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
&lt;br /&gt;
Jobs start at level 30, but will probably be adjusted randomly, depending on testing.&lt;br /&gt;
&lt;br /&gt;
== Abbysea Public Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
&lt;br /&gt;
46.4.145.234&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
&lt;br /&gt;
Web Interface: http://abyssea.kicks-ass.org&lt;br /&gt;
Community Forums: http://abyssea.kicks-ass.org/forums/&lt;br /&gt;
Bug Tracker: http://46.4.145.234/bugs/ (currently offline, please use the forums for reporting bugs)&lt;br /&gt;
&lt;br /&gt;
Abbysea is an up and coming server that is dedicated to getting darkstar where it needs to be. It is setup to be as retail-like as possible, and is constantly being worked on to fix bugs and add in new features. All development progress is also shared with the DSP team to increase development of the entire project.&lt;br /&gt;
&lt;br /&gt;
Please join our community and enjoy a friendly atmosphere that is as close to retail as you can get (without playing on retail).&lt;br /&gt;
&lt;br /&gt;
== Fantasy World (the international server) ==&lt;br /&gt;
Our forum: http://fantasyworldforum.forums3.com actively has information about the status of the server and customizations.&lt;br /&gt;
&lt;br /&gt;
Contact Staff via IRC or Java Chat(embedded in the forum next to the logout button)&lt;br /&gt;
&lt;br /&gt;
For administrative issues talk to the owner:&lt;br /&gt;
&lt;br /&gt;
mvd1987(Michaelvandun)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
&lt;br /&gt;
87.208.194.76&lt;br /&gt;
&lt;br /&gt;
we run on a dedicated server now with unmetered bandwith, so enjoy even more from now on :P&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
Our server offers nearly 24/7 up time with the use of an auto-reboot on crash system with regular core &amp;amp; svn updates as they become available. We have a helpful &amp;amp; active GM Team constantly looking into ways to make themselves helpful to both the main project and the users on our server.&lt;br /&gt;
&lt;br /&gt;
'''Level Cap:''' Level Till lvl 99 everywhere&lt;br /&gt;
&lt;br /&gt;
'''75+ Equipment/items:''' almost all 75+ items/Equipments working&lt;br /&gt;
&lt;br /&gt;
'''Movement Speed:''' 200% scales with Chocobo, Flee.&lt;br /&gt;
&lt;br /&gt;
'''Starting Gil:''' 15.000.000 with unlimited resupply.&lt;br /&gt;
&lt;br /&gt;
'''Experience Rate:''' 10x&lt;br /&gt;
&lt;br /&gt;
'''Fame Rate:''' 10x&lt;br /&gt;
&lt;br /&gt;
'''Increased Fields of Valor Experience, Regen &amp;amp; Refresh.'''&lt;br /&gt;
&lt;br /&gt;
'''Modded Foods:''' Galkan Sausage &amp;amp; Ginger Cookies&lt;br /&gt;
&lt;br /&gt;
'''Unlock All:''' Maps, Subjob, All Classes, Teleport Crystals, Avatar Whispers, Chocobo License, Airship Pass, Kazham Airship Pass, Al Zahbi Boat Permit, 3 Nation Rings&lt;br /&gt;
&lt;br /&gt;
Dry Bone (H-7) Bastok Mines.&lt;br /&gt;
&lt;br /&gt;
Anini (H-5) Windurst Walls.&lt;br /&gt;
&lt;br /&gt;
Anilla (J-8) Northern San d'Oria.&lt;br /&gt;
&lt;br /&gt;
'''Unlock All Active Avatars:''' Valeri (J-8) Bastok Mines&lt;br /&gt;
&lt;br /&gt;
'''Unlock All Active BLM Spells''' Phara (J-9) Bastok Mines&lt;br /&gt;
&lt;br /&gt;
'''Unlock All Artifact Claim Slips''' Helmut inside Metalworks&lt;br /&gt;
&lt;br /&gt;
== FFXI Unlimited Private Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
Play on this server is highly discouraged. They accept donations for the efforts of others and are accused of not sharing bug reports with the main project, which, in turn, slows down development. Please support the official project!&lt;br /&gt;
&lt;br /&gt;
== xGenesis Private Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
 75.85.76.25&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
&lt;br /&gt;
Server has been down for almost 5 months for performance issues. But is back '''Online'''.&lt;br /&gt;
&lt;br /&gt;
Server is to mainly to level and have fun ^-^&lt;br /&gt;
&lt;br /&gt;
Server Website: http://xgenesisffxi.weebly.com/&lt;br /&gt;
&lt;br /&gt;
Server Forum: http://xgenesis.createaforum.com/index.php&lt;br /&gt;
&lt;br /&gt;
-Server Status: Online&lt;br /&gt;
-Server IP Address: '''75.85.76.25'''&lt;br /&gt;
&lt;br /&gt;
-Exp rate: 60x&lt;br /&gt;
&lt;br /&gt;
-Starting gil: 50mil&lt;br /&gt;
&lt;br /&gt;
-100g all items in auction house.&lt;br /&gt;
&lt;br /&gt;
-All jobs unlocked. &lt;br /&gt;
&lt;br /&gt;
*Choosing 1 more GM. Contact us for info!*&lt;br /&gt;
&lt;br /&gt;
== Nasomi Community FFXI Server ==&lt;br /&gt;
&lt;br /&gt;
=== IP Address ===&lt;br /&gt;
nasomi.com&lt;br /&gt;
&lt;br /&gt;
=== Additional Information ===&lt;br /&gt;
Website: http://www.nasomi.com&lt;br /&gt;
Facebook: http://www.facebook.com/nasomi/&lt;br /&gt;
Twitter: http://www.twitter.com/nasomi/&lt;br /&gt;
&lt;br /&gt;
With over 100 players and growing, we're providing the 2006 experience. Parties, crafting, fishing, gathering are the things that you'll see here. Players work together working to complete missions and story lines, advance level progression, unlock subjobs, and experience the game as it was during it's peak.&lt;br /&gt;
&lt;br /&gt;
To compensate for a lower population, level sync, field manuals, and access to the mog satchel/sack/case have been enabled.&lt;br /&gt;
&lt;br /&gt;
You start with 1000 gil.&lt;br /&gt;
&lt;br /&gt;
Character speed 1.0x&lt;br /&gt;
&lt;br /&gt;
Experience rate is 1.0x&lt;br /&gt;
&lt;br /&gt;
Maintenance times are Mondays and Thursdays at 9am EST, with duration of roughly 5 minutes.&lt;br /&gt;
&lt;br /&gt;
== Retribution FFXI[Temporarily Offline] ==&lt;/div&gt;</summary>
		<author><name>Apocalypse612</name></author>	</entry>

	<entry>
		<id>http://wiki.dspt.info/index.php?title=How_to_Add_a_BCNM&amp;diff=21673</id>
		<title>How to Add a BCNM</title>
		<link rel="alternate" type="text/html" href="http://wiki.dspt.info/index.php?title=How_to_Add_a_BCNM&amp;diff=21673"/>
				<updated>2013-10-14T01:34:49Z</updated>
		
		<summary type="html">&lt;p&gt;Apocalypse612: /* Adding Treasure Chests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In this page we will learn how to add BCNMs (duh)&lt;br /&gt;
&lt;br /&gt;
== Adding the BCNM to the list ==&lt;br /&gt;
&lt;br /&gt;
To start off, navigate to your '''dsp''' folder and then to '''/scripts/globals/''' and open bcnm.lua&lt;br /&gt;
&lt;br /&gt;
Inside you'll see something like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
itemid_bcnmid_map = { 6,{0,0},--Bearclaw_Pinnacle&lt;br /&gt;
                      8,{0,0},--Boneyard_Gully&lt;br /&gt;
                     10,{0,0},--The_Shrouded_Maw&lt;br /&gt;
		     13,{0,0},--Mine_Shaft_2716&lt;br /&gt;
                     17,{0,0},--spire of holla&lt;br /&gt;
		     19,{0,0},--spire of dem&lt;br /&gt;
		     21,{0,0},--spire of mea&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Unless you're adding a BCNM that requires an item trade, the above will be of no use.&lt;br /&gt;
You should scroll down to this instead:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bcnmid_param_map = { 6,{640,0},&lt;br /&gt;
                     8,{672,0},&lt;br /&gt;
                    10,{704,0,706,2},&lt;br /&gt;
                    13,{736,0},&lt;br /&gt;
                    17,{768,0},&lt;br /&gt;
		    19,{800,0},&lt;br /&gt;
		    21,{832,0},&lt;br /&gt;
                    23,{864,0},&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This may seem confusing at first glance but it's not!&lt;br /&gt;
Here's a breakdown of it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bcnmid_param_map = {&lt;br /&gt;
                    6,{640,0},&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The first number (in our case 6) is the ZoneID.&lt;br /&gt;
The first pair of numbers after the ZoneID are the bcnmid and paramid (which must always be in pairs).&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
6, &amp;lt;- Zone ID {640 &amp;lt;- bcnmid , 0 &amp;lt;- paramid }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The '''bcnmid''' can be found in the '''bcnm_info''' sql file / table.&lt;br /&gt;
&lt;br /&gt;
The '''paramid''' can usually be found commented in the BCNM zone's Burning_Circle.lua file e.g.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
-----------------------------------&lt;br /&gt;
-- Area: Balga's Dais&lt;br /&gt;
-- NPC:  Burning Circle&lt;br /&gt;
-- Balga's Dais Burning Circle&lt;br /&gt;
-- @pos 299 -123 345 146&lt;br /&gt;
-------------------------------------&lt;br /&gt;
package.loaded[&amp;quot;scripts/zones/Balgas_Dais/TextIDs&amp;quot;] = nil;&lt;br /&gt;
package.loaded[&amp;quot;scripts/globals/bcnm&amp;quot;] = nil;&lt;br /&gt;
-------------------------------------&lt;br /&gt;
........................&lt;br /&gt;
........................&lt;br /&gt;
&lt;br /&gt;
	---- 0: Rank 2 Final Mission for Bastok &amp;quot;The Emissary&amp;quot; and Sandy &amp;quot;Journey Abroad&amp;quot; &amp;lt;--- This line &amp;lt;---&lt;br /&gt;
	---- 1: Steamed Sprouts (BCNM 40, Star Orb)&lt;br /&gt;
	---- 2: Divine Punishers (BCNM 60, Moon Orb)&lt;br /&gt;
	---- 3: Saintly Invitation (Windurst mission 6-2)&lt;br /&gt;
	---- 4: Treasure and Tribulations (BCNM 50, Comet Orb)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In our case, if the BCNM we were adding was for '''Rank 2 Final Mission''' in '''Balga's Dais''', we could use the information from '''bcnm_info''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[bcnmid | zoneId |      name      ]&lt;br /&gt;
[  96   |   146  | rank_2_mission ]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In '''bcnm.lua''' with '''96''' being bcnmid and '''0''' being the paramid.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bcnm_param_map = {&lt;br /&gt;
                  146,{96,0},&lt;br /&gt;
                 }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''IMPORTANT:''' You '''do not''' need to create another line for an existing zone's bcnm, simply add the '''bcnmid''' and '''paramid''' at the end of the zone's array (don't include the '''--&amp;gt;'s''', they're there simply to make things easier to understand)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bcnm_param_map = {&lt;br /&gt;
                  146,{bcnmid --&amp;gt; 96, paramid --&amp;gt; 0, bcnmid --&amp;gt; 99, paramid --&amp;gt; 3},&lt;br /&gt;
                  }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just a summary of this section;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
bcnm_param_map = {&lt;br /&gt;
                 146, {  96  ,   0   ,   99  ,   3    },&lt;br /&gt;
         --   zoneid, {bcnmid,paramid, bcnmid, paramid},&lt;br /&gt;
                 }&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adding mobs to the BCNM ==&lt;br /&gt;
&lt;br /&gt;
In this section we'll be adding mobs to the BCNM.&lt;br /&gt;
To do this you'll need to have the '''monsterId''' which you can find from the '''mobid''' column '''mob_spawn_points''' table/sql file.&lt;br /&gt;
Add this into the bcnm_instance table/sql file so it looks like this (if it were for Rank 2 Mission)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[ bcnmId | instanceNumber | monsterId | conditions ]&lt;br /&gt;
|   0    |       1        | 17346561  |     3      |&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the mob to show up, you'll need the mob's x,y,z,rotation pos in the mob_spawn_points table/sql file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[   mobid   |     mobname     | groupid |    pos_x   |    pos_y   |    pos_z  |   pos_rot  ]&lt;br /&gt;
|  17375233 |	Black_Dragon  |	  7900  |    -138    |	   56	  |    -224   |     189    |  &lt;br /&gt;
                                             ~X^           Y^           Z^        rotation^ ~                             &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To set the pos you'll need access to a retail FFXI where you can pull the @pos co-ordinates.&lt;br /&gt;
If you don't have access to retail FFXI, you can find a video with the BCNM fight and estimate the pos for the bcnm mobs.&lt;br /&gt;
&lt;br /&gt;
When attempting to estimate the co-ordinates (x,y,z,rotation) you'll first need to assign a mob to the bcnmid and then go to the BCNM.&lt;br /&gt;
Once you've entered the BCNM place your character at each of the mob's estimated spawn points and type @where.&lt;br /&gt;
The [ x,y,z,(rotation) ] co-ordinates shown from @where need to go in mob_spawn_points table/sql file.&lt;br /&gt;
&lt;br /&gt;
When all the information needed is added to bcnm_instance table/sql, re-import the sql file or save changes to table and reboot DSGameServer.&lt;br /&gt;
Make sure you've added all mobs that need to be in the BCNM and got the correct co-ordinates.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adding requirements to the BCNM == &lt;br /&gt;
&lt;br /&gt;
In this section we'll be adding requirements such as Key Item or Mission requirements to the BCNM.&lt;br /&gt;
This is the easiest and least time consuming part of adding a BCNM.&lt;br /&gt;
Simply add the condition you need in '''bcnm.lua''' under &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function checkNonTradeBCNM(player,npc)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here you can see the bcnm first checks the Zone, if the player has the Key Item required for it, sets the id, mask and sets the var needed.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
elseif(Zone == 146) then -- Balga's Dais&lt;br /&gt;
		if(player:hasKeyItem(DARK_KEY)) then -- Mission 2-3&lt;br /&gt;
			mask = GetBattleBitmask(96,Zone,1);&lt;br /&gt;
			player:setVar(&amp;quot;trade_bcnmid&amp;quot;,96);&lt;br /&gt;
		end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
You don't need another 'elseif(Zone == )' if adding another bcnm to a zone that already has one.&lt;br /&gt;
Just add the check like so:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
elseif(Zone == 146) then -- Balga's Dais&lt;br /&gt;
		if(player:hasKeyItem(DARK_KEY)) then -- Mission 2-3&lt;br /&gt;
			mask = GetBattleBitmask(96,Zone,1);&lt;br /&gt;
			player:setVar(&amp;quot;trade_bcnmid&amp;quot;,96);&lt;br /&gt;
		elseif(player:hasKeyItem(HOLY_ONES_INVITATION)) then -- Mission 6-2&lt;br /&gt;
			mask = GetBattleBitmask(99,Zone,1);&lt;br /&gt;
			player:setVar(&amp;quot;trade_bcnmid&amp;quot;,99);&lt;br /&gt;
		end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Finishing off the BCNM ==&lt;br /&gt;
&lt;br /&gt;
Now that our BCNM has mobs, can be entered and can be won; we need to tell it what to do upon winning the BCNM.&lt;br /&gt;
To make things simple, copy an existing script from '''scripts/zones/'''ZONE_NAME'''/bcnms''' (ZONE_NAME being the name of the zone you're scripting the bcnm for).&lt;br /&gt;
Make a copy of that script and rename it to the BCNM's name which can be found in the '''bcnm_info''' table/sql file.&lt;br /&gt;
&lt;br /&gt;
For this part we'll make a copy of the '''rank_2_mission''' script (Balga's Dais)&lt;br /&gt;
(Rank 6 BCNM).&lt;br /&gt;
When opening the script you'll see this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function OnBcnmRegister(player,instance)&lt;br /&gt;
end;&lt;br /&gt;
&lt;br /&gt;
-- Physically entering the BCNM via bcnmEnter(bcnmid)&lt;br /&gt;
function OnBcnmEnter(player,instance)&lt;br /&gt;
end;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
'''In most cases you do NOT need to touch these.'''&lt;br /&gt;
&lt;br /&gt;
Scroll down to '''onBcnmLeave''' and you'll see this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function OnBcnmLeave(player,instance,leavecode)&lt;br /&gt;
-- print(&amp;quot;leave code &amp;quot;..leavecode);&lt;br /&gt;
	&lt;br /&gt;
	if(leavecode == 2) then -- play end CS. Need time and battle id for record keeping + storage&lt;br /&gt;
		if(player:hasCompletedMission(player:getNation(),5)) then&lt;br /&gt;
			player:startEvent(0x7d01,1,1,1,instance:getTimeInside(),1,0,1);&lt;br /&gt;
		else&lt;br /&gt;
			player:startEvent(0x7d01,1,1,1,instance:getTimeInside(),1,0,0);&lt;br /&gt;
		end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Here's a quick breakdown of it;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;if(leavecode == 2) then&amp;lt;/pre&amp;gt; line is saying &amp;quot;If player has won BCNM then&amp;quot; do something.&lt;br /&gt;
&lt;br /&gt;
The next 4 lines;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
if(player:hasCompletedMission(player:getNation(),5)) then&lt;br /&gt;
&lt;br /&gt;
   player:startEvent(0x7d01,1,1,1,instance:getTimeInside(),1,0,1);&lt;br /&gt;
		&lt;br /&gt;
 else&lt;br /&gt;
   player:startEvent(0x7d01,1,1,1,instance:getTimeInside(),1,0,0);&lt;br /&gt;
 end&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
Check to see if the player has completed the mission or not. If they have then display the cutscene with a 'skip' option;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
player:startEvent(0x7d01,1,1,1,instance:getTimeInside(),1,0,1) -- &amp;lt;-- This last '1' determines if it can be skipped or not.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
if not then display the regular cutscene without an option to skip it.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
player:startEvent(0x7d01,1,1,1,instance:getTimeInside(),1,0,0) -- &amp;lt;-- This last '0' means &amp;quot;stfu you cant skip&amp;quot;.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To choose which cutscene to show it's pretty simple, all you have to do is get the paramid for the bcnm (in our case it's 0) and have that as the parameter before the 'skip' option parameter e.g. if the cutscene was for Mission 6-2, then this is what we'd see:&lt;br /&gt;
'''IMPORTANT:''' The csid(in our case 0x7d01) will ALWAYS be the same. To show the correct cutscene you change the second to last parameter for player:startEvent to the BCNMs paramid.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
player:startEvent(0x7d01,1,1,1,instance:getTimeInside(),1,      3       ,    1            );&lt;br /&gt;
                                                                ^paramid,    ^no skip(1) skip(0)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now that we've got the BCNM showing the correct cutscene, we need to tell the BCNM what to do when that cutscene is finished.&lt;br /&gt;
All you have to do is scroll down to '''onEventFinish''' and do what you gotta do.&lt;br /&gt;
The csid will be the same as it was for the other BCNMs already in the zone e.g. for Balgas Dais the csid for the BCNM will always be 0x7d01.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function onEventFinish(player,csid,option)&lt;br /&gt;
-- print(&amp;quot;bc finish csid &amp;quot;..csid..&amp;quot; and option &amp;quot;..option);&lt;br /&gt;
	&lt;br /&gt;
	if(csid == 0x7d01) then&lt;br /&gt;
		if(player:hasKeyItem(DARK_KEY)) then&lt;br /&gt;
			player:addKeyItem(KINDRED_CREST);&lt;br /&gt;
			player:messageSpecial(KEYITEM_OBTAINED,KINDRED_CREST);&lt;br /&gt;
			player:setVar(&amp;quot;MissionStatus&amp;quot;,9);&lt;br /&gt;
			player:delKeyItem(DARK_KEY);&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
end;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adding Treasure Chests ==&lt;br /&gt;
&lt;br /&gt;
'''IN PROGRESS!!!!! Dont read this yet. No really, don't.'''&lt;br /&gt;
&lt;br /&gt;
Fill in the required values in '''bcnm_loot''' table remembering to add the items needed to each group under lootGroupId.&lt;br /&gt;
Make sure there isn't an existing LootDropId with the same value as the one you're trying to add as you'll end up adding the drop to another BCNM which doesnt need this. In order to do this, simply add 1 to the highest LootDropId and set that as yours e.g. If you were adding a Treasure Chest to Horns of War (Horlais Peak) and there was already a BCNM with items with LootDropId's value of 10, you'd put:&lt;br /&gt;
'''bcnm_loot'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[LootDropId | itemId | rolls | lootGroupId ]&lt;br /&gt;
|    10     |  1234  |  123  |      0      | &amp;lt;-- previous LootDropId item ( read comment below v)&lt;br /&gt;
|    10     |  1235  |  123  |      0      | &amp;lt;-- previous LootDropId item (both are in LootDropId 10, Group 0)&lt;br /&gt;
|    11	    |  1441  |	169  |      0      | &amp;lt;-- our NEW LootDropId items ( read comment below ) &lt;br /&gt;
|    11     |  1442  |  169  |      0      | &amp;lt;-- our NEW LootDropId items (both are in LootDropId 11, Group 0)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the items are part of the same BCNM drop, assign them the same LootDropId.&lt;br /&gt;
The lootGroupIds are for BCNMs that drop random loot&lt;br /&gt;
&lt;br /&gt;
You then go in to '''bcnm_info''' and add the LootDropId value into that BCNMs LootDropId column e.g.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[bcnmid |  zoneid  |     name     | fastestName | fastestTime | timeLimit | levelCap |  partySize | lootDropId | rules ]&lt;br /&gt;
|   11	|    139   | horns_of_war |	        |             |   1800    |	0    |	    18	  |     11     |  15   |&lt;br /&gt;
                                                                                                        ^&lt;br /&gt;
                                                                                                    this &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
So as you can see, the LootDropId in both tables match.&lt;br /&gt;
&lt;br /&gt;
Get the Treasure Chest's NPC ID (usually goes up in BCNM order e.g. 1737528'''2''' for the first BCNM and 1737528'''3''' for the second), and put the info required in bcnm_treasure_chests table.&lt;br /&gt;
&lt;br /&gt;
'''bcnm_treasure_chests'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[bcnmId | instanceNumber |  npcId   ]&lt;br /&gt;
|  107	|        1       | 17375282 |&lt;br /&gt;
|  107	|        2       | 17375283 | &amp;lt;-- same bcnm, different instanceNumber, different npcId&lt;br /&gt;
|  107	|        3       | 17375284 |&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
TODO: (For demo) Explain winconditions in BCNM instance (pets / summons shouldnt be 3)&lt;/div&gt;</summary>
		<author><name>Apocalypse612</name></author>	</entry>

	<entry>
		<id>http://wiki.dspt.info/index.php?title=What_Works&amp;diff=21672</id>
		<title>What Works</title>
		<link rel="alternate" type="text/html" href="http://wiki.dspt.info/index.php?title=What_Works&amp;diff=21672"/>
				<updated>2013-10-14T00:15:10Z</updated>
		
		<summary type="html">&lt;p&gt;Apocalypse612: /* Horlais Peak */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The Goal ==&lt;br /&gt;
&lt;br /&gt;
The idea for this wiki page originally stemmed from my post on the forums ([http://forums.dspt.info/viewtopic.php?f=5&amp;amp;t=526 What do these servers have to offer?]) with the goal to create a list for everyone of what works and what doesn't. Throughout the thread it was brought to my attention that there are some things that do work but have major bugs in them that may prevent someone from wanting to even bother with it.&lt;br /&gt;
&lt;br /&gt;
The goal? To put it simply, the goal of this page is to create a quick reference guide for those currently playing to know what works and what doesn't. For those who aren't playing it is meant as an informative page designed to showcase what features of the game currently do and do not work.&lt;br /&gt;
&lt;br /&gt;
Just because something is listed here as not working does not mean it is never going to be implemented, all it means is that it is not currently implemented and could very well be in the works.&lt;br /&gt;
&lt;br /&gt;
So without further ado, here is the list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== What Works and What Doesn't ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For reference when scrolling through under each category it will be listed by expansion.&lt;br /&gt;
&lt;br /&gt;
ie. Under Events it will go original content &amp;gt; Zilart &amp;gt; Promathia &amp;gt; ToAU, etc.&lt;br /&gt;
&lt;br /&gt;
'''Legend:''' &lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Green writing&amp;lt;/span&amp;gt; = Working&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Orange writing&amp;lt;/span&amp;gt; = Working, with bugs&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Red writing&amp;lt;/span&amp;gt; = Not working&lt;br /&gt;
&lt;br /&gt;
Black writing = unconfirmed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Avatars ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Carbuncle&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Garuda&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Ifrit&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Leviathan&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Ramuh&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Shiva&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Titan&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Fenrir&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Diabolos&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Alexander&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Odin&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: Astral Flow and merit pacts are not implemented.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Besieged ===&lt;br /&gt;
&lt;br /&gt;
Not implemented.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Events ===&lt;br /&gt;
&lt;br /&gt;
For clarification, what is listed here is what would be classified as a Linkshell event in retail, or anything you may need a group to accomplish.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Dynamis ====&lt;br /&gt;
Timeless hourglasses are not required.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Dynamis - Bastok&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Dynamis - San d'Oria&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Dynamis - Windurst&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Dynamis - Jeuno&amp;lt;/span&amp;gt; -- Megaboss issues may not be corrected yet, some mobs do not aggro/link.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Dynamis - Beaucedine&amp;lt;/span&amp;gt; -- Needs testing for confirmation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Dynamis - Xarcabard&amp;lt;/span&amp;gt; -- Needs testing for confirmation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Dynamis - Buburimu&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Dynamis - Qufim&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Dynamis - Valkurm&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Dynamis - Tavnazia&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Relic System&amp;lt;/span&amp;gt; -- Unequip and re-equip stage 4 relics for the WS to show up in Dynamis.&lt;br /&gt;
&lt;br /&gt;
==== High Notorious Monsters (HNM) ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Adamantoise&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Aspidochelone&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Behemoth&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;King Behemoth&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Fafnir&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Nidhogg&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Vrtra&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Absolute Virtue&amp;lt;/span&amp;gt; -- If by &amp;quot;works&amp;quot; you mean &amp;quot;spawnable and has some incorrect TP moves.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Jormungand&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Tiamat&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Sky Gods ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Byakko&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Genbu&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Seiryu&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Suzaku&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Kirin&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Jailers ====&lt;br /&gt;
&lt;br /&gt;
Need testing&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Jailer of Faith&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Jailer of Prudence&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Jailer of Temperance&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Jailer of Hope&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Jailer of Fortitude&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Jailer of Justice&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Jailer of Love&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Limbus ====&lt;br /&gt;
&lt;br /&gt;
===== Apollyon =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;NW Apollyon&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;SW Apollyon&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;NE Apollyon&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;SW Apollyon&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;CS Apollyon&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Central Apollyon&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Temenos =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;W Temenos&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;N Temenos&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;E Temenos&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Central Temenos&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Basement&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;1st Floor&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;2nd Floor&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;3rd Floor&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;4th Floor&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Working&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Working with Bugs&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Not Working&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Assault ====&lt;br /&gt;
{|class=&amp;quot;wikitable zebra&amp;quot;&lt;br /&gt;
!Rank!!colspan = &amp;quot;6&amp;quot;|Assaults&lt;br /&gt;
|-&lt;br /&gt;
|Private Second Class||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Leujaoam Cleansing&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Imperial Agent Rescue&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Excavation Duty&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Seagull Grounded&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Golden Salvage&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Nyzul Isle Investigation&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|Private Fist Class||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Rank Up Quest&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Orichalcum Survey&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Preemptive Strike&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Lebros Supplies&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Requiem&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Lamia No. 13&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|Superior Private||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Rank Up Quest&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Escort Professor Chanoix&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Sagelord Elimination&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Troll Fugitives&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Saving Private Ryaaf&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Extermination&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|Lance Corporal||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Rank Up Quest&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Shanarha Grass Conservation&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Breaking Morale&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Evade and Escape&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Shooting Down the Baron&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Demolition Duty&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|Corporal||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Rank Up Quest&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Counting Sheep&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;The Double Agent&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Siegemaster Assassination&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Building Bridges&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Searat Salvation&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|Sergeant||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Rank Up Quest&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Supplies Recovery&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Imperial Treasure Retrieval&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Apkallu Breeding&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Stop the Bloodshed&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Apkallu Seizure&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|Sergeant Major||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Rank Up Quest&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Azure Experiments&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Blitzkrieg&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Wamoura Farm Raid&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Defuse the Threat&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Lost and Found&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|Chief Sergeant||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Rank Up Quest&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Imperial Code&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Marids in the Mist&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Egg Conservation&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Operation: Snake Eyes&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Deserter&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|Second Lieutenant||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Rank Up Quest&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Red Versus Blue&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Azure Ailments&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Operation: Black Pearl&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Wake the Puppet&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Desperately Seeking Cephalopods&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|First Lieutenant||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Rank Up Quest&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Bloody Rondo&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;The Susanoo Shuffle&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Better Than One&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;The Price is Right&amp;lt;/span&amp;gt;||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Bellerophon's Bliss&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|Captain||&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Rank Up Quest&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Salvage ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Arrapago Remnants&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Silver Sea Remnants&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Zhayolm Remnants&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Bhaflau Remnants&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== ZNM ====&lt;br /&gt;
&lt;br /&gt;
Many can be spawned.  Most do not have correct AI/spell lists, are completely missing their TP moves, or both.&lt;br /&gt;
&lt;br /&gt;
===== Tier I =====&lt;br /&gt;
&lt;br /&gt;
Chamrosh&lt;br /&gt;
&lt;br /&gt;
Cheese Hoarder Gigiroon&lt;br /&gt;
&lt;br /&gt;
Vulpangue&lt;br /&gt;
&lt;br /&gt;
Brass Borer&lt;br /&gt;
&lt;br /&gt;
Claret&lt;br /&gt;
&lt;br /&gt;
Ob&lt;br /&gt;
&lt;br /&gt;
Chigre&lt;br /&gt;
&lt;br /&gt;
Lil' Apkallu&lt;br /&gt;
&lt;br /&gt;
Velionis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Tier II =====&lt;br /&gt;
&lt;br /&gt;
Iriri Samariri&lt;br /&gt;
&lt;br /&gt;
Iriz Ima&lt;br /&gt;
&lt;br /&gt;
Lividroot Amooshah&lt;br /&gt;
&lt;br /&gt;
Anantaboga&lt;br /&gt;
&lt;br /&gt;
Dextrose&lt;br /&gt;
&lt;br /&gt;
Reacton&lt;br /&gt;
&lt;br /&gt;
Verdelet&lt;br /&gt;
&lt;br /&gt;
Wulgaru&lt;br /&gt;
&lt;br /&gt;
Zareehkl the Jubilant&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Tier III =====&lt;br /&gt;
&lt;br /&gt;
Armed Gears &lt;br /&gt;
&lt;br /&gt;
Dea&lt;br /&gt;
&lt;br /&gt;
Gotoh Zah the Redolent&lt;br /&gt;
&lt;br /&gt;
Achamoth&lt;br /&gt;
&lt;br /&gt;
Khromasoul Bhurborlor&lt;br /&gt;
&lt;br /&gt;
Nosferatu&lt;br /&gt;
&lt;br /&gt;
Experimental Lamia&lt;br /&gt;
&lt;br /&gt;
Mahjlaef the Paintorn&lt;br /&gt;
&lt;br /&gt;
Nuhn&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Tier IV =====&lt;br /&gt;
&lt;br /&gt;
Tinnin&lt;br /&gt;
&lt;br /&gt;
Sarameya&lt;br /&gt;
&lt;br /&gt;
Tyger&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Tier V =====&lt;br /&gt;
&lt;br /&gt;
Pandemonium Warden&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===BCNM / KSNM / ENM / ISNM===&lt;br /&gt;
&lt;br /&gt;
BCNM 100% works = &amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Green&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM Working with Bugs or needs testing = &amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Orange&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM don't work (reason)= &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Red&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM not implemented = Black&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Notes&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
1-Many drop rates missing on ffxiclopedia&amp;lt;br&amp;gt;&lt;br /&gt;
2-We cannot yet see multiple battle choices for the same orb&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Ghelsba Outpost====&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;BCNM: Wings of Fury&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;BCNM: Petrifying Pair - works but no loot&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;BCNM: Toadal Recall - No Loot, Will not show on battle list yet&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Mission: Save the Children&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;DRG flag: The Holy Crest&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
Fellow: Mirror, Mirror&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Waughroon Shrine====&lt;br /&gt;
BCNM: Crustacean Conundrum&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Birds of a Feather&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Grove Guardians&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Royal Jelly&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: The Worm's Turn&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: The Final Bout&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: 3, 2, 1...&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;BCNM: Up in Arms&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Grimshell Shocktroopers&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
KSNM: Copycat&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;KSNM: Operation Desert Swarm&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;KSNM: Prehistoric Pigeons - works but no loot (missing drops rates on ffxiclopedia)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;KSNM: The Hills Are Alive&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Mission: Journey Abroad&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Mission: The Three Kingdoms&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Mission: On My Way&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;SAMAF3:A Thief in Norg!?&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Limit: Shattering Stars (Beastmaster)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Limit: Shattering Stars (Red Mage)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Limit: Shattering Stars (Thief)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Limit: Beyond Infinity&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Horlais Peak====&lt;br /&gt;
BCNM: Shooting Fish&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Carapace Combatants&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Dropping Like Flies&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;BCNM: Under Observation&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Tails of Woe&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Eye of the Tiger&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Hostile Herbivores&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Shots in the Dark&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Dismemberment Brigade&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;KSNM: Horns of War&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;KSNM: Contaminated Colosseum&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;KSNM: Double Dragonian&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Today's Horoscope&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Mission: The Emissary&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Mission: The Three Kingdoms&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Mission: The Secret Weapon&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Limit: Shattering Stars (Black Mage)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Limit: Shattering Stars (Ranger)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Limit: Shattering Stars (Warrior)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Limit: Beyond Infinity&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Balga's Dais====&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;BCNM: Charming Trio&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Creeping Doom&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Harem Scarem&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Royal Succession&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Steamed Sprouts&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Rapid Raptors&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Treasure and Tribulations&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Wild Wild Whiskers&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Divine Punishers&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
KSNM: Moa Constrictors&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
KSNM: Royale Ramble&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
KSNM: Seasons Greetings&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;KSNM: Early Bird Catches the Wyrm&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Mission: Journey Abroad&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Mission: The Emissary&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Mission: Saintly Invitation&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Limit: Shattering Stars (Monk)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Limit: Shattering Stars (Summoner)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Limit: Shattering Stars (White Mage)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Limit: Beyond Infinity&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Qu'Bia Arena====&lt;br /&gt;
BCNM: Die by the Sword&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Let Sleeping Dogs Die&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Undying Promise&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Factory Rejects&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: An Awful Autopsy&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Idol Thoughts&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Celery&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Brothers D'Aurphe&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BCNM: Demolition Squad&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
KSNM: Come Into My Parlor&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
KSNM: E-vase-ive Action&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
KSNM: Infernal Swarm&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Mission: Darkness Rising&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Mission: The Ruins of Fei'Yin&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Mission: The Final Seal&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Mission: The Heir to the Light&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Mission: Those Who Lurk in Shadows (III)&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Limit: Shattering Stars (Bard)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Limit: Shattering Stars (Dark Knight)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Limit: Shattering Stars (Paladin)&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Limit: A Furious Finale (Dancer)&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Limit: Beyond Infinity&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Fellow: Mirror Images&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Fellow: Clash of the Comrades&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Talacca Cove====&lt;br /&gt;
&lt;br /&gt;
ISNM: Call to Arms&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
ISNM: Compliments to the Chef&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Mission: Legacy of the Lost&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
PUPAF3: Puppetmaster Blues&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Limit: Breaking the Bonds of Fate (Corsair)&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Navukgo Execution Chamber====&lt;br /&gt;
&lt;br /&gt;
ISNM: Tough Nut to Crack&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
ISNM: Happy Caster&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Mission: Shield of Diplomacy&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
BLUAF2: Omens&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Limit: Achieving True Power (Puppetmaster)&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Jade Sepulcher====&lt;br /&gt;
&lt;br /&gt;
ISNM: Making a Mockery&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
ISNM: Shadows of the Mind&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Mission: Puppet in Peril&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Quest: Moment of Truth&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Limit: The Beast Within (Blue Mage)&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;	&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Spire of Dem====&lt;br /&gt;
&lt;br /&gt;
ENM: You Are What You Eat&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Mission: Ancient Flames Beckon&amp;lt;/span&amp;gt; -- Animas do not work&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Spire of Holla====&lt;br /&gt;
&lt;br /&gt;
ENM: Simulant&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Mission: Ancient Flames Beckon&amp;lt;/span&amp;gt; -- Animas do not work&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Spire of Mea====&lt;br /&gt;
&lt;br /&gt;
ENM: Playing Host&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Mission: Ancient Flames Beckon&amp;lt;/span&amp;gt; -- Animas do not work&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Spire of Vahzl====&lt;br /&gt;
&lt;br /&gt;
ENM: Pulling the Plug&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Mission: Desires of Emptiness&amp;lt;/span&amp;gt; --No boss scripts&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Monarch Linn====&lt;br /&gt;
&lt;br /&gt;
ENM: Bad Seed&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
ENM: Fire in the Sky&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
ENM: Beloved of the Atlantes&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
ENM: Bugard in the Clouds&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Mission: Ancient Vows&amp;lt;/span&amp;gt; -- No TP moves, damage and delay do not change&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Mission: The Savage&amp;lt;/span&amp;gt; -- Does not fly, does not surrender early.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Quest: Uninvited Guests&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====The Shrouded Maw====&lt;br /&gt;
&lt;br /&gt;
ENM: Test Your Mite&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Mission: Darkness Named&amp;lt;/span&amp;gt; -- Some floors look solid but are not.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Avatar: Waking Dreams&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Mine Shaft #2716====&lt;br /&gt;
&lt;br /&gt;
ENM: Bionic Bug&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
ENM: Automaton Assault&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
ENM: Pulling the Strings&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Mission: A Century of Hardship&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Quest: Return to the Depths&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Boneyard Gully====&lt;br /&gt;
&lt;br /&gt;
ENM: Like the Wind&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
ENM: Sheep in Antlion's Clothing&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
ENM: Shell We Dance?&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
ENM: Totentanz&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Mission: Head Wind&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Quest: Tango with a Tracker&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Quest: Requiem of Sin&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Bearclaw Pinnacle====&lt;br /&gt;
&lt;br /&gt;
ENM: Brothers&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
ENM: Follow the White Rabbit&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
ENM: Holy Cow&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
ENM: When Hell Freezes Over&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Mission: Flames for the Dead&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Jobs ===&lt;br /&gt;
&lt;br /&gt;
I will create a more extensive list on this at a later time, including what AF quests work and what do not however for now it will just be what jobs are functional and what are not.&lt;br /&gt;
&lt;br /&gt;
==== Base Jobs ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Warrior&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Monk&amp;lt;/span&amp;gt;&lt;br /&gt;
:* Footwork needs some work&lt;br /&gt;
:* Weapon skills return incorrect TP&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;White Mage&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Black Mage&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Red Mage &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Thief&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Advanced Jobs ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Paladin&amp;lt;/span&amp;gt;&lt;br /&gt;
:* Some AF not implemented.&lt;br /&gt;
:* Rampart is not implemented&lt;br /&gt;
:* Cover is not implemented&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Dark Knight&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Beastmaster&amp;lt;/span&amp;gt;&lt;br /&gt;
:* Charm Functions some what but there are still bugs.&lt;br /&gt;
:* Pet enhancing gear does not work.&lt;br /&gt;
:* Issues with Heel and correct pet behavior.&lt;br /&gt;
:* Pets use incorrect TP moves.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Ranger&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Bard&amp;lt;/span&amp;gt;&lt;br /&gt;
:* This job needs to be torn out at the roots and rebuilt from scratch.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Summoner&amp;lt;/span&amp;gt;&lt;br /&gt;
:* No Astral Flow&lt;br /&gt;
:* Pet enhancing gear doesn't work&lt;br /&gt;
:* No Elemental Siphon&lt;br /&gt;
:* No Avatar's Favor&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Samurai&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Ninja&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Dragoon&amp;lt;/span&amp;gt;&lt;br /&gt;
:* Wyvern attacks on engage.&lt;br /&gt;
:* Status removal breaths are not implemented.&lt;br /&gt;
:* Most pet enhancing gear doesn't work (enhances wyvern breath gear works)&lt;br /&gt;
:* Super Jump not implemented.&lt;br /&gt;
:* Spirit Surge not implemented.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Blue Mage&amp;lt;/span&amp;gt;&lt;br /&gt;
:* No AF.&lt;br /&gt;
:* Spell learning is a flat, 25% chance if your level is within 7 of the enemy's.  Skill plays no factor.&lt;br /&gt;
:* Many spells are not yet scripted.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Puppetmaster&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Corsair&amp;lt;/span&amp;gt;&lt;br /&gt;
:* No AF.&lt;br /&gt;
:* No Random Deal, Wild Card, merit JAs&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Dancer&amp;lt;/span&amp;gt;&lt;br /&gt;
:* No AF.&lt;br /&gt;
:* Waltzes function, formulas may be off/incorrectly lacking a cap.&lt;br /&gt;
:* Drain and Aspir Sambas... sort of work.  Haste Samba is a wreck.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Scholar&amp;lt;/span&amp;gt;&lt;br /&gt;
:* No AF.&lt;br /&gt;
:* Lacks Modus Veritas.&lt;br /&gt;
:* Light Arts/Dark Arts do not grant skill bonus, but they will increase the cap.&lt;br /&gt;
:* No Enlightenment, Altruism, Focalization, Tranquility, Equanamity yet&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Weapon Skills ===&lt;br /&gt;
&lt;br /&gt;
Most should work up to relic level, and the formulas in use match those accepted as correct by retail players.  While there are reports of damage being low, no one finds issues with the formulas, so research is necessary to find out what's actually wrong.&lt;br /&gt;
&lt;br /&gt;
WSNM quests are not implemented, and the weapon skills are automatically gained.&lt;br /&gt;
&lt;br /&gt;
Exceptions:&lt;br /&gt;
&lt;br /&gt;
:* Magic-based weapon skills currently use a physical formula, and will be calculated as physical damage&lt;br /&gt;
&lt;br /&gt;
:* Monk WSs do not return TP correctly.  The second hit should return a punch worth of TP when it lands, rather than 1.&lt;br /&gt;
&lt;br /&gt;
:* Energy Steal and Energy Drain were never really finished.  They do static damage, and may not restore MP.&lt;br /&gt;
&lt;br /&gt;
:* Spirits Within may be using an older, incorrect formula.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Merits ===&lt;br /&gt;
&lt;br /&gt;
As merits gain functionality this list will be updated with specifics as to which particular merits work and which do not.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== General Merit Point Categories ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;HP/MP&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Attributes&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Combat Skills&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Magic Skills&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Others&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Weapon Skills&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Job-Specific Merit Point Categories ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Warrior Group 1&amp;lt;/span&amp;gt;, &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Group 2&amp;lt;/span&amp;gt;&lt;br /&gt;
:* Group 1 merits are working.&lt;br /&gt;
:* Warrior's Charge is working.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Monk Group 1, &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt; Group 2&amp;lt;/span&amp;gt;&lt;br /&gt;
:* Group 1 merits are working.&lt;br /&gt;
:* Formless Strikes (Group 2) works.&lt;br /&gt;
:* Mantra is working.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;White Mage Group 1 and 2&amp;lt;/span&amp;gt;&lt;br /&gt;
:* Divine Seal recast merits - Group 1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Black Mage Group 1 and 2&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Red Mage Group 1 and 2&amp;lt;/span&amp;gt;&lt;br /&gt;
:* Convert recast merits work&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Thief Group 1 and 2&amp;lt;/span&amp;gt;&lt;br /&gt;
:* Assassin's Charge works&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Paladin Group 1 and 2&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Dark Knight Group 1 and 2&amp;lt;/span&amp;gt;&lt;br /&gt;
:* Got some love from kjLotus, uncertain what was done.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Beastmaster Group 1 and 2&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Bard Group 1 and 2&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Ranger Group 1 and 2&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Summoner Group 1 and 2&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Samurai Group 1 and 2&amp;lt;/span&amp;gt;&lt;br /&gt;
:* Store TP merits work&lt;br /&gt;
:* Meditate recast down works&lt;br /&gt;
:* Overwhelm works&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Ninja Group 1 and 2&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Dragoon Group 1 and 2&amp;lt;/span&amp;gt;&lt;br /&gt;
:* Recast merits should be working.  Deep Breathing has been added.  Empathy will allow you to use Spirit Link at full wyvern HP, but will copy no status effects.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Blue Mage Group 1 and 2&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Corsair Group 1 and 2&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Puppetmaster Group 1 and 2&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Dancer Group 1 and 2&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Scholar Group 1 and 2&amp;lt;/span&amp;gt;&lt;br /&gt;
:* Enlightenment, Altruism, Focalization, Tranquility, Equanamity not yet functional&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Missions ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All nation missions currently work up to rank 6 and therefore will be marked as green, as it does not hinder any game play to not be able to go further than that.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Bastok&amp;lt;/span&amp;gt; -- Rank 7&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;San d'Oria&amp;lt;/span&amp;gt; -- Rank 8?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Windurst&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Rise of the Zilart&amp;lt;/span&amp;gt;&lt;br /&gt;
- Implemented up through Ark Angels and The Sealed Shrine.  The final BCNM (The Celestial Nexus) and the cutscenes afterward are all that remain.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Chains of Promathia&amp;lt;/span&amp;gt;&lt;br /&gt;
- Works up to Promyvion - Vahzl, but many behaviors need improvement.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Treasures of Aht Urhgan&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Wings of the Goddess&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;A Crystalline Prophecy: Ode of Life Bestowing&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;A Moogle Kupo d'Etat: Evil in Small Doses&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;A Shantotto Ascension: The Legend Torn, Her Empire Born&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Visions of Abyssea&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Scars of Abyssea&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Heroes of Abyssea&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Seekers of Adoulin&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Misc ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;Dual-boxing&amp;lt;/span&amp;gt; -- Works, but has issues with sessions.  Characters can be switched between users on the same IP address when zoning, and players can become stuck.  Also, the BCNM system will not allow two users with the same visible IP address to enter a BCNM.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#0f0&amp;quot;&amp;gt;Character Creation&amp;lt;/span&amp;gt; -- Recent versions of FFXI-Boot_mod3 (with Ashita) will create characters without issue.&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
It was my pleasure to bring this list to the Darkstar Project community, and I thank everyone very much for the assistance and reports of functionality. I hope this list can make it to the eyes of numerous potential newcomers and also veteran players on the server.&lt;br /&gt;
&lt;br /&gt;
As of right now this list is incomplete, any feedback on the change of functionality or any missing content please do let me know through the forums via [http://forums.dspt.info/ucp.php?i=pm&amp;amp;mode=compose&amp;amp;u=959 PM] or just go through my [http://forums.dspt.info/memberlist.php?mode=viewprofile&amp;amp;u=959 profile page]&lt;/div&gt;</summary>
		<author><name>Apocalypse612</name></author>	</entry>

	</feed>