patr3k Posted December 1, 2012 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 257 Reputation: 7 Joined: 03/12/12 Last Seen: May 31, 2014 Share Posted December 1, 2012 Where can i find all the cards in db? so i can remove some of them. Quote Link to comment Share on other sites More sharing options...
Euphy Posted December 1, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted December 1, 2012 Don't delete them from item_db, as it'll give you mob_db drop errors. Find the IDs of the cards you want disabled, then find&replace ,card_id,1 with ,card_id,0 in mob_db (or copy out the entries to mob_db2 and do the same). Quote Link to comment Share on other sites More sharing options...
patr3k Posted December 1, 2012 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 257 Reputation: 7 Joined: 03/12/12 Last Seen: May 31, 2014 Author Share Posted December 1, 2012 Okay got it. Thanks! Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 1, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted December 1, 2012 how about like this ? trunk/conf/battle/drops.conf // The rate at which cards are dropped item_rate_card: 1 item_rate_card_boss: 1 item_drop_card_min: 1 item_drop_card_max: 1 i think 0 wont work..so i put 1....which will change all card drop rate to ( 0.01 ) not the best / correct way.... but can use it temporary...while you can remove all the card from dropping by monster through the mob_db.txt Quote Link to comment Share on other sites More sharing options...
Question
patr3k
Where can i find all the cards in db? so i can remove some of them.
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.