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/re/jobs/novice/supernovice_ex.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/re/jobs/novice/supernovice_ex.txt') 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."; -- cgit v1.2.3-70-g09d2