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/quests/monstertamers.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/quests/monstertamers.txt') diff --git a/npc/quests/monstertamers.txt b/npc/quests/monstertamers.txt index b48953301..10f02435e 100644 --- a/npc/quests/monstertamers.txt +++ b/npc/quests/monstertamers.txt @@ -17,7 +17,7 @@ //= 1.5 Moved Izlude NPC to pre-re/re paths. //============================================================ -alberta_in,173,76,4 script Monster Tamer#alb 125,{ +alberta_in,173,76,4 script Monster Tamer#alb 4_M_TELEPORTER,{ mes "[Iwado]"; mes "This is the height of the era of Monster Taming! Don't you feel the need to gather monster items to be able to connect and to communicate with the Cute Monsters!?"; next; @@ -185,7 +185,7 @@ alberta_in,173,76,4 script Monster Tamer#alb 125,{ } -aldeba_in,168,175,4 script Monster Tamer#alde 125,{ +aldeba_in,168,175,4 script Monster Tamer#alde 4_M_TELEPORTER,{ mes "[YuU]"; mes "You must be looking for monster items! In making monster items, there is no monster tamer in Rune Midgard that's better than me."; next; @@ -619,7 +619,7 @@ aldeba_in,168,175,4 script Monster Tamer#alde 125,{ } } -comodo,112,182,0 script Munak's Grandma 103,{ +comodo,112,182,0 script Munak's Grandma 8_F_GRANDMOTHER,{ if (countitem(1558) > 0) { mes "[Munak's grandma]"; mes "Oh my..."; -- cgit v1.2.3-60-g2f50