Jump to content
  • 0

Question on the rates


nikita54421

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  31
  • Reputation:   0
  • Joined:  05/06/17
  • Last Seen:  

Hello Friends!
I want to put the rates on the drop, 25x
MVP cards 0,1%

Can you please tell me if I did the right thing?

And what does the last point mean?
// Rate adjustment for Treasure Box drops (these override all other modifiers)

// The rate the common items are dropped (Items that are in the ETC tab, besides card)
item_rate_common: 2500
item_rate_common_boss: 2000
item_rate_common_mvp: 100
item_drop_common_min: 1
item_drop_common_max: 10000

// The rate healing items are dropped (items that restore HP or SP)
item_rate_heal: 2000
item_rate_heal_boss: 2000
item_rate_heal_mvp: 100
item_drop_heal_min: 1
item_drop_heal_max: 10000

// The rate at which usable items (in the item tab) other then healing items are dropped.
item_rate_use: 2000
item_rate_use_boss: 2000
item_rate_use_mvp: 100
item_drop_use_min: 1
item_drop_use_max: 10000

// The rate at which equipment is dropped.
item_rate_equip: 2000
item_rate_equip_boss: 2000
item_rate_equip_mvp: 100
item_drop_equip_min: 1
item_drop_equip_max: 10000

// The rate at which cards are dropped
item_rate_card: 2000
item_rate_card_boss: 2000
item_rate_card_mvp: 100
item_drop_card_min: 1
item_drop_card_max: 10000

// The rate adjustment for the MVP items that the MVP gets directly in their inventory
// Mode: 0 - official order, 1 - random order, 2 - all items
item_rate_mvp: 100
item_drop_mvp_min: 1
item_drop_mvp_max: 10000
item_drop_mvp_mode: 0

// The rate adjustment for card-granted item drops.
item_rate_adddrop: 2000
item_drop_add_min: 1
item_drop_add_max: 10000

// Rate adjustment for Treasure Box drops (these override all other modifiers)
item_rate_treasure: 100
item_drop_treasure_min: 1
item_drop_treasure_max: 10000

 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  152
  • Reputation:   78
  • Joined:  06/13/15
  • Last Seen:  

4 hours ago, nikita54421 said:


Hello Friend! Thank you very much for your answer!
I need your advice! Please tell me if it does not make it hard for you.
 


// The rate the common items are dropped (Items that are in the ETC tab, besides card)
item_rate_common: 2500
item_rate_common_boss: 2000
item_rate_common_mvp: 2000
item_drop_common_min: 1
item_drop_common_max: 10000

// The rate healing items are dropped (items that restore HP or SP)
item_rate_heal: 2500
item_rate_heal_boss: 2000
item_rate_heal_mvp: 2000
item_drop_heal_min: 1
item_drop_heal_max: 10000

// The rate at which usable items (in the item tab) other then healing items are dropped.
item_rate_use: 2500
item_rate_use_boss: 2000
item_rate_use_mvp: 2000
item_drop_use_min: 1
item_drop_use_max: 10000

// The rate at which equipment is dropped.
item_rate_equip: 2500
item_rate_equip_boss: 2000
item_rate_equip_mvp: 2000
item_drop_equip_min: 1
item_drop_equip_max: 10000

// The rate at which cards are dropped
item_rate_card: 2500
item_rate_card_boss: 2000
item_rate_card_mvp: 1
item_drop_card_min: 1
item_drop_card_max: 10000

// The rate adjustment for the MVP items that the MVP gets directly in their inventory
// Mode: 0 - official order, 1 - random order, 2 - all items
item_rate_mvp: 2000
item_drop_mvp_min: 1
item_drop_mvp_max: 10000
item_drop_mvp_mode: 0

// The rate adjustment for card-granted item drops.
item_rate_adddrop: 2500
item_drop_add_min: 1
item_drop_add_max: 10000

