Jump to content
  • 0

Modifying Exp and Drop Rates


kickazz08

Question


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  61
  • Reputation:   0
  • Joined:  03/25/12
  • Last Seen:  

Hi guys.. how do i modify EXP Rates and DROP RATES

 

////////EXP RATE////////

 

 

// Rate at which exp. is given. (Note 2)
base_exp_rate: 100 -> 8k
 
// Rate at which job exp. is given. (Note 2)
job_exp_rate: 100 -> 8k
 
// Turn this on to allow a player to level up more than once from a kill. (Note 1)
multi_level_up: no
 
**********How to  Modify EXP having more exp rates when a player is joining a PARTY?????
 
 
/////////DROP RATE//////////
 
// The rate at which cards are dropped
item_rate_card: 100 -> 80%
item_rate_card_boss: -> 4%
item_drop_card_min: 1
item_drop_card_max: 10000 -> should this be change also???

 

 

thnx.. just want to know the coreect way to do it....

Link to comment
Share on other sites

8 answers to this question

Recommended Posts


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

100 = 1x

1000 = 10x

10000 = 100x

 

800000 = 8000x

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  61
  • Reputation:   0
  • Joined:  03/25/12
  • Last Seen:  

thnx emistry.. 

 

ahmm how about the DROP RATES???

 

also *How to  Modify EXP having more exp rates when a player is joining a PARTY?????

Edited by kickazz08
Link to comment
Share on other sites


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

trunk/conf/battle/party.conf

// Give additional experience bonus per party-member involved on even-share parties (excluding youself)?
// ex. If set to 10, an even-share party of 5 people will receive +40% exp (4 members * 10% exp):
//     140% party experience in total, so each member receives 140%/5 = 28% exp (instead of 20%).
party_even_share_bonus: 0
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  61
  • Reputation:   0
  • Joined:  03/25/12
  • Last Seen:  

is this right??

 

 

/////////DROP RATE//////////
 
// The rate at which cards are dropped
item_rate_card: 100 -> 80% -> 8000 ?
item_rate_card_boss: -> 4% -> 400 ?
item_drop_card_min: 1
item_drop_card_max: 10000 -> should this be change also???
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  


item_rate_card: 800000// 80%
item_rate_card_boss: 40000// 4%
item_drop_card_min: 1
item_drop_card_max: 10000// don't touch

Link to comment
Share on other sites


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

i follow the setup and i set it into 100%

 

still only few drops not 100%

 

// The rate at which equipment is dropped.
item_rate_equip1000000
item_rate_equip_boss: 1000000
item_drop_equip_min: 1
item_drop_equip_max: 10000

// The rate at which cards are dropped
item_rate_card: 1000000
item_rate_card_boss: 1000000
item_drop_card_min: 1
item_drop_card_max: 10000

 

its only 50%

 

there is no way to increase the drop rate and fully drop all the item from that monster?

 

 

i test it even poring won't drop 100% /whisp

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

I don't answer to your question but

item_rate_equip: 1000000

 

Mistakes ?

Edited by Capuche
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

It should work already unless it also looks like this in your drops.conf

item_rate_equip1000000

Missing a colon.

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