Server side:
1st of all, if you use a router, you need to open the port 50000 on this, otherwise the server will not start!
Install SqlCE 3.5;
Open the server;
Go to tab Sql and click on button Select DB;
Navigate until the server's folder and select the BloodyDB.sdf;
Click on button Sql Connect;
Go to tab “Server” and click on button Start Server;
Client side:
Go to script Configuration and edit the server IP and Port;
Site:
Download and install some Apache server;
Extract the content of PHP Register to www folder;
Go to Config.php and edit:
$database = "PUT ENTIRE PATH OF DATABASE HERE";
$password = "PUT PASSWORD OF DATABASE (IF HAVE)";
$md5_encryption = true or false (Default = true for md5 password encryption of accounts);
Battle System:
Safe Areas:
Create an area on map named Safe Area, and add the number of maps separate by comma
Example: Safe Area 3,4,5,6, that means the player will be transferred for map of the area, if he is in one of the maps sated on the area name.
Shops
Go to folder Data/Shops on server side
Notice, there is a file name Shop1.ini, open it.
Notice the body of this file is like so:
items = [1,2,3]
weapons = [1,2,3]
armors = [1,2,3]
If you want to make another shop with different items, copy this file and rename for Shop2.ini, Shop3.ini, Shop4.ini, etc. Change the numbers of items separated by commas, those numbers are IDs of items in the database. Example: Shop2.ini
items = [5,6,7,8,9,10]
weapons = [1,2,3,4,5]
armors = [7,8,9]
Classes:
To create different characters on selection screen, go to database and create normal classes and actors. But, on actors names, you must put Male or Female on its name, so it will appear automatically on character selection window.
Equipments
To set other kinds of equipments to equip, go to notes of armors and put command:
Kind = 4, 5, 6 or 7 where 4 = Gloves, 5 = Boots, 6 = Necklace, 7 = Cape
To set graphics of equipments when equip, put the sprites on folder Graphics/Equipments and put on notes of armors: Graphic = X, where X is the name of sprite.