loki1991 Posted August 1, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 22 Reputation: 13 Joined: 01/07/12 Last Seen: August 9, 2014 Share 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 Link to comment Share on other sites More sharing options...
EvilPuncker Posted August 1, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted August 1, 2012 (edited) don't modify item_drop_card_min and item_drop_card_max Edited August 1, 2012 by EvilPuncker Quote Link to comment Share on other sites More sharing options...
loki1991 Posted August 1, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 22 Reputation: 13 Joined: 01/07/12 Last Seen: August 9, 2014 Author Share Posted August 1, 2012 item_drop_card_min: 1 item_drop_card_max: 1 ? Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted August 1, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted August 1, 2012 item_drop_card_min: 1 item_drop_card_max: 10000 as default Quote Link to comment Share on other sites More sharing options...
Euphy Posted August 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 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 Link to comment Share on other sites More sharing options...
Mystery Posted August 1, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share 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 Link to comment Share on other sites More sharing options...
EvilPuncker Posted August 1, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted August 1, 2012 nice how people like to post the pretty same thing twice or more Quote Link to comment Share on other sites More sharing options...
loki1991 Posted August 1, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 22 Reputation: 13 Joined: 01/07/12 Last Seen: August 9, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.