Npc.xini file drops need help
Ok i need help i have it typed out like this so sheep can drop stuff but its not working
/* Sheep */
[npc170]
{
[drop] Item=1 MinCount=20000 MaxCount=30000 chance=100
}
And i also tried this
/* sheep*/
[npc170]
{
[drop] Item=1
[drop] MinCount=20000 MaxCount=30000 Chance=100
}
But with out all the spaces Please help somone
16 years, 50 weeks ago
|
murrakay
Joined: 27th Jun 2009
Posts: 12
Re: Npc.xini file drops need help
about that
/* Sheep */
[npc170]
{
[drop] MinCount=25000 MaxCount=30000 Chance=20
}
[drop] MinCount=25000 MaxCount=30000 Chance=20
about that above doesnt seem right.... lets try... [drop] Item=1 MaxCount=30000 chance=20
hope this works or if [drop] Item(ID)=1 <--u can add that and post if it works
16 years, 50 weeks ago
|
andy1550

Joined: 26th Jun 2009
Posts: 158
Re: Npc.xini file drops need help
Ok if u go here u will find a full NPC drops list http://www.megaupload.com/?d=GR25I7RC
Then u will put it on The DRops Section u need to take out the ItemsID / and put Just Item If u follow this u wouldn't haave any problems
16 years, 50 weeks ago
|
Re: Npc.xini file drops need help
This is how i have it set for sheep to drop money
/* Sheep */
[npc170]
{
[drop] Item=1 MaxCount=500 chance=20
}
It's still not working anybody know whats wrong?
16 years, 50 weeks ago
|
Re: Npc.xini file drops need help
Try Chance= not chance= .
16 years, 50 weeks ago
|
Re: Npc.xini file drops need help
Ok i changed he c to C and it looks like this and it sitll wont work
/* Sheep */
[npc170]
{
[drop] Item=1 MaxCount=45000 Chance=100
}
16 years, 50 weeks ago
| | | | | |