summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-05-07 00:13:15 +0200
committerGitHub <noreply@github.com>2018-05-07 00:13:15 +0200
commit614d7b66475f58dfb6354b57ca14999cc8c1b687 (patch)
treede881b6a6ad275c088e43b1388267e14d9e0cb52 /doc
parent0903ea0b82614d127672b0c5ab3d8ca8049e0d87 (diff)
parent394e7f8752ae7c80786e202c8b859488db1af363 (diff)
downloadhercules-614d7b66475f58dfb6354b57ca14999cc8c1b687.tar.gz
hercules-614d7b66475f58dfb6354b57ca14999cc8c1b687.tar.bz2
hercules-614d7b66475f58dfb6354b57ca14999cc8c1b687.tar.xz
hercules-614d7b66475f58dfb6354b57ca14999cc8c1b687.zip
Merge pull request #1998 from Asheraf/private_airship
Implementation of Private AirShip
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index d69322745..aa0fea31c 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -9994,4 +9994,17 @@ Enables the Emblem of the given Clan to the current NPC
//=====================================
13 - End of Clan System Related Commands
//=====================================
+---------------------------------------
+
+*airship_respond(<flag>)
+
+Send client respond to different private airship status.
+the available flags are:
+ P_AIRSHIP_NONE
+ P_AIRSHIP_RETRY
+ P_AIRSHIP_INVALID_START_MAP
+ P_AIRSHIP_INVALID_END_MAP
+ P_AIRSHIP_ITEM_NOT_ENOUGH
+ P_AIRSHIP_ITEM_INVALID
+
--------------------------------------- \ No newline at end of file