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/comodo_gambling.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/other/comodo_gambling.txt') diff --git a/npc/other/comodo_gambling.txt b/npc/other/comodo_gambling.txt index 54991dcd8..548e1e68d 100644 --- a/npc/other/comodo_gambling.txt +++ b/npc/other/comodo_gambling.txt @@ -24,7 +24,7 @@ //= 1.4a Minor script updates. [Euphy] //============================================================ -comodo,219,158,6 script Kachua 91,{ +comodo,219,158,6 script Kachua 4_F_02,{ if (checkweight(1201,1) == 0) { mes "^3355FFWait a second! Right now, you're carrying too many items with you. Please come back after putting some of your things into Kafra Storage.^000000"; @@ -392,7 +392,7 @@ comodo,219,158,6 script Kachua 91,{ end; } -comodo,204,148,7 script Devellin 90,{ +comodo,204,148,7 script Devellin 4_F_01,{ mes "[Devellin]"; mes "It seems some traveller showed"; @@ -406,7 +406,7 @@ comodo,204,148,7 script Devellin 90,{ close; } -comodo,210,154,2 script Suspicious Guy#cmd 118,{ +comodo,210,154,2 script Suspicious Guy#cmd 2_M_THIEFMASTER,{ if (BaseClass == Job_Thief){ mes "[Cain]"; @@ -489,7 +489,7 @@ comodo,210,154,2 script Suspicious Guy#cmd 118,{ } } -mjolnir_02,85,362,3 script Blacksmith Miner 726,{ +mjolnir_02,85,362,3 script Blacksmith Miner 4_F_JOB_BLACKSMITH,{ if (checkweight(1201,1) == 0) { mes "^3355FFWait a second! Right now, you're carrying too many items with you. Please come back after putting some of your things into Kafra Storage.^000000"; -- cgit v1.2.3-60-g2f50