Initsuga Posted January 18, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 40 Reputation: 0 Joined: 01/17/17 Last Seen: April 22, 2019 Share Posted January 18, 2017 (edited) Hi guys! Recently I tried something new to make my own ragnarok server because i really enjoy it. I did not expect how hard it is, even the installation part also gives me a hard time(cause i'm a beginner). So I have lots of questions/help need to improve on my server because maybe on the future i'll make i an online server. 1. Normal player or account looks the same with my GM sprites. How to fix this? 2. How to change/increase the exp rates and drop rates? 3. How to put dummy punching bag in prontera? 4. How to put new items like quest wings, headgears, weapons? 5. Make a map a pk area(like go 15) Your help will be very much appreciated! PS. link of guide i use on installing offline server: https://artisticmachine.wordpress.com/2013/09/15/ragnarok-offline-eathena-server-setup-diy/ Edited January 18, 2017 by Initsuga Quote Link to comment Share on other sites More sharing options...
Fii Posted January 18, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 34 Reputation: 4 Joined: 12/21/16 Last Seen: February 12, 2017 Share Posted January 18, 2017 1. It can be found on your clientinfo inside your client folder or ragnarok folder. Change the admin whatsoever that is or the ID number and it'll remove the GM sprites. (Please search the search box, there are tons of help. -- Do not be lazy.) 2. You can change the drop rates at ( rathena/conf/battle/drops.conf ) -- I haven't tried that guide so maybe there's no conf, idk. You can change the exp rates at ( rathena/conf/battle/exp.conf ) -- Again, look above.3. Didn't tackle this yet, so I don't know, but if I do, you have to tackle some mob.db or whatever. 4. To add a customized item, you have to make some editing on your item db and the client folder. Do not be lazy, search it on the search box. 5. You can find this at rathena/npc/mapflag or again, I haven't tried that guide and don't know if it's updated so maybe there's no mapflag something. and just follow whatever it stated there. Quote Link to comment Share on other sites More sharing options...
Initsuga Posted January 18, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 40 Reputation: 0 Joined: 01/17/17 Last Seen: April 22, 2019 Author Share Posted January 18, 2017 Hi Fii! thanks for answering btw. about the clientinfo part, i already extracted my data.grf for me to see whats inside my clientinfo.xml and i only saw this: <?xml version="1.0" encoding="euc-kr" ?> <no_free_server></no_free_server> how can i adjust this and remove GM sprites? Quote Link to comment Share on other sites More sharing options...
Noctis Posted January 18, 2017 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 226 Reputation: 13 Joined: 02/17/15 Last Seen: August 2, 2017 Share Posted January 18, 2017 (edited) 1 hour ago, Initsuga said: Hi Fii! thanks for answering btw. about the clientinfo part, i already extracted my data.grf for me to see whats inside my clientinfo.xml and i only saw this: <?xml version="1.0" encoding="euc-kr" ?> <no_free_server></no_free_server> how can i adjust this and remove GM sprites? If you want to remove the gm sprites remove your account id in the clientinfo. Ex:"<admin>2000001</admin>" remove this. Or just diff your client to remove gm sprites Edited January 18, 2017 by Exmas Quote Link to comment Share on other sites More sharing options...
Initsuga Posted January 18, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 40 Reputation: 0 Joined: 01/17/17 Last Seen: April 22, 2019 Author Share Posted January 18, 2017 (edited) sorry for this but i dont know how to remove "<admin>2000001</admin>" cause i didn't even see this on my clientinfo.xml :'(. this is the only thing inside my clientinfo: <?xml version="1.0" encoding="euc-kr" ?> <no_free_server></no_free_server> i'm already confused Edited January 18, 2017 by Initsuga Quote Link to comment Share on other sites More sharing options...
chatterboy Posted January 19, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 309 Reputation: 26 Joined: 11/26/12 Last Seen: November 22, 2024 Share Posted January 19, 2017 then copy the whole thing <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>Ragnarok</display> <balloon>the balloon</balloon> <desc>description</desc> <address>127.0.0.1</address> <port>6900</port> <version>55</version> <langtype>1</langtype> <registrationweb>http://localhost</registrationweb> <aid> <admin>2000001</admin> <admin>2000002</admin> </aid> <loading> <image>loadingscreen01.jpg</image> <image>loadingscreen02.jpg</image> <image>loadingscreen03.jpg</image> <image>loadingscreen04.jpg</image> <image>loadingscreen05.jpg</image> <image>loadingscreen06.jpg</image> <image>loadingscreen07.jpg</image> <image>loadingscreen08.jpg</image> <image>loadingscreen09.jpg</image> <image>loadingscreen10.jpg</image> <image>loadingscreen11.jpg</image> <image>loadingscreen12.jpg</image> <image>loadingscreen13.jpg</image> <image>loadingscreen14.jpg</image> <image>loadingscreen15.jpg</image> <image>loadingscreen16.jpg</image> <image>loadingscreen17.jpg</image> <image>loadingscreen18.jpg</image> </loading> </connection> </clientinfo> 1 Quote Link to comment Share on other sites More sharing options...
Initsuga Posted January 20, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 40 Reputation: 0 Joined: 01/17/17 Last Seen: April 22, 2019 Author Share Posted January 20, 2017 (edited) 18 hours ago, chatterboy said: then copy the whole thing <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>Ragnarok</display> <balloon>the balloon</balloon> <desc>description</desc> <address>127.0.0.1</address> <port>6900</port> <version>55</version> <langtype>1</langtype> <registrationweb>http://localhost</registrationweb> <aid> <admin>2000001</admin> <admin>2000002</admin> </aid> <loading> <image>loadingscreen01.jpg</image> <image>loadingscreen02.jpg</image> <image>loadingscreen03.jpg</image> <image>loadingscreen04.jpg</image> <image>loadingscreen05.jpg</image> <image>loadingscreen06.jpg</image> <image>loadingscreen07.jpg</image> <image>loadingscreen08.jpg</image> <image>loadingscreen09.jpg</image> <image>loadingscreen10.jpg</image> <image>loadingscreen11.jpg</image> <image>loadingscreen12.jpg</image> <image>loadingscreen13.jpg</image> <image>loadingscreen14.jpg</image> <image>loadingscreen15.jpg</image> <image>loadingscreen16.jpg</image> <image>loadingscreen17.jpg</image> <image>loadingscreen18.jpg</image> </loading> </connection> </clientinfo> do i need to change this address, port and version? or leave it as it is? Edited January 20, 2017 by Initsuga Quote Link to comment Share on other sites More sharing options...
chatterboy Posted January 21, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 309 Reputation: 26 Joined: 11/26/12 Last Seen: November 22, 2024 Share Posted January 21, 2017 yeah change it according to your server settings Quote Link to comment Share on other sites More sharing options...
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.