Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to make cave

Initiate Mage
Joined
Aug 21, 2019
Messages
4
Reaction score
1
You need the following:
1. Go to client folder / maps / then get the folder with the name of the cave/map and paste it in your client and in your game server folder in the map folder for both (for example sfb016 is Pirate Lair)
2. Go to scene/texture/minimap and get the folder with the minimap (which usually has the same name as the map one) and put it in your minimap folder in the client
3. Go to local/common/table and get area_mapname (ex. area_sfb016), npc_assign_mapname (ex. npc_assign_sfb016) and reborn_mapname (ex. reborn_sfb016) and paste them in your client folder in the same directory and in your game server folder in the same directory
4. Go to local/common/table and open your ectype.csv, scenes.csv and then go to a client that has the map you want and open their ectype and scenes and copy the line that has your map <ex 125,$L:Scenestable_sfb016$,四门山,300,2,maps/sfb016/sfb016.xml,maps/sfb016/sfb016.snw,table/npc_assign_sfb016.csv,table/sfb016/,table/reborn_sfb016.csv,,table/area_sfb016.csv,> < the line for sfb016 in scenes.csv if you open it with notepad++ and do the same for ectype and get the line that corresponds with your scenes <ex 125,$L:Scenestable_sfb016$,125,,80,"837,-1399,0","319,1430,0",17,,5,0,5,,,GetItemCount(7190)>=1,$L:ecypt_plc$,,,,, > < this is a line in ectype for sfb016
5. Make a teleport npc :
- open local/common/table and open the files npc.csv, npc_rebirth.csv and model.csv
- make a teleport npc on those files (the npc will need a npc_talk for it so go and find one thats already made for the cave you want; usually it's called npc_talk_plc or something like that or find the teleport for the cave u want in other client's files and just copy it)
This is a simple tutorial on how to make a cave, there are more things to be done and explained but this is all u need to know for now and i don't wanna write an essay here.
 
Upvote 0
Initiate Mage
Joined
Feb 10, 2022
Messages
4
Reaction score
0
Unfortunately, not everyone who is literate has the potential to become a writer. However, the existence of grammatical faults in the text inhibits the reader from comprehending the material, distorts the meaning, and, in general, makes reading unpleasant. Maybe an can help you. No matter how well-written a piece is, grammatical mistakes will detract from the overall impression. A polished, flawless, literate work, on the other hand, will remain merely a collection of perfectly written words if it lacks engaging concepts and ideas. The erroneous term can mislead and confuse the reader, making it hard to interpret the author's ideas and infer what he or she meant.
 
Upvote 0
Back
Top