Jump to content
  • 0

Custom drop rate on certain item


donkeyg

Question


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

Hi, i am making Custom drop rate on certain item, my server min EQ drop rate is 5% . but i wan to make Bone helm drop rate is 2% on my custom monster.

so, i add it in mob_item_ratio

5017,100.3011

"3011 is my custom mob id"

and then i @reloadmobdb, and type @mi 3011, the mob still drop with 5%... please help me

Link to comment
Share on other sites

12 answers to this question

Recommended Posts


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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

?

hmm. did u see my previous post, i had written it and tried @reloadmobdb=.=

Link to comment
Share on other sites


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

/swt ...

your trunk/db/mob_item_ratio.txt

5017,100.3011

my trunk/db/mob_item_ratio.txt

5017,100,3011

you are the 1 who should see your 1st post clearly...

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

/swt ...

your trunk/db/mob_item_ratio.txt

5017,100.3011

my trunk/db/mob_item_ratio.txt

5017,100,3011

you are the 1 who should see your 1st post clearly...

oh sorry, in my itemratio db it nos put "." , is put "," lol.. but when i post here i dono why it change to "full stop" haha. sorry.

by the way, stil same even i @reloadmobdb

my mob_db

3011,CHUNG_E,Chung E,Green

3011,CHUNG_E,Chung E,Green Maiden,49,23900,0,2156,894,1,460,1050,8,15,38,65,43,30,90,15,10,12,1,7,40,0x3695,170,1728,816,1188,0,0,0,0,0,0,0,5690,50,30723,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0

mob item ratio

5690,10,3011

battle conf

// The rate at which equipment is dropped.
item_rate_equip: 50000
item_rate_equip_boss: 100
item_drop_equip_min: 500
item_drop_equip_max: 10000

Edited by donkeyg
Link to comment
Share on other sites


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

i belive it should be

5690,1000,3011

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

i belive it should be

5690,1000,3011

still the same.. 5% drop rate from Green maiden.

3011 monsterid is my custom monster ID

Link to comment
Share on other sites


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

5690,400,3011

just play around with the calculations..

0.50% x 4.00 = 2.00%

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

5690,400,3011

just play around with the calculations..

0.50% x 4.00 = 2.00%

eveni make

5690,50,3011

still the same.. it still makes the lowest drop rate is 5%=.=.........

Bumpp.. need it urgent..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

bump[ppp

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:  

mob_item_ratio.txt

// Specific Item Drop Ratio Database

...

// - Does not override item_drop_*_min/max settings.

That means drop rate can't be lower than your item_drop_*_min, you must change your item_drop_*_min setting

Edited by Capuche
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

mob_item_ratio.txt

// Specific Item Drop Ratio Database

...

// - Does not override item_drop_*_min/max settings.

That means drop rate can't be lower than your item_drop_*_min, you must change your item_drop_*_min setting

then what's the different modify in mob_db and item_ratio.txt?

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:  

None. But you can change one item drop rate for all monster in one go in mob_item_ratio.txt. Much faster than modify in mob_db

 

I just read the comment in mob_item_ratio file, no more.

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