Damid Posted June 26, 2014 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 06/20/14 Last Seen: June 28, 2014 Share Posted June 26, 2014 take away every drop and make every mob have 0 items? Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 26, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 21 hours ago Share Posted June 26, 2014 why not just set your drop rate to 0 ?? inside the conf/battle/drops.conf change all the "MAX" drop rate to 0. 1 Quote Link to comment Share on other sites More sharing options...
Damid Posted June 26, 2014 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 06/20/14 Last Seen: June 28, 2014 Author Share Posted June 26, 2014 I want to make every mob have 0 loot and then I want to add some on some other mobs :/ Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 26, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 21 hours ago Share Posted June 26, 2014 then just update the column for each drop id and rate to 0. UPDATE `mob_db` SET `column1` = 0,`column2` = 0,`column3` = 0,`column4` = 0,`column5` = 0; 1 Quote Link to comment Share on other sites More sharing options...
Damid Posted June 26, 2014 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 06/20/14 Last Seen: June 28, 2014 Author Share Posted June 26, 2014 (edited) Thanks! @Edit 1 more doubt that I hope can be solved here. Can I change the emulator to make the configuration "use_sql_db" read only the mob_db on SQL? @Edit2 Nevermind. Solved! Edited June 26, 2014 by Damid Quote Link to comment Share on other sites More sharing options...
Question
Damid
take away every drop and make every mob have 0 items?
Link to comment
Share on other sites
4 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.