<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://oldwiki.eq2classic.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Andrew</id>
	<title>EQ2Emulator - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://oldwiki.eq2classic.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Andrew"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Special:Contributions/Andrew"/>
	<updated>2026-07-11T19:26:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.3</generator>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=Admins:Linux_Server:Ubuntu&amp;diff=186</id>
		<title>Admins:Linux Server:Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Admins:Linux_Server:Ubuntu&amp;diff=186"/>
		<updated>2008-02-08T05:14:46Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Ubuntu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
This page details how to Install the Emulator on Linux.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this tutorial we are going to download the latest version of the source code from the repository, compile it and then start a server.&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
First you must install MySQL as well as the required dependencies needed from the repositories.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install mysql-server libmysqlclient15-dev build-essential subversion&lt;br /&gt;
&lt;br /&gt;
== Download the source ==&lt;br /&gt;
&lt;br /&gt;
To compile and run the server you must install download the source code. For this example we are going to run our server in a folder called eq2server and download the code into a folder called eq2emulator.&lt;br /&gt;
&lt;br /&gt;
 mkdir eq2server&lt;br /&gt;
 cd eq2server&lt;br /&gt;
 svn co https://eq2emulator.svn.sourceforge.net/svnroot/eq2emulator eq2emulator&lt;br /&gt;
&lt;br /&gt;
== Compile it ==&lt;br /&gt;
&lt;br /&gt;
Now we have downloaded the source we need to compile it. If you are compiling the source on a 64 bit OS then you will need to change the makefile located in the Source/World folder.&lt;br /&gt;
&lt;br /&gt;
 cd eq2emulator/Source/World/&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
This should compile the source code and you will be left with a program called World.&lt;br /&gt;
&lt;br /&gt;
== Setting it up ==&lt;br /&gt;
&lt;br /&gt;
Now you have built the program you need to put all the pieces together. Copy the following files into the eq2server folder.&lt;br /&gt;
&lt;br /&gt;
 /eq2emulator/Source/World/World&lt;br /&gt;
 /eq2emulator/Config Files/EQ2_Structs.xml&lt;br /&gt;
 /eq2emulator/Config Files/LoginServer.ini&lt;br /&gt;
 /eq2emulator/Config Files/world_db.ini&lt;br /&gt;
 /eq2emulator/Config Files/World Structs/WorldStructs.xml&lt;br /&gt;
 /eq2emulator/Config Files/World Structs/charactersheet_struct.txt&lt;br /&gt;
 /eq2emulator/Config Files/Common Structs/CommonStructs.xml&lt;br /&gt;
&lt;br /&gt;
Once you have done that you will now have to edit a few files. First open LoginServer.ini&lt;br /&gt;
&lt;br /&gt;
 worldname=WORLD_NAME_HERE&lt;br /&gt;
 worldaddress=EXTERNAL_IP_HERE&lt;br /&gt;
 #internalworldaddress=INTERNAL_IP_HERE (If used, otherwise blank)&lt;br /&gt;
