patr3k Posted December 1, 2012 Posted December 1, 2012 Where can i find all the cards in db? so i can remove some of them. Quote
Euphy Posted December 1, 2012 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
Emistry Posted December 1, 2012 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
Question
patr3k
Where can i find all the cards in db? so i can remove some of them.
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.