diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-05-18 18:49:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-05-18 18:49:40 +0300 |
commit | 2d0f237648c03b061d191089331fb63a2df6961d (patch) | |
tree | 3bfbc37ae4753b4ef234c2737923c771e17dea2c /server/scripts/constants.md | |
parent | e3bc4c8ee86e3474cf8ec29cde9154f2f5fec166 (diff) | |
download | docs-2d0f237648c03b061d191089331fb63a2df6961d.tar.gz docs-2d0f237648c03b061d191089331fb63a2df6961d.tar.bz2 docs-2d0f237648c03b061d191089331fb63a2df6961d.tar.xz docs-2d0f237648c03b061d191089331fb63a2df6961d.zip |
Update from hercules.
Update constants and script commands.
Diffstat (limited to 'server/scripts/constants.md')
-rw-r--r-- | server/scripts/constants.md | 11 |
1 files changed, 11 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 |