Picking
Adding more PICKING LOCATIONS
Adding more
picking locations
is very simple via theconfig.lua
file in theConfig.Picking
sectionTo add other shop target zones simply add your
ShopName
as theykey
and then customize thevalues
to suit your server needs inConfig.Picking
The target event requires args being passed which is the
ShopName
and thestrain
To add more strains you will need to modify the following event in
server/funcs.lua
Whatever you name your strain in the config file, you must ensure it matches here in the
strainItems
tableYou must also ensure the item that the new strain gives must be in your items.lua file
Last updated