From 2d0f237648c03b061d191089331fb63a2df6961d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 May 2018 18:49:40 +0300 Subject: Update from hercules. Update constants and script commands. --- server/scripts/constants.md | 11 +++++++++++ server/scripts/script_commands.txt | 13 +++++++++++++ 2 files changed, 24 insertions(+) (limited to 'server') 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() + +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 -- cgit v1.2.3-70-g09d2