From 124ab2a1cdb344f24170a4d91f7000ebabf39b40 Mon Sep 17 00:00:00 2001 From: Kisuka Date: Mon, 28 Oct 2013 00:42:23 -0700 Subject: Added ability to use constants instead of sprite IDs for NPCs. Converted all npcs to use this. --- npc/jobs/novice/supernovice.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/jobs/novice') diff --git a/npc/jobs/novice/supernovice.txt b/npc/jobs/novice/supernovice.txt index 434ead038..cf9ea7b87 100644 --- a/npc/jobs/novice/supernovice.txt +++ b/npc/jobs/novice/supernovice.txt @@ -18,7 +18,7 @@ //= 2.4 Added an Ex. Super Novice dialog check. [Euphy] //============================================================ -aldeba_in,223,167,3 script Tzerero#sn 709,{ +aldeba_in,223,167,3 script Tzerero#sn 4_M_SEAMAN,{ if (BaseJob == Job_SuperNovice) { mes "[Tzerero]"; mes "I trust that you are enjoying"; @@ -326,7 +326,7 @@ aldeba_in,223,167,3 script Tzerero#sn 709,{ } } -aldeba_in,216,169,5 script Esseray#sn 86,{ +aldeba_in,216,169,5 script Esseray#sn 4_M_04,{ if (Class == Job_Super_Novice_E || Class == Job_Super_Baby_E) { mes "[Esseray]"; mes "You! Stronger than before."; @@ -382,7 +382,7 @@ aldeba_in,216,169,5 script Esseray#sn 86,{ } } -aldebaran,54,238,5 script Kafra Employee#sn 117,{ +aldebaran,54,238,5 script Kafra Employee#sn 4_F_KAFRA1,{ if (BaseJob == Job_SuperNovice) { mes "[Kafra Employee]"; if (Sex ) -- cgit v1.2.3-60-g2f50