diff options
author | Haru <haru@dotalux.com> | 2013-11-08 03:09:20 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-11-08 03:12:33 +0100 |
commit | 0b7b3796ec987cbb1c263722b841cfa5795aa6d3 (patch) | |
tree | cc0aa01be6fdb5fa0e7fb0b0a1397bb2d71cbf90 /npc/other/poring_war.txt | |
parent | bc9743ce3455f9d9cbc9c934b2a19343ad369fc5 (diff) | |
download | hercules-0b7b3796ec987cbb1c263722b841cfa5795aa6d3.tar.gz hercules-0b7b3796ec987cbb1c263722b841cfa5795aa6d3.tar.bz2 hercules-0b7b3796ec987cbb1c263722b841cfa5795aa6d3.tar.xz hercules-0b7b3796ec987cbb1c263722b841cfa5795aa6d3.zip |
Added support for monster spritename constants
- Follow-up to 124ab2a1cdb344f24170a4d91f7000ebabf39b40
- Replaced numeric IDs in NPC definitions and setnpcdisplay calls with
the appropriate constants
- Made possible thanks to Ind
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/other/poring_war.txt')
-rw-r--r-- | npc/other/poring_war.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/other/poring_war.txt b/npc/other/poring_war.txt index 599f31cfb..58db2edcf 100644 --- a/npc/other/poring_war.txt +++ b/npc/other/poring_war.txt @@ -354,7 +354,7 @@ OnInit: // Poring Registers //============================================================ -poring_w01,91,97,3 script Poring#wop_door_all 1002,{ +poring_w01,91,97,3 script Poring#wop_door_all PORING,{ end; OnInit: @@ -377,7 +377,7 @@ OnDisable: end; } -poring_w01,91,68,5 script Poring#wop_door_a 1002,{ +poring_w01,91,68,5 script Poring#wop_door_a PORING,{ end; OnInit: @@ -469,7 +469,7 @@ OnTimer58000: end; } -poring_w01,112,68,3 script Poring#wop_door_d 1002,{ +poring_w01,112,68,3 script Poring#wop_door_d PORING,{ end; OnInit: |