EOSERV Forum > Seose > Making Monster drop stuff
Topic is locked.
Page: << 1 >>
Making Monster drop stuff
Author Message
Post #84802 Making Monster drop stuff

How di make monsters drop stuff :S

12 years, 45 weeks ago
Post #84803 Re: Making Monster drop stuff

Do not type like lul u do dis way and dat way =P it's hard for other people to understand. And If its seose open NPC.xini


and setup like this
/* Barbarian */ // name of NPC
  [npc11] // id of npc
  {
    [drop] Item=69 Chance=5 //item 1
    [drop] Item=68 Chance=5 //item 2
    [drop] Item=67 Chance=5 //item 3

remove the // when adding it in i just did that for showing what it is. just add another [drop] and edit it from the ones above. Hope this helped.
---
stay tuned.
12 years, 45 weeks ago
Post #84819 Re: Making Monster drop stuff

Thxs it worked :D

12 years, 45 weeks ago
Post #84828 Re: Making Monster drop stuff

any time =)

---
stay tuned.
12 years, 45 weeks ago
Post #84899 Re: Making Monster drop stuff

not to be a troll or sound like a dick, but you guys need to be doing it like this. it makes things easier and simpler to find your errors when you get a typo.

/* Mummy */
  [npc4]
  {
    [drop] Item= 1 MinCount= 1 MaxCount= 40 Chance= 40
    [drop] Item= 251 MinCount= 1 MaxCount= 1 Chance= 3
   }

---
Think Outside The Box.

..............Skids in my Undies........
...............Cut And Paste............
12 years, 45 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Seose > Making Monster drop stuff