Jump to content
  • 0

Drop Single Item


ProtoMan

Question


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  97
  • Reputation:   0
  • Joined:  01/06/13
  • Last Seen:  

Hello, I try to ask if anyone knew how to change the drop rate of a single item from a MOB.

For example if I wanted to add an item allIfrit with a 0.5% drop rate as I do?
I tried to edit the string and put item_db.txt ID first and then the drop rate, I tried to enter 1, 200, 50, 500 ... but me it always does drop to 100%.

I state that my server is a 3k-3k-1,5k, then with the modified drop.txt ... However, as the cards are that drop to 10% I can not change the other item?

I even replaced the drop of the card with this item and set 1 as a rate, however, is always Dropped to 100%.

How can I do?

Thanks in advance and sorry for my bad english <_> .

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

it's on mob_db. go to db/pre-re or db/re (depends on which do you use)/mob_db or /db/mob_db2 (for custom monsters or monsters that are not listed on mob_db)

 

// ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,aDelay,aMotion,dMotion,MEXP,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper

Edited by Winz
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  97
  • Reputation:   0
  • Joined:  01/06/13
  • Last Seen:  

I used it, but when I put the rate, only the MVP Drop run whit the my rate, the other drop at 100%

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

there's another configuration for drop rate too.

 

/conf/battle/drops.conf

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  97
  • Reputation:   0
  • Joined:  01/06/13
  • Last Seen:  

Yes but the drop.conf is for all items and not for only one, I think

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

then....

 

 

src/common/renewal/renewal.h:

 

renewal_drop : (change to) 0

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