// Rate adjustment for Treasure Box drops (these override all other modifiers)
item_rate_treasure: 100
item_drop_treasure_min: 1
item_drop_treasure_max: 10000


I adjusted the drop to 25x. Drop MVP cards 0,01%
As you can see in the screenshot, everything works

2017-07-02_11-42-28.png.7cfb14f5219a2c2b701fa3241fa600eb.png


But when I kill a monster, all objects fall at once
"Here I killed mercilessly poring :)"
2017-07-02_11-43-21.png.af9e8fa842ca4f0b5dcde867a62af340.png


Prompt please, in what my problem?

 

there's no problem actually it's normal the drops rates are kinda high for these items, you can see that the card didn't drop

maybe lower the rates of weapons, normal cards, common and healing items to 10% ?

Edited by Ciel Phantomhive
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  152
  • Reputation:   78
  • Joined:  06/13/15
  • Last Seen:  

Hello there @nikita54421,

 

set item_rate_card_mvp: 1000

and the normal drop to 2500

ex: item_rate_card: 2500

here an explanation:

100 = 0.01%
1000 = 0.1%
10000 = 1%
100000 = 10%
1000000 = 100%

 

Edited by Ciel Phantomhive
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  31
  • Reputation:   0
  • Joined:  05/06/17
  • Last Seen:  

On 30.06.2017 at 3:45 AM, Ciel Phantomhive said:

Hello there @nikita54421,

 

set item_rate_card_mvp: 1000

and the normal drop to 2500

ex: item_rate_card: 2500

here an explanation:


100 = 0.01%
1000 = 0.1%
10000 = 1%
100000 = 10%
1000000 = 100%

 


Hello Friend! Thank you very much for your answer!
I need your advice! Please tell me if it does not make it hard for you.
 

// The rate the common items are dropped (Items that are in the ETC tab, besides card)
item_rate_common: 2500
item_rate_common_boss: 2000
item_rate_common_mvp: 2000
item_drop_common_min: 1
item_drop_common_max: 10000

// The rate healing items are dropped (items that restore HP or SP)
item_rate_heal: 2500
item_rate_heal_boss: 2000
item_rate_heal_mvp: 2000
item_drop_heal_min: 1
item_drop_heal_max: 10000

// The rate at which usable items (in the item tab) other then healing items are dropped.
item_rate_use: 2500
item_rate_use_boss: 2000
item_rate_use_mvp: 2000
item_drop_use_min: 1
item_drop_use_max: 10000

// The rate at which equipment is dropped.
item_rate_equip: 2500
item_rate_equip_boss: 2000
item_rate_equip_mvp: 2000
item_drop_equip_min: 1
item_drop_equip_max: 10000

// The rate at which cards are dropped
item_rate_card: 2500
item_rate_card_boss: 2000
item_rate_card_mvp: 1
item_drop_card_min: 1
item_drop_card_max: 10000

// The rate adjustment for the MVP items that the MVP gets directly in their inventory
// Mode: 0 - official order, 1 - random order, 2 - all items
item_rate_mvp: 2000
item_drop_mvp_min: 1
item_drop_mvp_max: 10000
item_drop_mvp_mode: 0

// The rate adjustment for card-granted item drops.
item_rate_adddrop: 2500
item_drop_add_min: 1
item_drop_add_max: 10000

// Rate adjustment for Treasure Box drops (these override all other modifiers)
item_rate_treasure: 100
item_drop_treasure_min: 1
item_drop_treasure_max: 10000


I adjusted the drop to 25x. Drop MVP cards 0,01%
As you can see in the screenshot, everything works

2017-07-02_11-42-28.png.7cfb14f5219a2c2b701fa3241fa600eb.png


But when I kill a monster, all objects fall at once
"Here I killed mercilessly poring :)"
2017-07-02_11-43-21.png.af9e8fa842ca4f0b5dcde867a62af340.png


Prompt please, in what my problem?

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...