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/re/merchants/blessed_refiner.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/re/merchants/blessed_refiner.txt')
-rw-r--r-- | npc/re/merchants/blessed_refiner.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/re/merchants/blessed_refiner.txt b/npc/re/merchants/blessed_refiner.txt index fc62cd216..c5d198457 100644 --- a/npc/re/merchants/blessed_refiner.txt +++ b/npc/re/merchants/blessed_refiner.txt @@ -163,9 +163,9 @@ mes "My mood is worse when I fail!!"; close; } -prt_in,52,56,3 duplicate(BlacksmithDister) Blacksmith Dister#prt 826 -payon,148,172,3 duplicate(BlacksmithDister) Blacksmith Dister#pay 826 -alberta_in,20,56,3 duplicate(BlacksmithDister) Blacksmith Dister#alb 826 -yuno_in01,175,18,3 duplicate(BlacksmithDister) Blacksmith Dister#yuno 826 -ein_in01,26,82,3 duplicate(BlacksmithDister) Blacksmith Dister#ein 826 -lhz_in02,280,15,3 duplicate(BlacksmithDister) Blacksmith Dister#lhz 826 +prt_in,52,56,3 duplicate(BlacksmithDister) Blacksmith Dister#prt 4_M_DWARF +payon,148,172,3 duplicate(BlacksmithDister) Blacksmith Dister#pay 4_M_DWARF +alberta_in,20,56,3 duplicate(BlacksmithDister) Blacksmith Dister#alb 4_M_DWARF +yuno_in01,175,18,3 duplicate(BlacksmithDister) Blacksmith Dister#yuno 4_M_DWARF +ein_in01,26,82,3 duplicate(BlacksmithDister) Blacksmith Dister#ein 4_M_DWARF +lhz_in02,280,15,3 duplicate(BlacksmithDister) Blacksmith Dister#lhz 4_M_DWARF |