summaryrefslogtreecommitdiff
path: root/db/cashshop_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/cashshop_db.conf')
-rw-r--r--db/cashshop_db.conf14
1 files changed, 12 insertions, 2 deletions
diff --git a/db/cashshop_db.conf b/db/cashshop_db.conf
index 381d898e0..7f1d4f5d6 100644
--- a/db/cashshop_db.conf
+++ b/db/cashshop_db.conf
@@ -7,8 +7,18 @@
//= \_| |_/\___|_| \___|\__,_|_|\___||___/
//=
//= http://hercules.ws/board/
-//====================================================
+//================= More Information =================
//= http://hercules.ws/board/topic/367-introducing-cash-shop-support/
+//====================================================
+// This file handles the entire Cashshop. You can simply
+// add in any amount of items you like within each category.
+// Please keep in mind that the Cashshop does not work
+// with ragexere clients.
+// Categories can be empty or even missing, but, if
+// present, their names must be kept as cat_<n>, where
+// <n> is a valid tab index, as descripbed in 'enum
+// CASH_SHOP_TABS' in clif.c (normally 0 through 7)
+//====================================================
cash_shop: (
{
@@ -52,4 +62,4 @@ cash_shop: (
ID907:500
}
}
-) \ No newline at end of file
+)