diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-09-11 20:35:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-11 20:35:21 +0300 |
commit | a02351cb09f6a7976ea93acaf6d0440cbf74dfea (patch) | |
tree | 05a98abd66d04240f7a0660bbf085e470e5a06f0 /server/scripts/constants.md | |
parent | 3c2af22cef34c4c6a4b5616ecc1e68faddb63f8a (diff) | |
download | docs-a02351cb09f6a7976ea93acaf6d0440cbf74dfea.tar.gz docs-a02351cb09f6a7976ea93acaf6d0440cbf74dfea.tar.bz2 docs-a02351cb09f6a7976ea93acaf6d0440cbf74dfea.tar.xz docs-a02351cb09f6a7976ea93acaf6d0440cbf74dfea.zip |
Update docs from hercules.s20160912
Diffstat (limited to 'server/scripts/constants.md')
-rw-r--r-- | server/scripts/constants.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/server/scripts/constants.md b/server/scripts/constants.md index 09f0f9f..89d4969 100644 --- a/server/scripts/constants.md +++ b/server/scripts/constants.md @@ -3563,6 +3563,14 @@ - `PC_GUILD`: 2 - `PC_MAP`: 3 +### strnpcinfo + +- `NPC_NAME`: 0 +- `NPC_NAME_VISIBLE`: 1 +- `NPC_NAME_HIDDEN`: 2 +- `NPC_NAME_UNIQUE`: 3 +- `NPC_MAP`: 4 + ### sc_start - `SCFLAG_NONE`: 0 @@ -6617,6 +6625,19 @@ - `T_ARCHANGELING`: 2934 - `T_EVIL_CLOUD_HERMIT`: 2935 - `E_GHOSTRING`: 2936 +- `CURSED_SOLDIER`: 2948 +- `CURSED_SENTINEL`: 2949 +- `BROKEN_MIND`: 2950 +- `FLOATING_WORD`: 2951 +- `LIKE_LOVE`: 2952 +- `CURSED_MEMORY`: 2953 +- `COLORLESS_VOW`: 2954 +- `OLD_FRIENDSHIP`: 2955 +- `SWEET_SLAUGHTER`: 2956 +- `FORGOTTEN_NAME`: 2957 +- `FATAL_DAYS`: 2958 +- `TORTUROUS_REDEEMER`: 2959 +- `E_TORTUROUS_REDEEMER`: 2961 - `TIMEHOLDER`: 3074 - `ORGANIC_JAKK`: 3202 - `INORGANIC_JAKK`: 3203 @@ -13537,6 +13558,7 @@ - `Magical_Blade`: 13438 - `TE_Woe_Sword`: 13439 - `Ceremonial_Sword`: 13440 +- `Thanatos_Sword`: 13441 - `Old_Parasol`: 13442 - `Pala`: 13444 - `Crimson_Saber`: 13454 |