Settings and Setup file
The different customization options the plugin has to offer.
Settings
Since v1.4.0 giving each setting you want to use for a Mart of Shelf Event has changed a bit and it should be a lot easier now as the order you give the settings don't even matter anymore. (Except for the item list which should always come first.)
I'll explain the different possibilities of arguments you may give or not give to the mart command.
Using the example from Setting up a Mart Event.
Each individual argument is explained in it's respective Settings Page in this guide.
The first command we can add is a speech: "string"
that let us use a Seller Class.
The NPC will now use the speeches setup in ProSeller, again this is explained on the Seller Classes Page.
The second command we can add is a useCat: Boolean
which is either true
or false
and let us either enable or disable the Item Categories.
The third command we can add is a discount: Number
which refers to a Game Variable ID. This is explained on the Discounts page.
The fourth (new) command we can add is another currency: "string"
to set the Currency the mart should use. The current possible values are: "money", "gold", "coins", "battle points" and "bp"
(with of course money and gold being the same as well as battle points and bp).
The fifth command we can add is cantSell: Boolean
to disable Selling. This is disabled by default.
The only settings that can't be used for a shelf event are useCat
and cantSell
. All the other settings are exactly the same as well as how to apply them.
Last updated