kilua72 Posted March 20, 2013 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 11 Reputation: 0 Joined: 03/18/13 Last Seen: March 28, 2015 Share Posted March 20, 2013 could anyone help me? I have to download map from Download>graphics Resources>Map & 3d recources and I got data folder from that...what should I do to data folder ? how to implement that map to my ragnarok server?? thanks before Quote Link to comment Share on other sites More sharing options...
Saisho Posted March 20, 2013 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 185 Reputation: 20 Joined: 01/06/13 Last Seen: November 11, 2018 Share Posted March 20, 2013 by Syouji Client Side1- place the map files (.gat .gnd .rsw) in your data/grf2- add the map to: mapnametable.txt (the name that shows when you use /where) mp3nametable (the BGM that will play in the map)3- repack the grf if need. Server Side1- add the map to: conf/maps_athena db/map_index2- download and use WeeMapCache. Use it to open the map_cache.dat in the corresponding db (pre or re) and add the map to the list.3- save the file and restart the server. Quote Link to comment Share on other sites More sharing options...
kilua72 Posted March 20, 2013 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 11 Reputation: 0 Joined: 03/18/13 Last Seen: March 28, 2015 Author Share Posted March 20, 2013 by Syouji Client Side 1- place the map files (.gat .gnd .rsw) in your data/grf 2- add the map to: mapnametable.txt (the name that shows when you use /where) mp3nametable (the BGM that will play in the map) 3- repack the grf if need. Server Side 1- add the map to: conf/maps_athena db/map_index 2- download and use WeeMapCache. Use it to open the map_cache.dat in the corresponding db (pre or re) and add the map to the list. 3- save the file and restart the server. For Client Side : 1st step make it all GRF >> and include that GRF to patch ?? and patch it ? for 2nd step I want to edit my prontera, did I must make a new map coordinate ? or I can ignore this step ?? Quote Link to comment Share on other sites More sharing options...
Saisho Posted March 20, 2013 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 185 Reputation: 20 Joined: 01/06/13 Last Seen: November 11, 2018 Share Posted March 20, 2013 im not used w/ patchers but i guess you have to add it so you can share the map w/ the players. w/o the map the client will crash when you warp the the missing map. replacing a map, if the map have the same size like a different version of prontera where theres no new obstacles in previous free areas theres no need to change coordinates of npcs, warps or players last log position if the if map have the same name. otherwise you have to change everything to the new map. one thing i know is (not sure if all but...) change a map name can be a bit troublesome since some maps have its names hardcoded by the modeling programs. i managed to do it so but not in an usual way i guess. Quote Link to comment Share on other sites More sharing options...
Checkmate Posted March 29, 2013 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Share Posted March 29, 2013 (edited) Saisho...I have some ussue with your tutorial...This tuto only for eathena v4 rite?..?Cuz im trying use this... In my server igot error... ==" in server side its all ok..but in client side..i dont know where to put the rest of file like rsw and etc...You said in data.grf.. in data.grf(mapnametable is in korean) how to change it?..?I try to put in reoka.grf(my grf) also got error?..?Why?..? Edited March 30, 2013 by GM Rejected Quote Link to comment Share on other sites More sharing options...
Saisho Posted March 29, 2013 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 185 Reputation: 20 Joined: 01/06/13 Last Seen: November 11, 2018 Share Posted March 29, 2013 im using rathena 17165 (havent updated a some time ) you dont have to add or edit data or rdata grfs, actually it's not a good idea mess w/ those files, add the custom stuff to your grf or make a new grfs for dif contents instead. all 3 files goes inside the data folder, together w/ sprite, texture, model, luafiles and other folders. Just drop it there, it may looks messy since you probably gonna have dif types of files like folders, desc tables.txt and things like that but thats ok, If you open one of the Gravity's grfs for curiosity you can see thats how they add maps too. about the errors can, you post a pic of it? some things that can cause errors (not always tho) is missing textures and models. If you downloaded a map that have extra files make sure to add it to the respective folders. I downloaded a few maps that simply doesn't work, when i warp to it the client just crash and idk why ._. one more thing, to rename maps you cant just right click and change the name of the file, to do it you must use a program like browedit or you will get errors. Quote Link to comment Share on other sites More sharing options...
Checkmate Posted March 30, 2013 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Share Posted March 30, 2013 (edited) Here what im trying to do....Im just download map from rAthena and name file is Najara Town Collection..Im want to use Welgaia map and change it into Reoka map.(Im just rename it)**I think this is my mistake** I do all the thing you said and its all ok until in client side....Here the screen shot that what im doing in client side... : IN GRF(data.grf and reoka.grf) Here screen shot in mapnametable.txt & mp3nametable.txt in data.txt(that im said in korean languange) Here the screen shot that show error when im trying warp to custom map(reoka) Sorry to borrowing you time sir on this stupid question..Im new to this.. And that why im asking you sir.. ^ ^Hope you can help me with this... Edited March 30, 2013 by CheckMate Quote Link to comment Share on other sites More sharing options...
Saisho Posted March 30, 2013 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 185 Reputation: 20 Joined: 01/06/13 Last Seen: November 11, 2018 Share Posted March 30, 2013 you can try to get a new mapnametable here . like i said the data.grf and rdata.grf will only be used to store and read the kRO files so theres no need to edit it :3 and yeah, rename a map w/o use programs probably caused the error. one thing you can try, even if idk if its correct or not is: leave everything as it is but add a copy of the new map w/ the original name to the grf. Dont add it to any txt file or anything else, just drop the files, repack the grf and try again. Quote Link to comment Share on other sites More sharing options...
Question
kilua72
could anyone help me?
I have to download map from Download>graphics Resources>Map & 3d recources
and I got data folder from that...
what should I do to data folder ? how to implement that map to my ragnarok server??
thanks before
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.