&lt;br /&gt;
* worldname should be the name you registered your server as on eq2emulator.net. &lt;br /&gt;
* worldaddress should be your IP address as seen by other people. If you do not know your IP address you can get it from [http://www.whatismyip.com/ whatismyip.com]&lt;br /&gt;
* internalworldaddress is your internal IP address in cases where you are behind a router you may have a different IP address as seen from the outside.&lt;br /&gt;
&lt;br /&gt;
After that you must then edit world_db.ini which holds your database information.&lt;br /&gt;
&lt;br /&gt;
 host=ip address&lt;br /&gt;
 user=username&lt;br /&gt;
 password=password&lt;br /&gt;
 database=eq2&lt;br /&gt;
&lt;br /&gt;
* host refers to your MySQL IP address. If your MySQL database is on the same computer that is running that server then put &amp;quot;localhost&amp;quot; (without quotes)&lt;br /&gt;
* user is your MySQL username that you want the login server to connect to your database with&lt;br /&gt;
* password is your MySQL password&lt;br /&gt;
* database is the name of the database on your MySQL server. You must create this database before you start the server.&lt;br /&gt;
&lt;br /&gt;
==== Guide Written By: Andrew ====&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
		
	</entry>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=Main_Page&amp;diff=30</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Main_Page&amp;diff=30"/>
		<updated>2008-01-22T05:38:16Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* '''&amp;lt;big&amp;gt;Everquest 2 Emulator&amp;lt;/big&amp;gt;''' */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== '''&amp;lt;big&amp;gt;Everquest 2 Emulator&amp;lt;/big&amp;gt;''' ==&lt;br /&gt;
&lt;br /&gt;
Welcome to the Everquest 2 Emulator wiki&lt;br /&gt;
&lt;br /&gt;
* [[How to play]] - How to use your copy of Everquest 2 to connect to the server emulator.&lt;br /&gt;
* [[Installing on Windows]] - How to download, compile and run the server on Windows.&lt;br /&gt;
* [[Installing on Linux]] - How to download, compile and run the server on Linux.&lt;br /&gt;
* [[Feature Milestones]] - What features the server emulator has implemented and what is currently being worked on.&lt;br /&gt;
* [[Equations]] - A collection of equations on the different Everquest 2 systems.&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
		
	</entry>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=Equations&amp;diff=29</id>
		<title>Equations</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Equations&amp;diff=29"/>
		<updated>2008-01-22T05:36:48Z</updated>

		<summary type="html">&lt;p&gt;Andrew: New page: This page is for placing equations used on the live servers to implement combat, leveling, etc.   == Damage Mitigation and Resistance ==  Maximum mitigation/resistance =  Level * 150  == S...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is for placing equations used on the live servers to implement combat, leveling, etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Damage Mitigation and Resistance ==&lt;br /&gt;
&lt;br /&gt;
Maximum mitigation/resistance =  Level * 150&lt;br /&gt;
&lt;br /&gt;
== Statistics ==&lt;br /&gt;
&lt;br /&gt;
stat caps = 15 * level + 20&lt;br /&gt;
&lt;br /&gt;
== Skills ==&lt;br /&gt;
&lt;br /&gt;
skill caps = 6.5 * level&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
		
	</entry>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=Installing_on_Linux:Ubuntu&amp;diff=25</id>
		<title>Installing on Linux:Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Installing_on_Linux:Ubuntu&amp;diff=25"/>
		<updated>2008-01-22T04:50:54Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Ubuntu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page details how to Install the Emulator on Linux.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this tutorial we are going to download the latest version of the source code from the repository, compile it and then start a server.&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
First you must install MySQL as well as the required dependencies needed from the repositories.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install mysql-server build-essential subversion&lt;br /&gt;
&lt;br /&gt;
== Download the source ==&lt;br /&gt;
&lt;br /&gt;
To compile and run the server you must install download the source code. For this example we are going to run our server in a folder called eq2server and download the code into a folder called eq2emulator.&lt;br /&gt;
&lt;br /&gt;
 mkdir eq2server&lt;br /&gt;
 cd eq2server&lt;br /&gt;
 svn co https://eq2emulator.svn.sourceforge.net/svnroot/eq2emulator eq2emulator&lt;br /&gt;
&lt;br /&gt;
== Compile it ==&lt;br /&gt;
&lt;br /&gt;
Now we have downloaded the source we need to compile it. If you are compiling the source on a 64 bit OS then you will need to change the makefile located in the Source/World folder.&lt;br /&gt;
&lt;br /&gt;
 cd eq2emulator/Source/World/&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
This should compile the source code and you will be left with a program called World.&lt;br /&gt;
&lt;br /&gt;
== Setting it up ==&lt;br /&gt;
&lt;br /&gt;
Now you have built the program you need to put all the pieces together. Copy the following files into the eq2server folder.&lt;br /&gt;
&lt;br /&gt;
 /eq2emulator/Source/World/World&lt;br /&gt;
 /eq2emulator/Config Files/EQ2_Structs.xml&lt;br /&gt;
 /eq2emulator/Config Files/LoginServer.ini&lt;br /&gt;
 /eq2emulator/Config Files/world_db.ini&lt;br /&gt;
 /eq2emulator/Config Files/World Structs/WorldStructs.xml&lt;br /&gt;
 /eq2emulator/Config Files/World Structs/charactersheet_struct.txt&lt;br /&gt;
 /eq2emulator/Config Files/Common Structs/CommonStructs.xml&lt;br /&gt;
&lt;br /&gt;
Once you have done that you will now have to edit a few files. First open LoginServer.ini&lt;br /&gt;
&lt;br /&gt;
 worldname=WORLD_NAME_HERE&lt;br /&gt;
 worldaddress=EXTERNAL_IP_HERE&lt;br /&gt;
 #internalworldaddress=INTERNAL_IP_HERE (If used, otherwise blank)&lt;br /&gt;
&lt;br /&gt;
* worldname should be the name you registered your server as on eq2emulator.net. &lt;br /&gt;
* worldaddress should be your IP address as seen by other people. If you do not know your IP address you can get it from [http://www.whatismyip.com/ whatismyip.com]&lt;br /&gt;
* internalworldaddress is your internal IP address in cases where you are behind a router you may have a different IP address as seen from the outside.&lt;br /&gt;
&lt;br /&gt;
After that you must then edit world_db.ini which holds your database information.&lt;br /&gt;
&lt;br /&gt;
 host=ip address&lt;br /&gt;
 user=username&lt;br /&gt;
 password=password&lt;br /&gt;
 database=eq2&lt;br /&gt;
&lt;br /&gt;
* host refers to your MySQL IP address. If your MySQL database is on the same computer that is running that server then put &amp;quot;localhost&amp;quot; (without quotes)&lt;br /&gt;
* user is your MySQL username that you want the login server to connect to your database with&lt;br /&gt;
* password is your MySQL password&lt;br /&gt;
* database is the name of the database on your MySQL server. You must create this database before you start the server.&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
		
	</entry>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=Installing_on_Linux:Ubuntu&amp;diff=24</id>
		<title>Installing on Linux:Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Installing_on_Linux:Ubuntu&amp;diff=24"/>
		<updated>2008-01-22T04:50:20Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Setting it up */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page details how to Install the Emulator on Linux.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this tutorial we are going to download the latest version of the source code from the repository, compile it and then start a server.&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
First you must install MySQL as well as the required dependencies needed from the repositories.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get mysql-server build-essential subversion&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Download the source ==&lt;br /&gt;
&lt;br /&gt;
To compile and run the server you must install download the source code. For this example we are going to run our server in a folder called eq2server and download the code into a folder called eq2emulator.&lt;br /&gt;
&lt;br /&gt;
 mkdir eq2server&lt;br /&gt;
 cd eq2server&lt;br /&gt;
 svn co https://eq2emulator.svn.sourceforge.net/svnroot/eq2emulator eq2emulator&lt;br /&gt;
&lt;br /&gt;
== Compile it ==&lt;br /&gt;
&lt;br /&gt;
Now we have downloaded the source we need to compile it. If you are compiling the source on a 64 bit OS then you will need to change the makefile located in the Source/World folder.&lt;br /&gt;
&lt;br /&gt;
 cd eq2emulator/Source/World/&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
This should compile the source code and you will be left with a program called World.&lt;br /&gt;
&lt;br /&gt;
== Setting it up ==&lt;br /&gt;
&lt;br /&gt;
Now you have built the program you need to put all the pieces together. Copy the following files into the eq2server folder.&lt;br /&gt;
&lt;br /&gt;
 /eq2emulator/Source/World/World&lt;br /&gt;
 /eq2emulator/Config Files/EQ2_Structs.xml&lt;br /&gt;
 /eq2emulator/Config Files/LoginServer.ini&lt;br /&gt;
 /eq2emulator/Config Files/world_db.ini&lt;br /&gt;
 /eq2emulator/Config Files/World Structs/WorldStructs.xml&lt;br /&gt;
 /eq2emulator/Config Files/World Structs/charactersheet_struct.txt&lt;br /&gt;
 /eq2emulator/Config Files/Common Structs/CommonStructs.xml&lt;br /&gt;
&lt;br /&gt;
Once you have done that you will now have to edit a few files. First open LoginServer.ini&lt;br /&gt;
&lt;br /&gt;
 worldname=WORLD_NAME_HERE&lt;br /&gt;
 worldaddress=EXTERNAL_IP_HERE&lt;br /&gt;
 #internalworldaddress=INTERNAL_IP_HERE (If used, otherwise blank)&lt;br /&gt;
&lt;br /&gt;
* worldname should be the name you registered your server as on eq2emulator.net. &lt;br /&gt;
* worldaddress should be your IP address as seen by other people. If you do not know your IP address you can get it from [http://www.whatismyip.com/ whatismyip.com]&lt;br /&gt;
* internalworldaddress is your internal IP address in cases where you are behind a router you may have a different IP address as seen from the outside.&lt;br /&gt;
&lt;br /&gt;
After that you must then edit world_db.ini which holds your database information.&lt;br /&gt;
&lt;br /&gt;
 host=ip address&lt;br /&gt;
 user=username&lt;br /&gt;
 password=password&lt;br /&gt;
 database=eq2&lt;br /&gt;
&lt;br /&gt;
* host refers to your MySQL IP address. If your MySQL database is on the same computer that is running that server then put &amp;quot;localhost&amp;quot; (without quotes)&lt;br /&gt;
* user is your MySQL username that you want the login server to connect to your database with&lt;br /&gt;
* password is your MySQL password&lt;br /&gt;
* database is the name of the database on your MySQL server. You must create this database before you start the server.&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
		
	</entry>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=Installing_on_Linux:Ubuntu&amp;diff=23</id>
		<title>Installing on Linux:Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Installing_on_Linux:Ubuntu&amp;diff=23"/>
		<updated>2008-01-22T04:49:45Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Setting it up */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page details how to Install the Emulator on Linux.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this tutorial we are going to download the latest version of the source code from the repository, compile it and then start a server.&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
First you must install MySQL as well as the required dependencies needed from the repositories.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get mysql-server build-essential subversion&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Download the source ==&lt;br /&gt;
&lt;br /&gt;
To compile and run the server you must install download the source code. For this example we are going to run our server in a folder called eq2server and download the code into a folder called eq2emulator.&lt;br /&gt;
&lt;br /&gt;
 mkdir eq2server&lt;br /&gt;
 cd eq2server&lt;br /&gt;
 svn co https://eq2emulator.svn.sourceforge.net/svnroot/eq2emulator eq2emulator&lt;br /&gt;
&lt;br /&gt;
== Compile it ==&lt;br /&gt;
&lt;br /&gt;
Now we have downloaded the source we need to compile it. If you are compiling the source on a 64 bit OS then you will need to change the makefile located in the Source/World folder.&lt;br /&gt;
&lt;br /&gt;
 cd eq2emulator/Source/World/&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
This should compile the source code and you will be left with a program called World.&lt;br /&gt;
&lt;br /&gt;
== Setting it up ==&lt;br /&gt;
&lt;br /&gt;
Now you have built the program you need to put all the pieces together. Copy the following files into the eq2server folder.&lt;br /&gt;
&lt;br /&gt;
 /eq2emulator/Source/World/World&lt;br /&gt;
 /eq2emulator/Config Files/EQ2_Structs.xml&lt;br /&gt;
 /eq2emulator/Config Files/LoginServer.ini&lt;br /&gt;
 /eq2emulator/Config Files/world_db.ini&lt;br /&gt;
 /eq2emulator/Config Files/World Structs/WorldStructs.xml&lt;br /&gt;
 /eq2emulator/Config Files/World Structs/charactersheet_struct.txt&lt;br /&gt;
 /eq2emulator/Config Files/Common Structs/CommonStructs.xml&lt;br /&gt;
&lt;br /&gt;
Once you have done that you will now have to edit a few files. First open LoginServer.ini&lt;br /&gt;
&lt;br /&gt;
 worldname=WORLD_NAME_HERE&lt;br /&gt;
 worldaddress=EXTERNAL_IP_HERE&lt;br /&gt;
 #internalworldaddress=INTERNAL_IP_HERE (If used, otherwise blank)&lt;br /&gt;
&lt;br /&gt;
* worldname should be the name you registered your server as on eq2emulator.net. &lt;br /&gt;
* worldaddress should be your IP address as seen by other people. If you do not know your IP address you can get it from [http://www.whatismyip.com/]&lt;br /&gt;
* internalworldaddress is your internal IP address in cases where you are behind a router you may have a different IP address as seen from the outside.&lt;br /&gt;
&lt;br /&gt;
After that you must then edit world_db.ini which holds your database information.&lt;br /&gt;
&lt;br /&gt;
 host=ip address&lt;br /&gt;
 user=username&lt;br /&gt;
 password=password&lt;br /&gt;
 database=eq2&lt;br /&gt;
&lt;br /&gt;
* host refers to your MySQL IP address. If your MySQL database is on the same computer that is running that server then put &amp;quot;localhost&amp;quot; (without quotes)&lt;br /&gt;
* user is your MySQL username that you want the login server to connect to your database with&lt;br /&gt;
* password is your MySQL password&lt;br /&gt;
* database is the name of the database on your MySQL server. You must create this database before you start the server.&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
		
	</entry>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=Installing_on_Linux:Ubuntu&amp;diff=22</id>
		<title>Installing on Linux:Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Installing_on_Linux:Ubuntu&amp;diff=22"/>
		<updated>2008-01-22T04:49:14Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Linux */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page details how to Install the Emulator on Linux.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In this tutorial we are going to download the latest version of the source code from the repository, compile it and then start a server.&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
First you must install MySQL as well as the required dependencies needed from the repositories.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get mysql-server build-essential subversion&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Download the source ==&lt;br /&gt;
&lt;br /&gt;
To compile and run the server you must install download the source code. For this example we are going to run our server in a folder called eq2server and download the code into a folder called eq2emulator.&lt;br /&gt;
&lt;br /&gt;
 mkdir eq2server&lt;br /&gt;
 cd eq2server&lt;br /&gt;
 svn co https://eq2emulator.svn.sourceforge.net/svnroot/eq2emulator eq2emulator&lt;br /&gt;
&lt;br /&gt;
== Compile it ==&lt;br /&gt;
&lt;br /&gt;
Now we have downloaded the source we need to compile it. If you are compiling the source on a 64 bit OS then you will need to change the makefile located in the Source/World folder.&lt;br /&gt;
&lt;br /&gt;
 cd eq2emulator/Source/World/&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
This should compile the source code and you will be left with a program called World.&lt;br /&gt;
&lt;br /&gt;
== Setting it up ==&lt;br /&gt;
&lt;br /&gt;
Now you have built the program you need to put all the pieces together. Copy the following files into the eq2server folder.&lt;br /&gt;
&lt;br /&gt;
 /eq2emulator/Source/World/World&lt;br /&gt;
 /eq2emulator/Config Files/EQ2_Structs.xml&lt;br /&gt;
 /eq2emulator/Config Files/LoginServer.ini&lt;br /&gt;
 /eq2emulator/Config Files/world_db.ini&lt;br /&gt;
 /eq2emulator/Config Files/World Structs/WorldStructs.xml&lt;br /&gt;
 /eq2emulator/Config Files/World Structs/charactersheet_struct.txt&lt;br /&gt;
 /eq2emulator/Config Files/Common Structs/CommonStructs.xml&lt;br /&gt;
&lt;br /&gt;
Once you have done that you will now have to edit a few files. First open LoginServer.ini&lt;br /&gt;
&lt;br /&gt;
 worldname=WORLD_NAME_HERE&lt;br /&gt;
 worldaddress=EXTERNAL_IP_HERE&lt;br /&gt;
 #internalworldaddress=INTERNAL_IP_HERE (If used, otherwise blank)&lt;br /&gt;
&lt;br /&gt;
* worldname should be the name you registered your server as on eq2emulator.net. &lt;br /&gt;
* worldaddress should be your IP address as seen by other people. If you do not know your IP address you can get it from [http://www.whatismyip.com/]&lt;br /&gt;
* internalworldaddress is your internal IP address in cases where you are behind a router you may have a different IP address as seen from the outside.&lt;br /&gt;
&lt;br /&gt;
After that you must then edit world_db.ini which holds your database information.&lt;br /&gt;
&lt;br /&gt;
 host=ip address&lt;br /&gt;
&lt;br /&gt;
 user=username&lt;br /&gt;
&lt;br /&gt;
 password=password&lt;br /&gt;
&lt;br /&gt;
 database=eq2&lt;br /&gt;
&lt;br /&gt;
* host refers to your MySQL IP address. If your MySQL database is on the same computer that is running that server then put &amp;quot;localhost&amp;quot; (without quotes)&lt;br /&gt;
* user is your MySQL username that you want the login server to connect to your database with&lt;br /&gt;
* password is your MySQL password&lt;br /&gt;
* database is the name of the database on your MySQL server. You must create this database before you start the server.&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
		
	</entry>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=Installing_on_Linux:Ubuntu&amp;diff=21</id>
		<title>Installing on Linux:Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Installing_on_Linux:Ubuntu&amp;diff=21"/>
		<updated>2008-01-22T04:23:27Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Ubuntu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page details how to Install the Emulator on Linux.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
First you must install MySQL as well as the required dependencies needed from the repositories.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get mysql-server build-essential&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
		
	</entry>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=Main_Page&amp;diff=15</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Main_Page&amp;diff=15"/>
		<updated>2008-01-22T03:20:01Z</updated>

		<summary type="html">&lt;p&gt;Andrew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== '''&amp;lt;big&amp;gt;Everquest 2 Emulator&amp;lt;/big&amp;gt;''' ==&lt;br /&gt;
&lt;br /&gt;
Welcome to the Everquest 2 Emulator wiki&lt;br /&gt;
&lt;br /&gt;
* [[How to play]] - How to use your copy of Everquest 2 to connect to the server emulator.&lt;br /&gt;
* [[Installing on Windows]] - How to download, compile and run the server on Windows.&lt;br /&gt;
* [[Installing on Linux]] - How to download, compile and run the server on Linux.&lt;br /&gt;
* [[Feature Milestones]] - What features the server emulator has implemented and what is currently being worked on.&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
		
	</entry>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=Installing_on_Linux:Ubuntu&amp;diff=13</id>
		<title>Installing on Linux:Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Installing_on_Linux:Ubuntu&amp;diff=13"/>
		<updated>2008-01-22T03:15:59Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Ubuntu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page details how to Install the Emulator on Linux.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
First you must install MySQL as well as the required dependencies needed from the repositories.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;sudo apt-get mysql-server build-essential&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
		
	</entry>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=Installing_on_Linux:Ubuntu&amp;diff=11</id>
		<title>Installing on Linux:Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Installing_on_Linux:Ubuntu&amp;diff=11"/>
		<updated>2008-01-22T03:12:40Z</updated>

		<summary type="html">&lt;p&gt;Andrew: Linux moved to Installing on Linux&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page details how to Install the Emulator on Linux.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
First you must install MySQL from the repositories.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;sudo apt-get mysql-server &amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
		
	</entry>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=Linux&amp;diff=12</id>
		<title>Linux</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Linux&amp;diff=12"/>
		<updated>2008-01-22T03:12:40Z</updated>

		<summary type="html">&lt;p&gt;Andrew: Linux moved to Installing on Linux&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Installing on Linux]]&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
		
	</entry>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=Main_Page&amp;diff=10</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Main_Page&amp;diff=10"/>
		<updated>2008-01-22T03:11:51Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* '''&amp;lt;big&amp;gt;Everquest 2 Emulator&amp;lt;/big&amp;gt;''' */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== '''&amp;lt;big&amp;gt;Everquest 2 Emulator&amp;lt;/big&amp;gt;''' ==&lt;br /&gt;
&lt;br /&gt;
Welcome to the Everquest 2 Emulator wiki&lt;br /&gt;
&lt;br /&gt;
* [[How to play]] - How to use your copy of Everquest 2 to connect to the server emulator.&lt;br /&gt;
* [[Installing on Windows]] - How to download, compile and run the server on Windows.&lt;br /&gt;
* [[Installing on Linux]] - How to download, compile and run the server on Linux.&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
		
	</entry>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=Main_Page&amp;diff=8</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Main_Page&amp;diff=8"/>
		<updated>2008-01-22T03:07:33Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* '''&amp;lt;big&amp;gt;Everquest 2 Emulator&amp;lt;/big&amp;gt;''' */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== '''&amp;lt;big&amp;gt;Everquest 2 Emulator&amp;lt;/big&amp;gt;''' ==&lt;br /&gt;
&lt;br /&gt;
Welcome to the Everquest 2 Emulator wiki&lt;br /&gt;
&lt;br /&gt;
* [[How to play]] - How to use your copy of Everquest 2 to connect to the server emulator.&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
		
	</entry>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=Installing_on_Linux:Ubuntu&amp;diff=5</id>
		<title>Installing on Linux:Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Installing_on_Linux:Ubuntu&amp;diff=5"/>
		<updated>2008-01-22T02:57:52Z</updated>

		<summary type="html">&lt;p&gt;Andrew: Starting the Linux how to page.. I'll finish this off later.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page details how to Install the Emulator on Linux.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Ubuntu ==&lt;br /&gt;
&lt;br /&gt;
First you must install MySQL from the repositories.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;sudo apt-get mysql-server &amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
		
	</entry>
</feed>