summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-20 06:23:15 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-20 06:23:15 +0000
commite5810bea65ae5edbf215b384705c65112a2d0483 (patch)
tree7d953eb66f2ce049a14bf14bd24befbf7c582ebc /doc/script_commands.txt
parentc18b1d1cf75c9bbb2d6927c53ef291bdd867ed1f (diff)
downloadhercules-e5810bea65ae5edbf215b384705c65112a2d0483.tar.gz
hercules-e5810bea65ae5edbf215b384705c65112a2d0483.tar.bz2
hercules-e5810bea65ae5edbf215b384705c65112a2d0483.tar.xz
hercules-e5810bea65ae5edbf215b384705c65112a2d0483.zip
- Updated some script command documentation.
- Added default Doxygen 1.7.1 config file. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15177 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/script_commands.txt')
-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 03c139a17..1404d57ac 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -3017,7 +3017,7 @@ castle. The data is read from 'db/castle_db.txt'.
---------------------------------------
-*getcastledata("<map name>",<type of data>)
+*getcastledata("<map name>",<type of data>{,<event>})
*setcastledata "<map name>",<type of data>,<value>;
This function returns the castle ownership information for the castle referred
@@ -3044,9 +3044,6 @@ Valid types of data are:
16 - Is 1 if the 7th guardian is present (Knight Guardian)
17 - Is 1 if the 8th guardian is present (Knight Guardian)
-18-25 types of data will return current hit point values for guardians 1-8
-respectively.
-
The 'setcastledata' command will behave identically, but instead of returning
values for the specified types of accessible data, it will alter them and cause
them to be sent to the char server for storage. Data type of 0 won't do
@@ -3064,7 +3061,7 @@ Refer to 'db/skill_db.txt' for the full list of skills. (GD_* are guild skills)
---------------------------------------
-*requestguildinfo <guild id>,"<event label>";
+*requestguildinfo <guild id>{,"<event label>"};
This command requests the guild data from the char server and merrily continues
with the execution. Whenever the guild information becomes available (which