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
|
Callum

Joined: 16th Oct 2011
Posts: 609
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
|
Re: Drop probelm
Not if it's seose local host XD ---
Something I do instead of sleeping
13 years, 24 weeks ago
|
Yukio

Joined: 19th Aug 2012
Posts: 776
Re: Drop probelm
Is there a given instruction like on EOsource? ---
56616C68616C6C612053746F7279
13 years, 24 weeks ago
|
Callum

Joined: 16th Oct 2011
Posts: 609
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
|
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
|
make

Joined: 8th Sep 2010
Posts: 674
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
|
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
|
Callum

Joined: 16th Oct 2011
Posts: 609
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
| | | | | | | | |