Jump to content
  • 0

please help


Clever

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  03/20/12
  • Last Seen:  

where i can find this on src

 

// The rate at which equipment is dropped.
item_rate_equip:800000
item_rate_equip_boss: 800000
item_drop_equip_min: 1
item_drop_equip_max: 10000-->i want to increase this value

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

not needed, that value is max means 100%

 

or if you want to add it, change this on your src/map/battle.c

{ "item_drop_equip_max",                &battle_config.item_drop_equip_max,             10000,  1,      10000,          },
Edited by Cydh
Link to comment
Share on other sites


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

why you want to increase it ? it's somekind of limit to a percentage in game..

10000 = 100.00%

 

why would you need to increase it further ?

100% is absolute drop rate already.

 

this settings are usually used to limit the max drop rate...not increase the max drop rate.

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