Jump to content
  • 0

help bout drop rates


Hatake Kakashi

Question


  • Group:  Members
  • Topic Count:  254
  • Topics Per Day:  0.06
  • Content Count:  825
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

i need to put this rates on my server.

• x20 EXP Rates
• x20 Equipment Drop Rate
• x5 Item/Misc Drop Rate
• x10 Healing Drop Rates
• 2% Card Drop Rate

 

and here's the drop.conf

 

is this correct? please correct me if im wrong.

 

// Item drop rates (Note 2)

 
// The rate the common items are dropped (Items that are in the ETC tab, besides card)
item_rate_common: 500
item_rate_common_boss: 300
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: 1000
item_rate_heal_boss: 3000
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: 5000
item_rate_use_boss: 3000
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: 3000
item_drop_equip_min: 1
item_drop_equip_max: 10000
 
// The rate at which cards are dropped
item_rate_card: 200
item_rate_card_boss: 1
item_drop_card_min: 200
item_drop_card_max: 200
 
// The rate adjustment for the MVP items that the MVP gets directly in their inventory
item_rate_mvp: 100
item_drop_mvp_min: 1
item_drop_mvp_max: 10000
 
// The rate adjustment for card-granted item drops.
item_rate_adddrop: 100
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

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  50
  • Reputation:   4
  • Joined:  12/12/13
  • Last Seen:  

Firstly, Use a code box. It's unattractive.

 

Second, http://rathena.org/wiki
 

Third, If that doesn't help look.

//--------------------------------------------------------------
// rAthena Battle Configuration File
// Originally Translated by Peter Kieser <[email protected]>
// Made in to plainer English by Ancyker
//--------------------------------------------------------------
// Note 1: Value is a config switch (on/off, yes/no or 1/0)
// Note 2: Value is in percents (100 means 100%)
//--------------------------------------------------------------

And if you still don't get it.

// The rate the common items are dropped (Items that are in the ETC tab, besides card)
item_rate_common: 2000 // This would be 20x
item_rate_common_boss: 100
item_drop_common_min: 1
item_drop_common_max: 10000

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