summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStreusel <streusel@gravity.co.kr>2014-05-05 18:32:26 -0700
committerStreusel <streusel@gravity.co.kr>2014-05-05 18:32:26 -0700
commit9cf6b362a0d5e2f52c017d747c0fa8f69a1a273f (patch)
tree7aaf14173f6e42992d2b921e8886ae40d30e71bf
parent1bcbc578182d65929e0d846dceab94010d579b18 (diff)
downloadhercules-9cf6b362a0d5e2f52c017d747c0fa8f69a1a273f.tar.gz
hercules-9cf6b362a0d5e2f52c017d747c0fa8f69a1a273f.tar.bz2
hercules-9cf6b362a0d5e2f52c017d747c0fa8f69a1a273f.tar.xz
hercules-9cf6b362a0d5e2f52c017d747c0fa8f69a1a273f.zip
Removed global_reg_value leftovers.
-rw-r--r--doc/script_commands.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index e8069cb0b..53edd191c 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -294,7 +294,7 @@ create differing prices for items in different shops.
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 #KAFRAPOINTS). This
+stored as account vars in #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.
@@ -440,8 +440,7 @@ temporary - They cease to exist when the server resets.
Prefix: scope and extent
nothing - A permanent variable attached to the character, the default
- variable type. They are stored with all the account data in the
- `global_reg_value` table using type 3.
+ variable type.
"@" - A temporary variable attached to the character.
They disappear when the character logs out.
"$" - A global permanent variable.
@@ -466,9 +465,7 @@ nothing - A permanent variable attached to the character, the default
These are used with the instancing system, and are unique to
each party's instance.
"#" - A permanent local account variable.
- They are stored in the 'global_reg_value' table using type 2.
"##" - A permanent global account variable stored by the login server.
- They are stored in the 'global_reg_value' table, using type 1.
The only difference you will note from normal # variables is
when you have multiple char-servers connected to the same
login-server. The # variables are unique to each char-server,