summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-08 12:03:44 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-08 12:03:44 -0300
commit1a92a7784ab84f4bae47f0d659573c4263ba404d (patch)
tree8415af5d5d0674aa86bbad820c6cd2e9a07ec75d
parent947909920eb5d56a5c3fcd17aac74c8c97db4aa5 (diff)
downloaddocs-1a92a7784ab84f4bae47f0d659573c4263ba404d.tar.gz
docs-1a92a7784ab84f4bae47f0d659573c4263ba404d.tar.bz2
docs-1a92a7784ab84f4bae47f0d659573c4263ba404d.tar.xz
docs-1a92a7784ab84f4bae47f0d659573c4263ba404d.zip
Update openstorage() documentation
-rw-r--r--server/scripts/script_commands.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/server/scripts/script_commands.txt b/server/scripts/script_commands.txt
index 9c76e4e..1aa0f3a 100644
--- a/server/scripts/script_commands.txt
+++ b/server/scripts/script_commands.txt
@@ -5423,7 +5423,7 @@ has no gear, script will be terminated with an error.
//=====================================
---------------------------------------
-*openstorage()
+*openstorage({<storage_id>, <storage_mode>})
This will open character's Kafra storage window on the client connected to
the invoking character. It can be used from any kind of NPC or item
@@ -5438,6 +5438,12 @@ storage window, to avoid any disruption when both windows overlap.
openstorage();
end;
+Storage Modes:
+ STORAGE_ACCESS_VIEW // View storage only
+ STORAGE_ACCESS_GET // Allow getting items from storage.
+ STORAGE_ACCESS_PUT // Allow putting items to storage.
+ STORAGE_ACCESS_ALL // Allow all actions.
+
---------------------------------------
*openmail()