Jump to content
  • 0

Flux CP card drop rate


Thanna

Question


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  271
  • Reputation:   7
  • Joined:  01/06/12
  • Last Seen:  

are there a separate settings for card drop rate because my server have 2 separate drop rates for normal monster card and MVP card

this is the code that change the drop rate of cards on item database of flux CP

'CardDropRates' => 25,

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  

Xantara's FluxCP have this setting.

   'DropRates' => array(
 // The rate the common items (in the ETC tab, besides card) are dropped
 'Common'	  => 5000,
 'CommonBoss'  => 2000,
 // The rate healing items (that restore HP or SP) are dropped
 'Heal'	    => 5000,
 'HealBoss'    => 2000,
 // The rate usable items (in the item tab other then healing items) are dropped
 'Useable'	 => 5000,
 'UseableBoss' => 2000,
 // The rate at which equipment is dropped
 'Equip'	   => 10000,
 'EquipBoss'   => 2000,
 // The rate at which cards are dropped
 'Card'	    => 200000,
 'CardBoss'    => 150000,
 // The rate adjustment for the MVP items that the MVP gets directly in their inventory
 'MvpItem'	 => 100
   ),

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  271
  • Reputation:   7
  • Joined:  01/06/12
  • Last Seen:  

thanks for informing me, maybe I'll switch to xantara's flux cp or can someone provide a fix for it on calcium kid's flux cp thanks

Edited by Thanna
Link to comment
Share on other sites

×
×
  • Create New...