Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store and Custom Store #134

Open
LiqwdE opened this issue Dec 31, 2012 · 1 comment
Open

Store and Custom Store #134

LiqwdE opened this issue Dec 31, 2012 · 1 comment

Comments

@LiqwdE
Copy link

LiqwdE commented Dec 31, 2012

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.

@frannoriega
Copy link

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants