Ninjamon Posted February 22, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.02 Content Count: 295 Reputation: 2 Joined: 03/06/12 Last Seen: November 4, 2014 Share Posted February 22, 2013 Ok, I am using a Pre-renewal right now. The problem is, I want the renewal monsters to be enabled on my pre-renewal. Any suggestion? Quote Link to comment Share on other sites More sharing options...
arzzzae Posted February 22, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 83 Reputation: 8 Joined: 12/27/11 Last Seen: March 7, 2018 Share Posted February 22, 2013 (edited) Just copy the mob_db.txt in your re folder into your pre-re folder. /// renewal drop rate algorithms /// (disable by commenting the line) /// /// leave this line to enable renewal item drop rate algorithms /// while enabled a special modified based on the difference between the player and monster level is applied /// based on the http://irowiki.org/wiki/Drop_System#Level_Factor table #define RENEWAL_DROP /// renewal exp rate algorithms /// (disable by commenting the line) /// /// leave this line to enable renewal item exp rate algorithms /// while enabled a special modified based on the difference between the player and monster level is applied #define RENEWAL_EXP and make sure you leave the #define RENEWAL_DROP and #define RENEWAL_EXP without '//' to implement the renewal drops and renewal exp. After you are done with the source code compile and run your server and check for errors. I'm not sure if it'll work though. Also, don't forget to backup your files. Edited February 22, 2013 by arzzzae Quote Link to comment Share on other sites More sharing options...
Ninjamon Posted February 23, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.02 Content Count: 295 Reputation: 2 Joined: 03/06/12 Last Seen: November 4, 2014 Author Share Posted February 23, 2013 It doesn't spawn. q.q Quote Link to comment Share on other sites More sharing options...
arzzzae Posted February 23, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 83 Reputation: 8 Joined: 12/27/11 Last Seen: March 7, 2018 Share Posted February 23, 2013 Oh I forgot renewal spawn is different. Try Copying the files in npc/re/mobs into your npc/pre-re/mobs. You should now have the renewal respawn system. Again do a back-up. Quote Link to comment Share on other sites More sharing options...
Question
Ninjamon
Ok, I am using a Pre-renewal right now. The problem is, I want the renewal monsters to be enabled on my pre-renewal.
Any suggestion?
Link to comment
Share on other sites
3 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.