diff options
author | Kisuka <kisuka@kisuka.com> | 2013-10-28 00:42:23 -0700 |
---|---|---|
committer | Kisuka <kisuka@kisuka.com> | 2013-10-28 00:42:23 -0700 |
commit | 124ab2a1cdb344f24170a4d91f7000ebabf39b40 (patch) | |
tree | ebc5aeee49da96f88e55358c184d69d90eae9289 /npc/jobs/novice/supernovice.txt | |
parent | e7efdfe96e1b4c288bca845c03512da6842d6425 (diff) | |
download | hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.gz hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.bz2 hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.xz hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.zip |
Added ability to use constants instead of sprite IDs for NPCs. Converted all npcs to use this.
Diffstat (limited to 'npc/jobs/novice/supernovice.txt')
-rw-r--r-- | npc/jobs/novice/supernovice.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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 ) |