EOSERV Forum > Seose > Npc.xini file drops need help
Topic is locked.
Page: << 1 >>
Npc.xini file drops need help
Author Message
Post #12879 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
Post #12898 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
Post #12903 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
Post #12960 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
Post #12964 Re: Npc.xini file drops need help

Try Chance= not chance= .

16 years, 50 weeks ago
Post #13003 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
Page: << 1 >>
Topic is locked.
EOSERV Forum > Seose > Npc.xini file drops need help