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/events/god_se_festival.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/events/god_se_festival.txt') diff --git a/npc/events/god_se_festival.txt b/npc/events/god_se_festival.txt index 3b8e12bf7..c56563c86 100644 --- a/npc/events/god_se_festival.txt +++ b/npc/events/god_se_festival.txt @@ -14,7 +14,7 @@ //============================================================ // Original name: "Festival Manager#god_se_fes00" -yuno,1,1,0 script Festival Manager#gq_fes0 891,{ +yuno,1,1,0 script Festival Manager#gq_fes0 4_F_HUGIRL,{ callfunc "F_GM_NPC"; mes "[Festival Manager]"; mes "I am the festival NPC manager for the God SE quest."; @@ -44,7 +44,7 @@ yuno,1,1,0 script Festival Manager#gq_fes0 891,{ } } -yuno,118,192,5 script Rmimi Ravies#gq_fes01 891,{ +yuno,118,192,5 script Rmimi Ravies#gq_fes01 4_F_HUGIRL,{ set .@GID, getcharid(2); if (countitem(7840) > 0) { mes "[Rmimi Ravies]"; @@ -392,7 +392,7 @@ OnTimer3900000: // Original name: "Festival Manager#god_se_fes02" -rachel,1,1,0 script Festival Manager#gq_fes2 891,{ +rachel,1,1,0 script Festival Manager#gq_fes2 4_F_HUGIRL,{ callfunc "F_GM_NPC"; mes "[Festival Manager]"; mes "I am the festival NPC manager for the God SE quest."; @@ -422,7 +422,7 @@ rachel,1,1,0 script Festival Manager#gq_fes2 891,{ } } -rachel,132,117,3 script Rhehe Ravies#gq_fes03 891,{ +rachel,132,117,3 script Rhehe Ravies#gq_fes03 4_F_HUGIRL,{ set .@GID, getcharid(2); if (countitem(7840) > 0) { mes "[Rhehe Ravies]"; -- cgit v1.2.3-60-g2f50