diff options
author | Kisuka <kisuka@kisuka.com> | 2013-10-28 00:42:23 -0700 |
---|---|---|
committer | Kisuka <kisuka@kisuka.com> | 2013-10-28 00:42:23 -0700 |
commit | 124ab2a1cdb344f24170a4d91f7000ebabf39b40 (patch) | |
tree | ebc5aeee49da96f88e55358c184d69d90eae9289 /npc/quests/monstertamers.txt | |
parent | e7efdfe96e1b4c288bca845c03512da6842d6425 (diff) | |
download | hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.gz hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.bz2 hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.xz hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.zip |
Added ability to use constants instead of sprite IDs for NPCs. Converted all npcs to use this.
Diffstat (limited to 'npc/quests/monstertamers.txt')
-rw-r--r-- | npc/quests/monstertamers.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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..."; |