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/RWC_2012.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/events/RWC_2012.txt') diff --git a/npc/events/RWC_2012.txt b/npc/events/RWC_2012.txt index 3c2fdfe8f..33e3cec84 100644 --- a/npc/events/RWC_2012.txt +++ b/npc/events/RWC_2012.txt @@ -11,7 +11,7 @@ //= 1.0 First Version. [Euphy] //============================================================ -prontera,147,61,3 script Driller#pron 87,{ +prontera,147,61,3 script Driller#pron 4_M_BARBER,{ disable_items; if (checkweight(1201,1) == 0) { mes "You're carrying too many items in your inventory. Visit Kafra storage and try again."; @@ -80,7 +80,7 @@ prontera,147,61,3 script Driller#pron 87,{ } } -prontera,147,59,3 script Goldberg#pron 878,{ +prontera,147,59,3 script Goldberg#pron 4_M_OILMAN,{ disable_items; if (checkweight(1201,1) == 0) { mes "You are carrying too many items. Come back after you have organized your inventory."; -- cgit v1.2.3-70-g09d2