summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-05-18 18:49:40 +0300
committerAndrei Karas <akaras@inbox.ru>2018-05-18 18:49:40 +0300
commit2d0f237648c03b061d191089331fb63a2df6961d (patch)
tree3bfbc37ae4753b4ef234c2737923c771e17dea2c
parente3bc4c8ee86e3474cf8ec29cde9154f2f5fec166 (diff)
downloaddocs-2d0f237648c03b061d191089331fb63a2df6961d.tar.gz
docs-2d0f237648c03b061d191089331fb63a2df6961d.tar.bz2
docs-2d0f237648c03b061d191089331fb63a2df6961d.tar.xz
docs-2d0f237648c03b061d191089331fb63a2df6961d.zip
Update from hercules.
Update constants and script commands.
-rw-r--r--server/scripts/constants.md11
-rw-r--r--server/scripts/script_commands.txt13
2 files changed, 24 insertions, 0 deletions
diff --git a/server/scripts/constants.md b/server/scripts/constants.md
index 7ed53c4..f4ffaf2 100644
--- a/server/scripts/constants.md
+++ b/server/scripts/constants.md
@@ -360,6 +360,8 @@
- `mf_nocashshop`: 54
- `mf_noautoloot`: 55
- `mf_noviewid`: 56
+- `mf_pairship_startable`: 57
+- `mf_pairship_endable`: 58
### Cell Properties
@@ -4219,6 +4221,15 @@
- `MST_AROUND4`: 12
- `MST_AROUND`: 12
+### private airship responds
+
+- `P_AIRSHIP_NONE`: 0
+- `P_AIRSHIP_RETRY`: 1
+- `P_AIRSHIP_INVALID_START_MAP`: 2
+- `P_AIRSHIP_INVALID_END_MAP`: 3
+- `P_AIRSHIP_ITEM_NOT_ENOUGH`: 4
+- `P_AIRSHIP_ITEM_INVALID`: 5
+
### Renewal
- `RENEWAL`: 1
diff --git a/server/scripts/script_commands.txt b/server/scripts/script_commands.txt
index d693227..aa0fea3 100644
--- a/server/scripts/script_commands.txt
+++ b/server/scripts/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