Hola, hace tiempo que quiero crear un servidor de Mu web browser pero no tengo muy en claro como se hace.
Un miembro hizo un post donde explicaba un poco y subió los files, dejo el link a continuación:
http://tuservermu.com.ve/index.php?topic=2299.0Y éstas serían las instrucciones de cómo levantar el servidor:
Installation instructions:
1. create a MySQL database;
2. restore the database structure using the .sql backup file;
3. edit database.php file, inserting data for your server (databse name, server, username, password);
4. upload all files to your server.
Everybody willing can upload the game to their own server, modify or edit in any way they will find appropriate. I don't work on this project any longer. If somebody will continue developing it, I can suggest adding these features I considered necessary for completing the game: 1) chat; 2) trading; 3) PVP.
Short info on item codes used in the game:
Example: 1.13.1.0007.00.0.1025.0000.00.0.0.00.00.0.050.050.000000.short_sword
Where (number positions, starting from "0"):
0 - item type;
2,3 - size;
5 - subtype;
7-10 - effect;
12,13 - level;
15 - luck;
17-20 - requirement #1;
21 - should be "!" for 380 items;
22-25 - requirement #2;
27,28 - required class;
30 - skill;
32 - option;
34,35 - excellent (double excellent is reserved but not implemented);
37,38 - harmony option;
40 - guardian option (reserved, not implemented);
42-44 - current durability;
46-48 - maximum durability;
50-55 - reserved for socket options;
57 until end - item name.
If you want to understand how item codes work and should be edited to create new items for drops etc., read carefully "functions.overlib.js"
Si alguien pudo hacerlo funcionar o podría darme una mano?
Desde ya les agradezco, saludos!