[HELP] how to change mobs drop ?

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 3, 2007
Messages
70
Reaction score
0
Location
Penang
i noe it is in drops_data . I noe i nid to change the item id. But wat is the id format?

i dunno wat is this lol
10102,10121,12081,12071,3007,5007,8402,8163,3213,3610,8501

i noe it means this monster can drop 10102 and others
but i dunno wat is 10102
i only noe the /item id list .

so how do i convert it
 
this is my candle ghost drop list , but it wont drop skill.

item id
10106,10123,12083,12073,2009,3009,8008,8306,5237,3236,8916,10788,10774,10775,10773,10756,10790,10781,10724,10702,10695,10680,10686,10691,10679,10649,10615,10650,10629,10830,10835,110834,10844

probability
76403,20000,1251,313,782,782,104,104,125,125,10,90000,90000,90000,90000,90000,90000,90000,90000,90000,90000,90000,90000,90000,90000,90000,90000,90000,90000,90000,90000,90000,90000
 
ok how u have each set to 90000 the skills drops 1 out of 90000 times, but since u have it on every one it can not calculate the drop, use this:

set it to generate how ever many probability's u need, in this case 22 if im not mistaken, then set the value, i would put this as... 10000 and 100000, the amount of columns doesn't matter, just use the random numbers as probabilities.

hope this helps =P


use this:
76403,20000,1251,313,782,782,104,104,125,125,10,38532,25237,14761,51903,65289,58579,35860,79956,85308,14892,5724,89420,51662,13430,59825,80134,42024,68546,52545,33328,40581,84116

tell me if that works out for ya
 
Open NPC_DATA,found table "DROP ID" and change with id of new item!
 
i change the probability to

76403,20000,1251,313,782,782,104,104,125,125,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10

and it still didnt drop
 
use this:
76403,20000,1251,313,782,782,104,104,125,125,10,38532,25237,14761,51903,65289,58579,35860,79956,85308,14892,5724,89420,51662,13430,59825,80134,42024,68546,52545,33328,40581,84116

tell me if that works out for ya

i used urs and it only drops 1 for my mod . i killed over 20 and still didnt drop lol . and can u explain to me wat is

drop_type=400 <<<<< dunno wat is this
 
btw the mon id i'm using is 251 for ghost. And one of my friend told me to use 731 . Do i hav to add 731 to the drop_data ?
 
Open NPC_DATA,found table "DROP ID" and change with id of new item!
k ignor this cause the guy didnt even bother to read the other damn posts.

use this as the probability:
76403,20000,1251,313,782,782,104,104,125,125,10,38 532,25237,14761,51903,65289,58579,35860,79956,8530 8,14892,5724,89420,51662,13430,59825,80134,42024,6 8546,52545,33328,40581,84116

when u use the same number over and over the server cant calculate it between the items.
 
Status
Not open for further replies.
Back