money drop
how do i make npcs to drop money?
16 years, 19 weeks ago
|
Scott
Joined: 4th Sep 2008
Posts: 1806
Re: money drop
Depends on the server software, it's item 1.
16 years, 19 weeks ago
|
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
|
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
|
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
|
Phive
Joined: 3rd Apr 2009
Posts: 50
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
|
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
|
Smaily
Joined: 24th May 2009
Posts: 46
Re: money drop
Most likely somewhere in the end you dont have }
16 years, 19 weeks ago
|
nolenz
Joined: 7th Feb 2010
Posts: 6
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
|
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
|
Milo

Joined: 29th Jan 2010
Posts: 81
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
|
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
|
Milo

Joined: 29th Jan 2010
Posts: 81
Re: money drop
Whats your drop in Seose.xini ? [rates]
16 years, 18 weeks ago
|
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
| | | | | | | | | | | | | | |