1º - Install the files on the client and the server, overwriting the files that are requested. After replacing the files on the server you need to restart it for the changes take effect.
2° - As Blood Castle has changed, the crystal statue is no longer where it once was (now it is more in the end of the map). So we have to modify the server MonsterSetBase.txt (Muserver / Data), changing the place where the Statue Of Saint is born (in some versions it's called Crystal Statue). How to make this change? Let me explain ...
First locate the number of the statue inside the file monster.txt (Muserver / Data). See an example
Code:
//Blood Castle NPC
132 1 "Statue Of Saint" 0 50000 0 0 0 etc...
The number 132 is the Blood Castle statue reference, which we have to change the birth coordinates in MonsterSetBase.txt to her new place.
PS: In older versions (97, 99 etc.) maybe you don't find any references to the Statue Of Saint or Crystal Statue inside the monster.txt file. In those versions the statue has the name of Gate 2. Stay alert!
Open the MonsterSetBase.txt file (Muserver / Data) and change in accordance with the following code:
Code:
// ------------------------------------------------------------
// Blood Castle NPC
// ------------------------------------------------------------
4
132 11 0 20 247 0 //Statue Of Saint
132 12 0 20 247 0 //Statue Of Saint
132 13 0 20 247 0 //Statue Of Saint
132 14 0 20 247 0 //Statue Of Saint
132 15 0 20 247 0 //Statue Of Saint
132 16 0 20 247 0 //Statue Of Saint
132 17 0 20 247 0 //Statue Of Saint
end
Explaining the colors:
132: Statue reference took from monster.txt
11~17: Blood Castle maps reference (BC1 ~ BC7)
20 247: Statue new birth coordinates (20/247)
PS: You can simply add this code to your MonsterSetBase.txt, since DELETE OTHER STATUES REFERENCES!
3° - This map doesn't include the monsters spots for the new areas. You, as a MU ADM/GM, need to make your own spots or the new areas will be empty of monsters.You can't call yourself a MU ADM if you don't know how to make new monsters spots in monstersetbase, that's the basic's basic... please kill yourself!
Well, I think that's what I had to explain. Now just test!
Download:
Link 01 - 4Shared
Credits:
Edited, compiled, mapped and skinned by
marcelozzy
(look, it's me! :D )
This map was NOT created and / or edited with the MuWorldEditor tool. It was edited manually, object by object.