Our website is made possible by displaying online advertisements to our visitors.
Please consider supporting us by disabling your ad blocker.

OpenSimWorld is the directory of 3D Virtual Worlds based on OpenSimulator and connected through the HyperGrid. Learn More

OK FOLKS! :D

Here is the notecard that I am referring to that is inside the barrel.

I'm going to explain this to you as if you wanted to start out with a barrel that has 25 items in it to start off with.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

# What level should storage start at when rezzed
INITIAL_LEVEL=5000
#
# How much is taken/added on use
ONE_PART=1
#
# How many days before level drops 1 part
DROP_TIME=28
#
# What is the maximum this store can hold (100 gives stock levels in %, greater than 100 gives levels as e.g. 25/110 )
MAX_FILL=5000
#
# ASC for ascending (A to Z) or DEC for descending (Z to A) sorting
SORTDIR=ASC
#
# Offset to rez item
REZ_POSITION=
#
# How far to scan for items
SENSOR_DISTANCE=95
#
# Region product share. All shares with everyone, Group only with same group, None no sharing
SHARE_MODE=All
#
# Set to 1 to allow any member of the group to use the 'Add Stock' menu button, 0 to only allow owner
GROUP_STOCK_ADD=1
#
#Float text colour - set as color vector or use OFF for no float text
TXT_COLOR=
#
# Brightness of text 1 to 10 (10 is maximum brightness)
TXT_BRIGHT=10
#
# If your products start with a different prefix set it here
SF_PREFIX=SF
#
# Default language
LANG=en-GB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This is the first line on the notecard:

# What level should storage start at when rezzed
INITIAL_LEVEL=5000
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Where it says INITIAL_LEVEL=5000