Hola gente, vengo a traerles un plugin (dll) para cargar fácilmente 10 mapas y respawns extras al GS 97.04 (97d)
Es una compilación del source que ya se publicó en el foro por el usuario Censored (
http://tuservermu.com.ve/index.php?topic=24239.0)
, pero esta compilación incluye poder configurar el respawn y puede añadirse muy rápidamente a tu proyecto.
--------------------------------------------------
Hello,
It allow add 10 extra maps and respawns easily to gameserver 97.04 (97d); Total 27 than 17 loaded by default GS
Installation steps
Step 1: Extract Map.dll and Respawns.txt to you GS folder
Step 2: Hook the dll to the GS
PUSH [offset with ascii name of dll (Maps.dll) ]
CALL DWORD PTR DS:[7311658] -> LoadLibrary
Or well, if you use another plugin, call WinApi's LoadLibrary function when it is initializing
In addition, you have available the exported method Init()
Step 3: Add your terrains to you Data folder
You now can add terrains in order of 18 to 27
"..\\data\\terrain18.att",
"..\\data\\terrain19.att",
"..\\data\\terrain20.att",
"..\\data\\terrain21.att",
"..\\data\\terrain22.att",
"..\\data\\terrain23.att",
"..\\data\\terrain24.att",
"..\\data\\terrain25.att",
"..\\data\\terrain26.att",
"..\\data\\terrain27.att"
If you don´t have or don´t want add 10 maps;
Only fill "terrainXX.att" with a empty terrain, you can extract "(null).att" and rename it every times that you need
It will avoid "Map attribute reading error"
Step 4: Configure respawns at Respawns.txt file
// Map - X1 - Y1 - X2 - Y2
Link:
Password: drakonusjs
Credits:
Webzen
drakonusjs