RpgEssentials icon indicating copy to clipboard operation
RpgEssentials copied to clipboard

Store and Custom Store

Open LiqwdE opened this issue 13 years ago • 1 comments

When I make a store it asks for name, the only name i can get to work is All. Which i dont really mind, but in the store there are items for free (which have a price in the config) but for some reason i cant get prices to match. Ive tried changing prices, moving items, making unbuyable, and removing them completely... Any Ideas?

Second, How in the world do you make a custom store?

I would also like to make a request for up coming version, a Good Wiki/Manual with instructions.

LiqwdE avatar Dec 31 '12 05:12 LiqwdE

Making custom stores is pretty easy. Go to RpgStore folder, and look for customstores.yml. There, you can make a list like this: Bakery: '297': Sell Able: true Buy Able: true Buy Price: 10 Sell Price: 5

Where Bakery is the NAME OF THE STORE, when it asks for the name, either you put "Bakery" in this case, or "all" for a general store. Then, the number "297" is the item ID and the rest of the options explain by themselves.

Hope this helped :)

frannoriega avatar Mar 21 '13 02:03 frannoriega