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/re/jobs/novice/supernovice_ex.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/re/jobs/novice/supernovice_ex.txt')
-rw-r--r-- | npc/re/jobs/novice/supernovice_ex.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/re/jobs/novice/supernovice_ex.txt b/npc/re/jobs/novice/supernovice_ex.txt index 6d570f1c7..3a8dad744 100644 --- a/npc/re/jobs/novice/supernovice_ex.txt +++ b/npc/re/jobs/novice/supernovice_ex.txt @@ -57,7 +57,7 @@ function script Esseray_Ex { else return; } -beach_dun2,119,92,4 script Fishing Novice#sp2 567,{ +beach_dun2,119,92,4 script Fishing Novice#sp2 4_M_SIT_NOVICE,{ if (checkquest(5092) >= 0) { mes "[Fishing Novice]"; mes "Sh --------- !!"; @@ -587,7 +587,7 @@ beach_dun2,119,92,4 script Fishing Novice#sp2 567,{ close; } -airplane,33,47,5 script Nudor#sp2 729,{ +airplane,33,47,5 script Nudor#sp2 4_F_NOVICE,{ if (checkquest(5099) >= 0) { mes "[Nudor]"; mes "Ahhh~ I have no money to buy any food."; |