Msmadu

Joined: 19th Jul 2009
Posts: 311
Re: NPC witch doesnt buy stuff
It is possible to make witch buy and sell items, go into your npc file and scroll down until you see " /* Witch */ [npc36] " Under that it will have [shop] Item= Sell= if you would like to change the item she sells put the item id after Item=( id here ), if you would like to change the
cost of the item you put a price after Sell=( cost here ) and when ever your are adding a new item make sure the [shop] is in line with the others Example:
[shop] Item=1 Sell=100
[shop] Item=2 Sell=200
There are no space in between them.
P.S. The witch should buy anything that it sells..
16 years, 16 weeks ago
|
nacho18
Joined: 6th Mar 2010
Posts: 8
Re: NPC witch doesnt buy stuff
Thank you very much. Now is buying ^^
16 years, 16 weeks ago
|
Msmadu

Joined: 19th Jul 2009
Posts: 311
Re: NPC witch doesnt buy stuff
No problem, if there is anything you need help with post here, people will be more than happy to answer and help you :).
16 years, 16 weeks ago
|
Arcanite

Joined: 25th Jan 2010
Posts: 19
Re: NPC witch doesnt buy stuff
After you have added the items for sale to the witch, if you want the buy price higher or lower
can edit this in your Seose.Xini
[Rates]
Buy = 50 /* % Of the sell cost a shop keeper will buy an item back */
16 years, 16 weeks ago
|
Casoni

Joined: 14th Jul 2009
Posts: 563
Re: NPC witch doesnt buy stuff
you can also set it so she will buy a particular item even if she does not sell it
/*witch*/
[npc#]
{
[shop] Item=2 Buy=100
}
16 years, 15 weeks ago
| | | | |