From 0b7b3796ec987cbb1c263722b841cfa5795aa6d3 Mon Sep 17 00:00:00 2001 From: Haru Date: Fri, 8 Nov 2013 03:09:20 +0100 Subject: 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 --- npc/re/jobs/3-1/guillotine_cross.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/re/jobs/3-1/guillotine_cross.txt') diff --git a/npc/re/jobs/3-1/guillotine_cross.txt b/npc/re/jobs/3-1/guillotine_cross.txt index c206599bb..2d106dc4a 100644 --- a/npc/re/jobs/3-1/guillotine_cross.txt +++ b/npc/re/jobs/3-1/guillotine_cross.txt @@ -3264,7 +3264,7 @@ OnMyMobDead: end; } -job3_guil03,110,27,3 script Guard Dog#dog01 1866,3,1,{ +job3_guil03,110,27,3 script Guard Dog#dog01 HELL_POODLE,3,1,{ end; OnEnable: enablenpc "Guard Dog#dog01"; @@ -3287,7 +3287,7 @@ OnMyMobDead: end; } -job3_guil03,119,27,3 script Guard Dog#dog02 1866,3,1,{ +job3_guil03,119,27,3 script Guard Dog#dog02 HELL_POODLE,3,1,{ end; OnEnable: enablenpc "Guard Dog#dog02"; @@ -3455,7 +3455,7 @@ job3_guil03,111,51,7 script Priest from Rachel 4_M_MIDDLE1,{ next; mes "[Priest from Rachel]"; mes "Because of you, you ruined everything!"; - setnpcdisplay(strnpcinfo(0),2030); + setnpcdisplay(strnpcinfo(0), HIDEN_PRIEST); next; mes "[Priest from Rachel]"; mes "You want to destroy us forever!"; -- cgit v1.2.3-60-g2f50