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/pre-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/pre-re/cities/alberta.txt')
-rw-r--r-- | npc/pre-re/cities/alberta.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/pre-re/cities/alberta.txt b/npc/pre-re/cities/alberta.txt index 20efaad81..4ba223b6e 100644 --- a/npc/pre-re/cities/alberta.txt +++ b/npc/pre-re/cities/alberta.txt @@ -13,29 +13,29 @@ // cities/amatsu.txt //============================================================ -alberta,245,93,3 duplicate(Sea_Captain_amatsu) Sea Captain#ama1 709 +alberta,245,93,3 duplicate(Sea_Captain_amatsu) Sea Captain#ama1 4_M_SEAMAN // cities/ayothaya.txt //============================================================ -alberta,247,42,3 duplicate(Aibakthing_ayothaya) Aibakthing#ayo 843 +alberta,247,42,3 duplicate(Aibakthing_ayothaya) Aibakthing#ayo 4_M_THAIONGBAK // cities/gonryun.txt //============================================================ -alberta,245,69,3 duplicate(Kunlun_Envoy_gonryun) Kunlun Envoy#gon 776 +alberta,245,69,3 duplicate(Kunlun_Envoy_gonryun) Kunlun Envoy#gon 4_M_TWMIDMAN // cities/louyang.txt //============================================================ -alberta,245,45,3 duplicate(Girl_louyang) Girl#0lou 815 +alberta,245,45,3 duplicate(Girl_louyang) Girl#0lou 4_F_CHNDRESS1 // cities/moscovia.txt //============================================================ -alberta,245,66,4 duplicate(PR_Officer_moscovia) Moscovia P.R. Officer#1 960 +alberta,245,66,4 duplicate(PR_Officer_moscovia) Moscovia P.R. Officer#1 4_F_RUSWOMAN2 // quests/quests_alberta.txt //============================================================ -alberta,247,122,4 duplicate(Sailor_alberta) Sailor#tur 709 -alberta,248,89,4 duplicate(Turtle_Scholar_alberta) Turtle Island Scholar 121 +alberta,247,122,4 duplicate(Sailor_alberta) Sailor#tur 4_M_SEAMAN +alberta,248,89,4 duplicate(Turtle_Scholar_alberta) Turtle Island Scholar 2_M_MOLGENSTEIN // quests/skills/merchant_skills.txt //============================================================ -alberta,232,106,6 duplicate(Gershaun_alberta) Gershaun 57 +alberta,232,106,6 duplicate(Gershaun_alberta) Gershaun 1_M_LIBRARYMASTER |