Monsters drops
Hello I need help with monsters im using seose-bin.0.2.7b How to add monsters drop??? I kno With NPC.xini but how to add? What means item what means MaxCount plz tell me thanx for help :).
16 years, 2 weeks ago
|
Re: Monsters drops
Maxcount = max count of "such" item you chose they will drop
minCount = min count...
put on npc xini
/* Barbarian */
[npc11]
{
[drop] Item=69 Chance=5
[drop] Item=68 Chance=5
Barbarian = npc name
[npc11] = npc id
[drop] item=69 = item Id
16 years, 2 weeks ago
| |