using dragonseth files:
http://forum.ragezone.com/f197/relea...s9-e2-1143725/
how do I do drop manager from specific monster? I want that the Cursed lich will drop gemstone + harmoney + all the regular drop
how i do that?
tried to edit igc_dropmanager like this:
PHP Code:
<DropManager DropUseRate="500000">
<Monster Index="34" MonsterMinLevel="-1" MonsterMaxLevel="-1" MapNumber="-1" ItemRate="10000" ItemCount="1" CoinReward="0" CoinType="0" CoinValue="100" PlayerMinLevel="1" PlayerMaxLevel="MAX"><Item Cat="14" Index="13" ItemMinLevel="0" ItemMaxLevel="0" Durability="-1" Skill="0" Luck="0" Option="0" Exc="0" SetItem="0" SocketCount="0" ElementalItem="0" DropRate="1" />
</Monster>
</DropManager>
and sadly that didnt work!
2. how do I remove a specific item from droplist of a monster?
lets say the spider drop's an "Pad Boot" and I want to remove this item from the drop, how I do that?