Jump to content
  • 0

help how to set drop setting


jpnazar

Question


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  170
  • Reputation:   1
  • Joined:  03/26/13
  • Last Seen:  

what is the drop setting for

100% Normal Drops , 100% Normal Cards,100% Normal equips , 10% MVP Equips, 100% MVP Drops , 3 % MVP Cards

can i have please

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1191
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

// The rate the common items are dropped (Items that are in the ETC tab, besides card)
item_rate_common: 10000
item_rate_common_boss: 10000
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: 10000
item_rate_heal_boss: 10000
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: 10000
item_rate_use_boss: 10000
item_drop_use_min: 1
item_drop_use_max: 10000

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

// The rate at which cards are dropped
item_rate_card: 10000
item_rate_card_boss: 1000
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
item_rate_mvp: 10000
item_drop_mvp_min: 1
item_drop_mvp_max: 10000

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

Edited by hendra814
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

Instead of just trying to get it handed to you, you should learn how to adjust it.

 

-------------------------
100 --> 1%
1,000 --> 10%
10,000 --> 100%
-------------------------
200 --> 2%
2,000 --> 20%
20,000 --> 200%
-------------------------
300 --> 3%
3,000 --> 30%
30,000 --> 300%
-------------------------
400 --> 4%
4,000 --> 40%
40,000 --> 400%
-------------------------
500 --> 5%
5,000 --> 50%
50,000 --> 500%
-------------------------
 

Very simple way to remember how to adjust such numbers. 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  170
  • Reputation:   1
  • Joined:  03/26/13
  • Last Seen:  

// The rate the common items are dropped (Items that are in the ETC tab, besides card)

item_rate_common: 10000

item_rate_common_boss: 10000

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: 10000

item_rate_heal_boss: 10000

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: 10000

item_rate_use_boss: 10000

item_drop_use_min: 1

item_drop_use_max: 10000

// The rate at which equipment is dropped.

item_rate_equip: 10000

item_rate_equip_boss: 1000

item_drop_equip_min: 1

item_drop_equip_max: 10000

// The rate at which cards are dropped

item_rate_card: 10000

item_rate_card_boss: 1000

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

item_rate_mvp: 10000

item_drop_mvp_min: 1

item_drop_mvp_max: 10000

// The rate adjustment for card-granted item drops.

item_rate_adddrop: 300

item_drop_add_min: 1

item_drop_add_max: 10000

why the mvp cards .10%? and the mvp drops 100%

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

all ur drop rate for Boss item..

item_rate_common_boss: 10000
item_rate_heal_boss: 10000
item_rate_use_boss: 10000
item_rate_equip_boss: 1000
item_rate_card_boss: 1000

 

this rate will multiply the original drop rates of monster from mob_db.txt

those boss drops rate are usually higher than other normal mob...when multiply with your rates...

of course it will drop at 100% ...

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...