Topic is locked.
Page: << 1 >>
money drop
Author Message
Post #32648 money drop

how do i make npcs to drop money?

16 years, 19 weeks ago
Post #32649 Re: money drop

Depends on the server software, it's item 1.

16 years, 19 weeks ago
Post #32650 Re: money drop

im using seose i know but how do i make it what do i gutta put in the NPC xinin file

16 years, 19 weeks ago
Post #32652 Re: money drop

  /* Monster */
  [npc**]
  {
    [drop] Item=1 MinCount=*** MaxCount=***
  }

There you go
At npc** put npc id
At the mincount=*** you replace *** with amount of money

Example :
  /* Monster */
  [npc9]
  {
    [drop] Item=1 MinCount=100 MaxCount=200
  }

16 years, 19 weeks ago
Post #32654 Re: money drop

t

EDITED-ok so i did that dosent work for me and some monsters have this item=1 chnace=1 help me out

16 years, 19 weeks ago
Post #32662 Re: money drop

If you set chance to 10 the drop money every kill. But I don't know what you want to know

16 years, 19 weeks ago
Post #32668 Re: money drop

EDITED-ok the problom is that i put the chance as 10 and the monsters still dont drop the gold

16 years, 19 weeks ago
Post #32670 Re: money drop

Most likely somewhere in the end you dont have }

16 years, 19 weeks ago
Post #32735 Re: money drop

ok i had the same problem a while ago xD so this is wat ur gonna do go into data then into  npc.xini

then ctrl+f or find then type in monster for example crow:

  {
    [drop] Item=1 Chance=100
    [drop] MinCount=50000 MaxCount=50100 Chance=100
  }

thts gold wich will make it drop 50k atleast and 50.1k max and this will happen all the time and say if u dont want gold and u want like health potions then do item=4 Chance= (1= not often - 100 = all the time) then for min count do idk if u want 100 atleast to drop then to mincount=100 and ifuwant max 150 then do = max=150 and the chance only matters if u want the npc to obey that all the time so do atleast 5 for chance i recommend hope this helped


16 years, 19 weeks ago
Post #32877 Re: money drop

dosent work look this is my dragon npc how it looks


 /* Dragon */
  [npc225]
  {
    [drop] Item=456 Chance=5
    [drop] Item=457 Chance=1
    [drop] Item=458 Chance=5
    [drop] Item=459 Chance=5
    [drop] Item=470 Chance=5
    [drop] Item=1 Chance=100
    [drop] Item=1 Mincount=300000 Maxcount=500000 Chance=100
  }

16 years, 18 weeks ago
Post #32879 Re: money drop

Tested and works fine.

 /* Dragon */
  [npc225]
  {
    [drop] Item=456 Chance=5
    [drop] Item=457 Chance=1
    [drop] Item=458 Chance=5
    [drop] Item=459 Chance=5
    [drop] Item=470 Chance=5
    [drop] Mincount=300000 Maxcount=500000 Chance=100
  }


There is no need for [drop] Item=1
Just [drop] Mincount=### Maxcount=###

16 years, 18 weeks ago
Post #32880 Re: money drop

EDITED-

  /* Dragon */
  [npc225]
  {
    [drop] Item=456 Chance=5
    [drop] Item=457 Chance=1
    [drop] Item=458 Chance=5
    [drop] Item=459 Chance=5
    [drop] Item=470 Chance=5
    [drop] Mincount=300000 Maxcount=5000000 Chance=100
    
  }


dosent work i spawned one and dosent work
16 years, 18 weeks ago
Post #32881 Re: money drop

Whats your drop in Seose.xini ? [rates]

16 years, 18 weeks ago
Post #32882 Re: money drop

i think i see the problom it was 1 in my rate i put it to 100

16 years, 18 weeks ago
Page: << 1 >>
Topic is locked.