summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-12 15:33:29 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-12 15:33:29 +0000
commit478427b21698e12a1effda8aad29cb2ed5038c05 (patch)
tree8e728dc6c45c2b67770e2a30d40f8cf2e9c18cc0 /doc
parent03a7616c3868c87c6aa86aeaaeae63c946636334 (diff)
downloadhercules-478427b21698e12a1effda8aad29cb2ed5038c05.tar.gz
hercules-478427b21698e12a1effda8aad29cb2ed5038c05.tar.bz2
hercules-478427b21698e12a1effda8aad29cb2ed5038c05.tar.xz
hercules-478427b21698e12a1effda8aad29cb2ed5038c05.zip
Corrected cashshop description. (#FREEPOINTS->#KAFRAPOINTS)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12348 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 24bf4beb6..3cc0096a7 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -4,7 +4,7 @@
//= A reference manual for the eAthena scripting language.
//= Commands are sorted depending on their functionality.
//===== Version ===========================================
-//= 3.16.20080229
+//= 3.17.20080312
//=========================================================
//= 1.0 - First release, filled will as much info as I could
//= remember or figure out, most likely there are errors,
@@ -104,6 +104,8 @@
//= 3.16.20080229
//= Updated 'Shop' NPC type description to include cashshop. [L0ne_W0lf]
//= Woopth. Fixed spelling. ;P Should be a bit clearer now. [L0ne_W0lf]
+//= 3.17.20080312
+//= Corrected cashshop description. (#FREEPOINTS->#KAFRAPOINTS) [L0ne_W0lf]
//=========================================================
This document is a reference manual for all the scripting commands and functions
@@ -388,7 +390,7 @@ prices for items in different shops.
Since trunk r12264 you can alternatively use "cashshop" in place of "shop"
to use the Cash Shop interface, allowing you to buy items with special points
-(Currently stored as account vars in global_reg #CASHPOINTS and #FREEPOINTS.)
+(Currently stored as account vars in global_reg #CASHPOINTS and #KAFRAPOINTS.)
This type of shop will not allow you to sell items at it, you may only
purchase items here. The layout used to define sale items still count, and
"<price>" refers to how many points will be spent purchasing the them.