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/other/powernpc.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/other/powernpc.txt') diff --git a/npc/other/powernpc.txt b/npc/other/powernpc.txt index b9e40ff7e..0428eca36 100644 --- a/npc/other/powernpc.txt +++ b/npc/other/powernpc.txt @@ -10,7 +10,7 @@ //= 1.2 Cleaning. [Euphy] //============================================================ -gonryun,180,118,4 script Iron man#gnp 85,{ +gonryun,180,118,4 script Iron man#gnp 4_M_03,{ if (checkweight(1201,1) == 0) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; @@ -110,7 +110,7 @@ L_Lifting: return; } -gon_test,50,14,4 script Administrator#gnp 780,{ +gon_test,50,14,4 script Administrator#gnp 8_M_TWSOLDIER,{ mes "[Administrator]"; if (BaseJob == Job_Novice) { mes "Children are not allowed in here."; @@ -146,7 +146,7 @@ gon_test,50,14,4 script Administrator#gnp 780,{ end; } -gon_test,42,89,4 script Summoner#gnp 774,{ +gon_test,42,89,4 script Summoner#gnp 4_M_TWBOY,{ mes "[SongYeunWoo]"; if (in_battle == 3) { mes "Please come back after registration."; @@ -223,7 +223,7 @@ OnTimer184000: end; } -gon_test,46,14,3 script Guide of field of fight 770,{ +gon_test,46,14,3 script Guide of field of fight 4_F_TWGIRL,{ mes "[SongHeeYeon]"; mes "....."; mes "Hi, there~"; @@ -272,7 +272,7 @@ gon_test,46,14,3 script Guide of field of fight 770,{ close; } -gon_test,70,103,3 script ChowAnAn#gnp 773,{ +gon_test,70,103,3 script ChowAnAn#gnp 4_F_TWMIDWOMAN,{ mes "[ChowAnAn]"; mes "Want to go back?"; next; -- cgit v1.2.3-60-g2f50