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/cities/alberta.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/cities/alberta.txt')
-rw-r--r-- | npc/re/cities/alberta.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/re/cities/alberta.txt b/npc/re/cities/alberta.txt index d25b59b4a..4fb8bab6d 100644 --- a/npc/re/cities/alberta.txt +++ b/npc/re/cities/alberta.txt @@ -13,29 +13,29 @@ // cities/amatsu.txt //============================================================ -alberta,246,74,3 duplicate(Sea_Captain_amatsu) Sea Captain#ama1 709 +alberta,246,74,3 duplicate(Sea_Captain_amatsu) Sea Captain#ama1 4_M_SEAMAN // cities/ayothaya.txt //============================================================ -alberta,246,29,3 duplicate(Aibakthing_ayothaya) Aibakthing#ayo 843 +alberta,246,29,3 duplicate(Aibakthing_ayothaya) Aibakthing#ayo 4_M_THAIONGBAK // cities/gonryun.txt //============================================================ -alberta,246,62,3 duplicate(Kunlun_Envoy_gonryun) Kunlun Envoy#gon 776 +alberta,246,62,3 duplicate(Kunlun_Envoy_gonryun) Kunlun Envoy#gon 4_M_TWMIDMAN // cities/louyang.txt //============================================================ -alberta,246,40,3 duplicate(Girl_louyang) Girl#0lou 815 +alberta,246,40,3 duplicate(Girl_louyang) Girl#0lou 4_F_CHNDRESS1 // cities/moscovia.txt //============================================================ -alberta,246,51,4 duplicate(PR_Officer_moscovia) Moscovia P.R. Officer#1 960 +alberta,246,51,4 duplicate(PR_Officer_moscovia) Moscovia P.R. Officer#1 4_F_RUSWOMAN2 // quests/quests_alberta.txt //============================================================ -alberta,244,118,4 duplicate(Sailor_alberta) Sailor#tur 709 -alberta,246,114,4 duplicate(Turtle_Scholar_alberta) Turtle Island Scholar 121 +alberta,244,118,4 duplicate(Sailor_alberta) Sailor#tur 4_M_SEAMAN +alberta,246,114,4 duplicate(Turtle_Scholar_alberta) Turtle Island Scholar 2_M_MOLGENSTEIN // quests/skills/merchant_skills.txt //============================================================ -alberta,232,103,6 duplicate(Gershaun_alberta) Gershaun 57 +alberta,232,103,6 duplicate(Gershaun_alberta) Gershaun 1_M_LIBRARYMASTER |