Jump to content
  • 0

Drop Rate


lexaeus

Question


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  65
  • Reputation:   0
  • Joined:  03/03/17
  • Last Seen:  

Hi Guys,

Can you please enlighten me on this. I want to change the drop rate of the cards. to 10% normal card 5% MVP while 2% for rare cards.

Here's my script :

// The rate at which cards are dropped
item_rate_card: 10%
item_rate_card_boss: 2%
item_rate_card_mvp: 5%
item_drop_card_min: 1
item_drop_card_max: 10000

Thank you in advance.

Link to comment
Share on other sites

13 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

 

// The rate at which cards are dropped
item_rate_card: 100000	// This one is for normal monsters
item_rate_card_boss: 20000	// this one is for the mini-boss monsters
item_rate_card_mvp: 50000	// this one is for the Boss monsters
item_drop_card_min: 1
item_drop_card_max: 10000
Edited by Radian
Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3127
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

The header of that file answers your question.

If 100 = 1%, it's safe to assume that 200 would be 2%. Read the file and look at the original values.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  65
  • Reputation:   0
  • Joined:  03/03/17
  • Last Seen:  

1 hour ago, Akkarin said:

The header of that file answers your question.

If 100 = 1%, it's safe to assume that 200 would be 2%. Read the file and look at the original values.

Thank you for your reply, Akkarin. I tried playing different % however I'm still getting 2% drop rate on all monster. mvp normal etc.

Do i need to modify mob.txt also for this?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  120
  • Reputation:   53
  • Joined:  02/12/17
  • Last Seen:  

3 minutes ago, lexaeus said:

Thank you for your reply, Akkarin. I tried playing different % however I'm still getting 2% drop rate on all monster. mvp normal etc.

Do i need to modify mob.txt also for this?

Hello, you don't use %, you use number... I guess so.

Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3127
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

5 minutes ago, lexaeus said:

Do i need to modify mob.txt also for this?

No.

As i said, if you read the file, you'd see what you're doing is wrong.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  120
  • Reputation:   53
  • Joined:  02/12/17
  • Last Seen:  

9 minutes ago, Akkarin said:

No.

As i said, if you read the file, you'd see what you're doing is wrong.

Papa Akky is angry. Do not use percentage. You use mathematics on this one. If you want it to be at 2% then you two zeros at the right to make it 2% thus 200 means 2%. If you want it to be 50% then 50 and add two 0's to make it 50%. Instructions above it. 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  65
  • Reputation:   0
  • Joined:  03/03/17
  • Last Seen:  

Thank you very much Akkarin and Freya for accommodating all of my questions. It is now working cheers!

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  65
  • Reputation:   0
  • Joined:  03/03/17
  • Last Seen:  

13 minutes ago, Radian said:

 


// The rate at which cards are dropped
item_rate_card: 100000	// This one is for normal monsters
item_rate_card_boss: 20000	// this one is for the mini-boss monsters
item_rate_card_mvp: 50000	// this one is for the Boss monsters
item_drop_card_min: 1
item_drop_card_max: 10000

thank you Radian cheers!

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  65
  • Reputation:   0
  • Joined:  03/03/17
  • Last Seen:  

Hi Guys!

Sorry for another noob question. I though I already fixed the issue however it is still the same after I recompile :(

// The rate at which cards are dropped
item_rate_card: 100000  // originally it was set to 10000 only after I recompile drop rate became 0.50%
item_rate_card_boss: 20000
item_rate_card_mvp: 50000
item_drop_card_min: 1
item_drop_card_max: 10000

 

can some explain/show to me how to make it? 10% normal card 5% MVP card 2% for the Rare Card.

 

Thanks in advance

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

That was correct, and you dont need to recompile when changing the rates conf files inside the battle folder. you only need to use @reloadbattleconf

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  65
  • Reputation:   0
  • Joined:  03/03/17
  • Last Seen:  

Hi Radian,

It is still showing for the normal card 5% :(

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  65
  • Reputation:   0
  • Joined:  03/03/17
  • Last Seen:  

I changed it to 100000 and my drop rate for normal card is 5% :( I'm stuck

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

On 3/24/2017 at 8:47 PM, lexaeus said:

Thank you for your reply, Akkarin. I tried playing different % however I'm still getting 2% drop rate on all monster. mvp normal etc.

Do i need to modify mob.txt also for this?

try @reloadbattleconf or restart server

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