From a9fc237f0a0c41072155881b1e2c25fa6f3e258e Mon Sep 17 00:00:00 2001 From: JJ Date: Sat, 21 Dec 2013 16:11:45 -0800 Subject: [PATCH] Updated PEQ Setup using XAMPP (markdown) --- PEQ-Setup-using-XAMPP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PEQ-Setup-using-XAMPP.md b/PEQ-Setup-using-XAMPP.md index f2dcabd..1a919d3 100644 --- a/PEQ-Setup-using-XAMPP.md +++ b/PEQ-Setup-using-XAMPP.md @@ -30,5 +30,5 @@ This guide (still in progress) was created to help you set up a basic PEQ server 6. **Get the maps.** Your server will use the map files from EQ for in-game calculations. Currently, maps are stored at [Google Code] (http://code.google.com/p/eqemumaps). Using TortoiseSVN, checkout the maps folder to your \eqemu\Maps folder (yes, capital "M"). 7. **Get the database editor.** PEQ uses [Google Code] (http://code.google.com/p/peqphpeditor/) to store the PEQ Database Editor. Using TortoiseSVN, checkout the editor into your xampp\htdocs\peqedit folder (or whatever you wish to call it). 8. **Get the .conf files.** In your source, you need to copy/move the .conf files to your \eqemu root folder. They are located at \source\Server\utils\patches. These files contain specific OPCODES your server needs to communicate with the clients. -9. **Configure the server settings.** You will need to have the [eqemu_config.xml] [eqemu_config.xml] file in your \eqemu root folder. Also, you can edit your server variables using the database editor. -10. **Take it for a test run.** It is a good idea to run each command one at a time the first time you launch your server to ensure you don't have any errors. Once you are sure everything works correctly, you can use [start.bat] [start.bat] to automate your server startup. \ No newline at end of file +9. **Configure the server settings.** You will need to have the [[eqemu_config.xml]] file in your \eqemu root folder. Also, you can edit your server variables using the database editor. +10. **Take it for a test run.** It is a good idea to run each command one at a time the first time you launch your server to ensure you don't have any errors. Once you are sure everything works correctly, you can use [[start.bat]] to automate your server startup. \ No newline at end of file