how do i change drops in a map?

02/08/2011 18:15 Burn4#1
how do i change the drops of a map? like DD2 are droping OP's?

or map 2 are droping lapisia

thx for the help :handsdown:
02/09/2011 01:37 DarkAngel71#2
there are some tutorials on how to make ur own changes ... use search !
02/09/2011 02:07 castor4878#3
eaiser way:

get the MobID of the mob to be changed.
look for records with that MobID in the PS_GameDefs.dbo.MobItems table
change the Grade value to the one of the items to be dropped (read from PS_GameDefs.dbo.Items table for that items)
(you may want to change the DropRate also)

important: you do not specify the ItemID of an unique item but a Grade, any items with that Grade can be dropped with the ""same"" chance.
if you want to have several drops for 1 kill or an unique drop from a list of items where each of them has its own drop rate, you must use a definition in the PSM_Client/bin/data/ItemCreate.ini file - some existing threads deal with these modifs.