loki1991 Posted August 1, 2012 Posted August 1, 2012 Hey, I want to make something like this: Normal Mob Card rate: 0,1% MvP Card Rate: 0,05% // The rate at which cards are dropped item_rate_card: 10 item_rate_card_boss: 5 item_drop_card_min: 10 item_drop_card_max: 10 This should normaly work. Poring Drops: 0,1% Thanatos Drops: 0,1% Strange.. // The rate at which cards are dropped item_rate_card: 10 item_rate_card_boss: 5 item_drop_card_min: 5 item_drop_card_max: 10 Poring Drops: 0,05% Thanatos Drops: 0,05% This doesn't make any sense. Is there a way to fix this, or must I execute a "UPDATE mob_db SET DropCardper=2;" Greetings, Loki Quote
EvilPuncker Posted August 1, 2012 Posted August 1, 2012 (edited) don't modify item_drop_card_min and item_drop_card_max Edited August 1, 2012 by EvilPuncker Quote
loki1991 Posted August 1, 2012 Author Posted August 1, 2012 item_drop_card_min: 1 item_drop_card_max: 1 ? Quote
EvilPuncker Posted August 1, 2012 Posted August 1, 2012 item_drop_card_min: 1 item_drop_card_max: 10000 as default Quote
Euphy Posted August 1, 2012 Posted August 1, 2012 // Note 2: Value is in percents (100 means 100%) item_rate_card: 1000 item_rate_card_boss: 500 item_drop_card_min: 1 item_drop_card_max: 10000 Quote
Mystery Posted August 1, 2012 Posted August 1, 2012 Leave everything at default: item_rate_card: 1000 item_rate_card_boss: 500 item_drop_card_min: 1 item_drop_card_max: 10000 And only change the item_rate_card (For normal monsters) and item_rate_card_boss (For MvPS). Do not touch the Min and Max. Quote
EvilPuncker Posted August 1, 2012 Posted August 1, 2012 nice how people like to post the pretty same thing twice or more Quote
loki1991 Posted August 1, 2012 Author Posted August 1, 2012 // Note 2: Value is in percents (100 means 100%) item_rate_card: 1000 item_rate_card_boss: 500 item_drop_card_min: 1 item_drop_card_max: 10000 Thanks, that worked fine Quote
Question
loki1991
Hey,
I want to make something like this:
Normal Mob Card rate: 0,1%
MvP Card Rate: 0,05%
This should normaly work.
Poring Drops: 0,1%
Thanatos Drops: 0,1%
Strange..
Poring Drops: 0,05%
Thanatos Drops: 0,05%
This doesn't make any sense.
Is there a way to fix this, or must I execute a "UPDATE mob_db SET DropCardper=2;"
Greetings,
Loki
7 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.