summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkenpachi2k11 <kenpachi2k11@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-11 16:18:48 +0000
committerkenpachi2k11 <kenpachi2k11@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-11 16:18:48 +0000
commit338d99ce33637c33d20ceb636aebe0e25ab91665 (patch)
tree49fe266983209bce17a6860ac6fd38339152b848 /doc
parent1edd5a4a11df1b529206c2e599e99effdd4d1f51 (diff)
downloadhercules-338d99ce33637c33d20ceb636aebe0e25ab91665.tar.gz
hercules-338d99ce33637c33d20ceb636aebe0e25ab91665.tar.bz2
hercules-338d99ce33637c33d20ceb636aebe0e25ab91665.tar.xz
hercules-338d99ce33637c33d20ceb636aebe0e25ab91665.zip
Fixxed Mole Card bonus.(bugreport:2230)
Fixxed The Sign bonus.(bugreport:5116) Fixxed documentation for Guardian() and GuardianInfo script commands.(bugreport:5117) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15058 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 6ade12953..bcf269535 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -6030,7 +6030,7 @@ returns a guild id:
---------------------------------------
-*guardian("<map name>",<x>,<y>,"<name to show>",<mob id>,<amount>{,"<event label>"}{,<guardian index>})
+*guardian "<map name>",<x>,<y>,"<name to show>",<mob id>{,"<event label>"{,<guardian index>}};
This command is roughly equivalent to 'monster', but is meant to be used with
castle guardian monsters and will only work with them. It will set the guardian
@@ -6044,7 +6044,7 @@ Temporary guardians are not saved with the castle and can't be accessed by guard
---------------------------------------
-*guardianinfo("<map name>", <guardian number>, <type>)
+*guardianinfo("<map name>", <guardian number>, <type>);
This function will return various info about the specified guardian, or -1
if it fails for some reason. It is primarily used in the castle manager NPC.