EOSERV Forum > Client Editing > Drop probelm
Topic is locked.
Page: << 1 >>
Drop probelm
Author Message
Post #179744 Drop probelm

Okay, I changed and saved what a goat drop then restarted the server but the goat won't drop anything now. did i mess something up? o-o

  /* Goat */

  [npc7]

  {

    [drop] Item=144 Chance=5

    [drop] MinCount=10 Maxcount=100

    [drop] Item=151 Chance=5

    [drop] Item=21  Chance=5

  }


---
Something I do instead of sleeping
13 years, 24 weeks ago
Post #179746 Re: Drop probelm


shouldn't drops be like 257 = itemid,mindrop,maxdrop,amount ???

 

EDIT: just realised your MaxCount doesn't have a capital C.

13 years, 24 weeks ago
Post #179747 Re: Drop probelm

Not if it's seose local host XD

---
Something I do instead of sleeping
13 years, 24 weeks ago
Post #179748 Re: Drop probelm

Is there a given instruction like on EOsource?

---
56616C68616C6C612053746F7279
13 years, 24 weeks ago
Post #179751 Re: Drop probelm


this is from Seose:

/* Princess */
  [npc151]
  {
    [drop] ItemID=222 Chance=20
    [drop] ItemID=286 Chance=20
  }

so I'm guessing you would just add MinAmount=1 and MaxAmount=2  between the ItemId and Chance :

/* Princess */
[npc151]
{
[drop] ItemID=222 MinAmount=1 MaxAmount=2 Chance=20
[drop] ItemID=286 Chance=20
}

13 years, 24 weeks ago
Post #179755 Re: Drop probelm

It's MinCount= MaxCount=

And they don't go in-between it. It would be like this. I know how to do this stuff.. It's just i dont think seose is reading it right.

  /* NPC EXAMPLE */

 [npcid 101]

 {

 [drop] Item=1 MinCount=100 Maxcount= 1000

 [drop] Item=2 Chance=5 Mincount=1 MaxCount=5

}

---
Something I do instead of sleeping
13 years, 24 weeks ago
Post #179757 Re: Drop probelm

seose realy?

and each line should stay in the same format

[drop] Item=222 MinCount=1 Maxcount= Chance=20

[drop] Item=1 MinCount=1 Maxcount= Chance=80

been years but know it needs chance in every one to work right

 

---
Think Outside The Box.

..............Skids in my Undies........
...............Cut And Paste............
13 years, 24 weeks ago
Post #179760 Re: Drop probelm

I'd do eosource.. but idk how to change npc crafts and drops etc there xP

---
Something I do instead of sleeping
13 years, 24 weeks ago
Post #179763 Re: Drop probelm


I did post an edit But um. Have you tried changing the c to a capital in the MaxCount=amount.

 

13 years, 24 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Client Editing > Drop probelm