Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6705/npcs/humans/vendors
Modified Files:
alchemist.xml architect.xml armorer.xml artist.xml baker.xml
banker.xml barber.xml bard.xml blacksmith.xml bowyer.xml
butcher.xml carpenter.xml cobbler.xml cook.xml fishermen.xml
healer.xml herbalist.xml innkeeper.xml jeweler.xml
leatherworker.xml mage.xml provisioner.xml shipwright.xml
spinner.xml stablemaster.xml tailor.xml tanner.xml
tavernkeeper.xml tinker.xml veterinarian.xml weaponsmith.xml
weaver.xml
Log Message:
Made NPC titles translatable for other languages with different articles for different genders.
Index: tinker.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/tinker.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** tinker.xml 10 Sep 2004 20:17:35 -0000 1.4
--- tinker.xml 26 Sep 2004 12:52:23 -0000 1.5
***************
*** 59,63 ****
<npc id="tinker_male">
<inherit>vendor_male</inherit>
! <title>the Tinker</title>
<lockpicking><random min="600" max="830"/></lockpicking>
<removetraps><random min="750" max="980"/></removetraps>
--- 59,63 ----
<npc id="tinker_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Tinker</title>
<lockpicking><random min="600" max="830"/></lockpicking>
<removetraps><random min="750" max="980"/></removetraps>
***************
*** 70,74 ****
<npc id="tinker_female">
<inherit>vendor_female</inherit>
! <title>the Tinker</title>
<lockpicking><random min="600" max="830"/></lockpicking>
<removetraps><random min="750" max="980"/></removetraps>
--- 70,74 ----
<npc id="tinker_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Tinker</title>
<lockpicking><random min="600" max="830"/></lockpicking>
<removetraps><random min="750" max="980"/></removetraps>
Index: weaver.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/weaver.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** weaver.xml 10 Sep 2004 17:08:26 -0000 1.4
--- weaver.xml 26 Sep 2004 12:52:23 -0000 1.5
***************
*** 25,29 ****
<npc id="weaver_male">
<inherit>vendor_male</inherit>
! <title>the Weaver</title>
<tailoring><random min="650" max="880" /></tailoring>
<category>Vendors\Weaver (Male)</category>
--- 25,29 ----
<npc id="weaver_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Weaver</title>
<tailoring><random min="650" max="880" /></tailoring>
<category>Vendors\Weaver (Male)</category>
***************
*** 33,37 ****
<npc id="weaver_female">
<inherit>vendor_female</inherit>
! <title>the Weaver</title>
<tailoring><random min="650" max="880" /></tailoring>
<category>Vendors\Weaver (Female)</category>
--- 33,37 ----
<npc id="weaver_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Weaver</title>
<tailoring><random min="650" max="880" /></tailoring>
<category>Vendors\Weaver (Female)</category>
Index: carpenter.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/carpenter.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** carpenter.xml 26 Feb 2004 02:33:46 -0000 1.5
--- carpenter.xml 26 Sep 2004 12:52:23 -0000 1.6
***************
*** 12,16 ****
<npc id="carpenter_male">
<inherit>vendor_male</inherit>
! <title>the Carpenter</title>
<equipped>
<item id="153b" /> <!-- Half Apron -->
--- 12,16 ----
<npc id="carpenter_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Carpenter</title>
<equipped>
<item id="153b" /> <!-- Half Apron -->
***************
*** 83,87 ****
<npc id="carpenter_female">
<inherit>vendor_female</inherit>
! <title>the Carpenter</title>
<equipped>
<item id="153b" /> <!-- Half Apron -->
--- 83,87 ----
<npc id="carpenter_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Carpenter</title>
<equipped>
<item id="153b" /> <!-- Half Apron -->
Index: veterinarian.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/veterinarian.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** veterinarian.xml 10 Sep 2004 17:08:26 -0000 1.4
--- veterinarian.xml 26 Sep 2004 12:52:23 -0000 1.5
***************
*** 23,27 ****
<npc id="veterinarian_male">
<inherit>vendor_male</inherit>
! <title>the Veterinarian</title>
<veterinary><random min="900" max="1000"/></veterinary>
<animallore><random min="850" max="1000"/></animallore>
--- 23,27 ----
<npc id="veterinarian_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Veterinarian</title>
<veterinary><random min="900" max="1000"/></veterinary>
<animallore><random min="850" max="1000"/></animallore>
***************
*** 32,36 ****
<npc id="veterinarian_female">
<inherit>vendor_female</inherit>
! <title>the Veterinarian</title>
<veterinary><random min="900" max="1000"/></veterinary>
<animallore><random min="850" max="1000"/></animallore>
--- 32,36 ----
<npc id="veterinarian_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Veterinarian</title>
<veterinary><random min="900" max="1000"/></veterinary>
<animallore><random min="850" max="1000"/></animallore>
Index: banker.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/banker.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** banker.xml 9 Sep 2004 03:19:38 -0000 1.9
--- banker.xml 26 Sep 2004 12:52:23 -0000 1.10
***************
*** 15,19 ****
<bindmenu>banker_menu,vendor_menu</bindmenu>
<invulnerable />
! <title>the Banker</title>
<basescript>speech.banker</basescript>
<equipped>
--- 15,19 ----
<bindmenu>banker_menu,vendor_menu</bindmenu>
<invulnerable />
! <title context="Vendor Male Titles">the Banker</title>
<basescript>speech.banker</basescript>
<equipped>
***************
*** 36,40 ****
<bindmenu>banker_menu,vendor_menu</bindmenu>
<invulnerable />
! <title>the Banker</title>
<basescript>speech.banker</basescript>
<equipped>
--- 36,40 ----
<bindmenu>banker_menu,vendor_menu</bindmenu>
<invulnerable />
! <title context="Vendor Female Titles">the Banker</title>
<basescript>speech.banker</basescript>
<equipped>
Index: stablemaster.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/stablemaster.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** stablemaster.xml 4 Sep 2004 18:59:20 -0000 1.4
--- stablemaster.xml 26 Sep 2004 12:52:23 -0000 1.5
***************
*** 41,45 ****
<npc id="stablemaster_male">
<inherit>vendor_male</inherit>
! <title>the Stablemaster</title>
<animallore><random min="640" max="1000"/></animallore>
<animaltaming><random min="900" max="1000"/></animaltaming>
--- 41,45 ----
<npc id="stablemaster_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Stablemaster</title>
<animallore><random min="640" max="1000"/></animallore>
<animaltaming><random min="900" max="1000"/></animaltaming>
***************
*** 51,55 ****
<npc id="stablemaster_female">
<inherit>vendor_female</inherit>
! <title>the Stablemaster</title>
<animallore><random min="640" max="1000"/></animallore>
<animaltaming><random min="900" max="1000"/></animaltaming>
--- 51,55 ----
<npc id="stablemaster_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Stablemaster</title>
<animallore><random min="640" max="1000"/></animallore>
<animaltaming><random min="900" max="1000"/></animaltaming>
Index: mage.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/mage.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** mage.xml 25 Sep 2004 15:36:50 -0000 1.7
--- mage.xml 26 Sep 2004 12:52:23 -0000 1.8
***************
*** 224,228 ****
<npc id="mage_male">
<inherit>vendor_male</inherit>
! <title>the Mage</title>
<!-- The Equipment -->
<equipped>
--- 224,228 ----
<npc id="mage_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Mage</title>
<!-- The Equipment -->
<equipped>
***************
*** 243,247 ****
<npc id="mage_female">
<inherit>vendor_female</inherit>
! <title>the Mage</title>
<equipped>
<item id="1f03" > <!-- Robe -->
--- 243,247 ----
<npc id="mage_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Mage</title>
<equipped>
<item id="1f03" > <!-- Robe -->
Index: healer.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/healer.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** healer.xml 12 Aug 2004 00:57:13 -0000 1.4
--- healer.xml 26 Sep 2004 12:52:23 -0000 1.5
***************
*** 13,17 ****
<inherit>vendor_male</inherit>
<bindmenu>vendor_menu,train_menu,healer_menu</bindmenu>
! <title>the Healer</title>
<shopkeeper>
<restockable>
--- 13,17 ----
<inherit>vendor_male</inherit>
<bindmenu>vendor_menu,train_menu,healer_menu</bindmenu>
! <title context="Vendor Male Titles">the Healer</title>
<shopkeeper>
<restockable>
***************
*** 56,60 ****
<npc id="healer_female">
<inherit>vendor_female</inherit>
! <title>the Healer</title>
<bindmenu>vendor_menu,train_menu,healer_menu</bindmenu>
<shopkeeper>
--- 56,60 ----
<npc id="healer_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Healer</title>
<bindmenu>vendor_menu,train_menu,healer_menu</bindmenu>
<shopkeeper>
Index: tailor.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/tailor.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** tailor.xml 22 Sep 2004 06:11:01 -0000 1.5
--- tailor.xml 26 Sep 2004 12:52:23 -0000 1.6
***************
*** 98,102 ****
<npc id="tailor_male">
<inherit>vendor_male</inherit>
! <title>the Tailor</title>
<inherit id="tailor_inventory" />
--- 98,102 ----
<npc id="tailor_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Tailor</title>
<inherit id="tailor_inventory" />
***************
*** 107,111 ****
<npc id="tailor_female">
<inherit>vendor_female</inherit>
! <title>the Tailor</title>
<inherit id="tailor_inventory" />
--- 107,111 ----
<npc id="tailor_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Tailor</title>
<inherit id="tailor_inventory" />
Index: provisioner.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/provisioner.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** provisioner.xml 10 Sep 2004 20:17:35 -0000 1.4
--- provisioner.xml 26 Sep 2004 12:52:23 -0000 1.5
***************
*** 52,56 ****
<npc id="provisioner_male">
<inherit>vendor_male</inherit>
! <title>the Provisioner</title>
<camping><random min="450" max="680" /></camping>
<tactics><random min="450" max="680" /></tactics>
--- 52,56 ----
<npc id="provisioner_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Provisioner</title>
<camping><random min="450" max="680" /></camping>
<tactics><random min="450" max="680" /></tactics>
***************
*** 61,65 ****
<npc id="provisioner_female">
<inherit>vendor_female</inherit>
! <title>the Provisioner</title>
<camping><random min="450" max="680" /></camping>
<tactics><random min="450" max="680" /></tactics>
--- 61,65 ----
<npc id="provisioner_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Provisioner</title>
<camping><random min="450" max="680" /></camping>
<tactics><random min="450" max="680" /></tactics>
Index: butcher.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/butcher.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** butcher.xml 26 Feb 2004 02:33:46 -0000 1.5
--- butcher.xml 26 Sep 2004 12:52:23 -0000 1.6
***************
*** 12,16 ****
<npc id="butcher_male">
<inherit>vendor_male</inherit>
! <title>the butcher</title>
<equipped>
<item id="153b" /> <!-- Half Apron -->
--- 12,16 ----
<npc id="butcher_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the butcher</title>
<equipped>
<item id="153b" /> <!-- Half Apron -->
***************
*** 47,51 ****
<npc id="butcher_female">
<inherit>vendor_female</inherit>
! <title>the butcher</title>
<equipped>
<item id="153b" /> <!-- Half Apron -->
--- 47,51 ----
<npc id="butcher_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the butcher</title>
<equipped>
<item id="153b" /> <!-- Half Apron -->
Index: tavernkeeper.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/tavernkeeper.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** tavernkeeper.xml 10 Sep 2004 20:17:35 -0000 1.4
--- tavernkeeper.xml 26 Sep 2004 12:52:23 -0000 1.5
***************
*** 37,41 ****
<npc id="tavernkeeper_male">
<inherit>vendor_male</inherit>
! <title>the Tavernkeeper</title>
<equipped>
<item id="153b" > <!-- Half Apron -->
--- 37,41 ----
<npc id="tavernkeeper_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Tavernkeeper</title>
<equipped>
<item id="153b" > <!-- Half Apron -->
***************
*** 49,53 ****
<npc id="tavernkeeper_female">
<inherit>vendor_female</inherit>
! <title>the Tavernkeeper</title>
<equipped>
<item id="153b" > <!-- Half Apron -->
--- 49,53 ----
<npc id="tavernkeeper_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Tavernkeeper</title>
<equipped>
<item id="153b" > <!-- Half Apron -->
Index: shipwright.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/shipwright.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** shipwright.xml 26 Feb 2004 02:33:46 -0000 1.4
--- shipwright.xml 26 Sep 2004 12:52:23 -0000 1.5
***************
*** 12,16 ****
<npc id="shipwright_male">
<inherit>vendor_male</inherit>
! <title>the Shipwright</title>
<equipped>
<item id="13e3" /> <!-- Smith's Hammer -->
--- 12,16 ----
<npc id="shipwright_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Shipwright</title>
<equipped>
<item id="13e3" /> <!-- Smith's Hammer -->
***************
*** 29,33 ****
<npc id="shipwright_female">
<inherit>vendor_female</inherit>
! <title>the Shipwright</title>
<equipped>
<item id="13e3" /> <!-- Smith's Hammer -->
--- 29,33 ----
<npc id="shipwright_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Shipwright</title>
<equipped>
<item id="13e3" /> <!-- Smith's Hammer -->
Index: innkeeper.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/innkeeper.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** innkeeper.xml 4 Feb 2004 03:04:09 -0000 1.3
--- innkeeper.xml 26 Sep 2004 12:52:23 -0000 1.4
***************
*** 12,16 ****
<npc id="innkeeper_male">
<inherit>vendor_male</inherit>
! <title>the Innkeeper</title>
<shopkeeper>
<restockable>
--- 12,16 ----
<npc id="innkeeper_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Innkeeper</title>
<shopkeeper>
<restockable>
***************
*** 82,86 ****
<npc id="innkeeper_female">
<inherit>vendor_female</inherit>
! <title>the Innkeeper</title>
<shopkeeper>
<restockable>
--- 82,86 ----
<npc id="innkeeper_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Innkeeper</title>
<shopkeeper>
<restockable>
Index: spinner.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/spinner.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** spinner.xml 10 Sep 2004 20:17:35 -0000 1.3
--- spinner.xml 26 Sep 2004 12:52:23 -0000 1.4
***************
*** 12,16 ****
<npc id="spinner_male">
<inherit>vendor_male</inherit>
! <title>the Spinner</title>
<category>Vendors\Spinner (Male)</category>
</npc>
--- 12,16 ----
<npc id="spinner_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Spinner</title>
<category>Vendors\Spinner (Male)</category>
</npc>
***************
*** 18,22 ****
<npc id="spinner_female">
<inherit>vendor_female</inherit>
! <title>the Spinner</title>
<category>Vendors\Spinner (Female)</category>
</npc>
--- 18,22 ----
<npc id="spinner_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Spinner</title>
<category>Vendors\Spinner (Female)</category>
</npc>
Index: leatherworker.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/leatherworker.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** leatherworker.xml 10 Sep 2004 20:17:35 -0000 1.3
--- leatherworker.xml 26 Sep 2004 12:52:23 -0000 1.4
***************
*** 20,24 ****
<npc id="leatherworker_male">
<inherit>vendor_male</inherit>
! <title>the Leatherworker</title>
<category>Vendors\Leatherworker (Male)</category>
<inherit id="leatherworker_inventory" />
--- 20,24 ----
<npc id="leatherworker_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Leatherworker</title>
<category>Vendors\Leatherworker (Male)</category>
<inherit id="leatherworker_inventory" />
***************
*** 27,31 ****
<npc id="leatherworker_female">
<inherit>vendor_female</inherit>
! <title>the Leatherworker</title>
<category>Vendors\Leatherworker (Female)</category>
<inherit id="leatherworker_inventory" />
--- 27,31 ----
<npc id="leatherworker_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Leatherworker</title>
<category>Vendors\Leatherworker (Female)</category>
<inherit id="leatherworker_inventory" />
Index: tanner.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/tanner.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** tanner.xml 10 Sep 2004 20:17:35 -0000 1.4
--- tanner.xml 26 Sep 2004 12:52:23 -0000 1.5
***************
*** 42,46 ****
<npc id="tanner_male">
<inherit>vendor_male</inherit>
! <title>the Tanner</title>
<tailoring><random min="360" max="680"/></tailoring>
<category>Vendors\Tanner (Male)</category>
--- 42,46 ----
<npc id="tanner_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Tanner</title>
<tailoring><random min="360" max="680"/></tailoring>
<category>Vendors\Tanner (Male)</category>
***************
*** 50,54 ****
<npc id="tanner_female">
<inherit>vendor_female</inherit>
! <title>the Tanner</title>
<tailoring><random min="360" max="680"/></tailoring>
<category>Vendors\Tanner (Female)</category>
--- 50,54 ----
<npc id="tanner_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Tanner</title>
<tailoring><random min="360" max="680"/></tailoring>
<category>Vendors\Tanner (Female)</category>
Index: weaponsmith.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/weaponsmith.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** weaponsmith.xml 10 Sep 2004 17:08:26 -0000 1.5
--- weaponsmith.xml 26 Sep 2004 12:52:23 -0000 1.6
***************
*** 54,58 ****
<npc id="weaponsmith_male">
<inherit>vendor_male</inherit>
! <title>the Weaponsmith</title>
<equipped>
<item id="153b" /> <!-- Half Apron -->
--- 54,58 ----
<npc id="weaponsmith_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Weaponsmith</title>
<equipped>
<item id="153b" /> <!-- Half Apron -->
***************
*** 70,74 ****
<npc id="weaponsmith_female">
<inherit>vendor_female</inherit>
! <title>the Weaponsmith</title>
<equipped>
<item id="153b" /> <!-- Half Apron -->
--- 70,74 ----
<npc id="weaponsmith_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Weaponsmith</title>
<equipped>
<item id="153b" /> <!-- Half Apron -->
Index: fishermen.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/fishermen.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** fishermen.xml 26 Feb 2004 02:33:46 -0000 1.5
--- fishermen.xml 26 Sep 2004 12:52:23 -0000 1.6
***************
*** 12,16 ****
<npc id="fisherman_male">
<inherit>vendor_male</inherit>
! <title>the Fisherman</title>
<equipped>
<item id="dbf" /> <!-- Fishing Pole -->
--- 12,16 ----
<npc id="fisherman_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Fisherman</title>
<equipped>
<item id="dbf" /> <!-- Fishing Pole -->
***************
*** 35,39 ****
<npc id="fisherlady_female">
<inherit>vendor_female</inherit>
! <title>the Fisherlady</title>
<equipped>
<item id="dbf" /> <!-- Fishing Pole -->
--- 35,39 ----
<npc id="fisherlady_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Fisherlady</title>
<equipped>
<item id="dbf" /> <!-- Fishing Pole -->
Index: barber.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/barber.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** barber.xml 19 Sep 2004 01:42:06 -0000 1.7
--- barber.xml 26 Sep 2004 12:52:23 -0000 1.8
***************
*** 11,15 ****
<npc id="barber_male">
<inherit>base_male</inherit>
! <title>the Hairstylist</title>
<basescript>speech.barber</basescript>
<category>Vendors\Barber (Male)</category>
--- 11,15 ----
<npc id="barber_male">
<inherit>base_male</inherit>
! <title context="Vendor Male Titles">the Hairstylist</title>
<basescript>speech.barber</basescript>
<category>Vendors\Barber (Male)</category>
***************
*** 19,23 ****
<npc id="barber_female">
<inherit>base_female</inherit>
! <title>the Hairstylist</title>
<basescript>speech.barber</basescript>
<category>Vendors\Barber (Female)</category>
--- 19,23 ----
<npc id="barber_female">
<inherit>base_female</inherit>
! <title context="Vendor Female Titles">the Hairstylist</title>
<basescript>speech.barber</basescript>
<category>Vendors\Barber (Female)</category>
Index: cook.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/cook.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** cook.xml 26 Feb 2004 02:33:46 -0000 1.5
--- cook.xml 26 Sep 2004 12:52:23 -0000 1.6
***************
*** 12,16 ****
<npc id="cook_male">
<inherit>vendor_male</inherit>
! <title>the Cook</title>
<equipped>
<item id="153b" /> <!-- Half Apron -->
--- 12,16 ----
<npc id="cook_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Cook</title>
<equipped>
<item id="153b" /> <!-- Half Apron -->
***************
*** 53,57 ****
<npc id="cook_female">
<inherit>vendor_female</inherit>
! <title>the Cook</title>
<equipped>
<item id="153b" /> <!-- Half Apron -->
--- 53,57 ----
<npc id="cook_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Cook</title>
<equipped>
<item id="153b" /> <!-- Half Apron -->
Index: armorer.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/armorer.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** armorer.xml 26 Feb 2004 02:33:46 -0000 1.4
--- armorer.xml 26 Sep 2004 12:52:23 -0000 1.5
***************
*** 12,16 ****
<npc id="armorer_male">
<inherit>vendor_male</inherit>
! <title>the Armorer</title>
<!-- The Equipment -->
<equipped>
--- 12,16 ----
<npc id="armorer_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Armorer</title>
<!-- The Equipment -->
<equipped>
***************
*** 121,125 ****
<npc id="armorer_female">
<inherit>vendor_female</inherit>
! <title>the Armorer</title>
<equipped>
<item id="153b" > <!-- Half Apron -->
--- 121,125 ----
<npc id="armorer_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Armorer</title>
<equipped>
<item id="153b" > <!-- Half Apron -->
Index: jeweler.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/jeweler.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** jeweler.xml 3 Feb 2004 18:19:12 -0000 1.3
--- jeweler.xml 26 Sep 2004 12:52:23 -0000 1.4
***************
*** 12,16 ****
<npc id="jeweler_male">
<inherit>vendor_male</inherit>
! <title>the Jeweler</title>
<shopkeeper>
<restockable>
--- 12,16 ----
<npc id="jeweler_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Jeweler</title>
<shopkeeper>
<restockable>
***************
*** 185,189 ****
<npc id="jeweler_female">
<inherit>vendor_female</inherit>
! <title>the Jeweler</title>
<shopkeeper>
<restockable>
--- 185,189 ----
<npc id="jeweler_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Jeweler</title>
<shopkeeper>
<restockable>
Index: alchemist.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/alchemist.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** alchemist.xml 24 Sep 2004 11:06:52 -0000 1.6
--- alchemist.xml 26 Sep 2004 12:52:23 -0000 1.7
***************
*** 66,70 ****
<npc id="alchemist_male">
<inherit>vendor_male</inherit>
! <title>the Alchemist</title>
<!-- The Equipment -->
<equipped>
--- 66,70 ----
<npc id="alchemist_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Alchemist</title>
<!-- The Equipment -->
<equipped>
***************
*** 81,85 ****
<npc id="alchemist_female">
<inherit>vendor_female</inherit>
! <title>the Alchemist</title>
<!-- The Equipment -->
<equipped>
--- 81,85 ----
<npc id="alchemist_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Alchemist</title>
<!-- The Equipment -->
<equipped>
Index: bard.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/bard.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** bard.xml 4 Feb 2004 03:04:09 -0000 1.4
--- bard.xml 26 Sep 2004 12:52:23 -0000 1.5
***************
*** 12,16 ****
<npc id="bard_male">
<inherit>vendor_male</inherit>
! <title>the Bard</title>
<shopkeeper>
<restockable>
--- 12,16 ----
<npc id="bard_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Bard</title>
<shopkeeper>
<restockable>
***************
*** 40,44 ****
<npc id="bard_female">
<inherit>vendor_female</inherit>
! <title>the Bard</title>
<shopkeeper>
<restockable>
--- 40,44 ----
<npc id="bard_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Bard</title>
<shopkeeper>
<restockable>
Index: blacksmith.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/blacksmith.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** blacksmith.xml 9 May 2004 19:36:44 -0000 1.5
--- blacksmith.xml 26 Sep 2004 12:52:23 -0000 1.6
***************
*** 12,16 ****
<npc id="blacksmith_male">
<inherit>vendor_male</inherit>
! <title>the Blacksmith</title>
<equipped>
<item id="153d" /> <!-- Full Apron -->
--- 12,16 ----
<npc id="blacksmith_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Blacksmith</title>
<equipped>
<item id="153d" /> <!-- Full Apron -->
***************
*** 160,164 ****
<npc id="blacksmith_female">
<inherit>vendor_female</inherit>
! <title>the Blacksmith</title>
<equipped>
<item id="153d" /> <!-- Full Apron -->
--- 160,164 ----
<npc id="blacksmith_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Blacksmith</title>
<equipped>
<item id="153d" /> <!-- Full Apron -->
Index: artist.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/artist.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** artist.xml 2 Feb 2004 19:20:25 -0000 1.2
--- artist.xml 26 Sep 2004 12:52:23 -0000 1.3
***************
*** 12,16 ****
<npc id="artist_male">
<inherit>vendor_male</inherit>
! <title>the Artist</title>
<category>Vendors\Artist (Male)</category>
</npc>
--- 12,16 ----
<npc id="artist_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Artist</title>
<category>Vendors\Artist (Male)</category>
</npc>
***************
*** 18,22 ****
<npc id="artist_female">
<inherit>vendor_female</inherit>
! <title>the Artist</title>
<category>Vendors\Artist (Female)</category>
</npc>
--- 18,22 ----
<npc id="artist_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Artist</title>
<category>Vendors\Artist (Female)</category>
</npc>
Index: cobbler.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/cobbler.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** cobbler.xml 4 Feb 2004 03:04:09 -0000 1.4
--- cobbler.xml 26 Sep 2004 12:52:23 -0000 1.5
***************
*** 12,16 ****
<npc id="cobbler_male">
<inherit>vendor_male</inherit>
! <title>the Cobbler</title>
<shopkeeper>
<restockable>
--- 12,16 ----
<npc id="cobbler_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Cobbler</title>
<shopkeeper>
<restockable>
***************
*** 33,37 ****
<npc id="cobbler_female">
<inherit>vendor_female</inherit>
! <title>the Cobbler</title>
<shopkeeper>
<restockable>
--- 33,37 ----
<npc id="cobbler_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Cobbler</title>
<shopkeeper>
<restockable>
Index: bowyer.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/bowyer.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** bowyer.xml 26 Feb 2004 02:33:46 -0000 1.5
--- bowyer.xml 26 Sep 2004 12:52:23 -0000 1.6
***************
*** 12,16 ****
<npc id="bowyer_male">
<inherit>vendor_male</inherit>
! <title>the Bowyer</title>
<equipped>
<item id="13b1" /> <!-- Bow -->
--- 12,16 ----
<npc id="bowyer_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Bowyer</title>
<equipped>
<item id="13b1" /> <!-- Bow -->
***************
*** 32,36 ****
<npc id="bowyer_female">
<inherit>vendor_female</inherit>
! <title>the Bowyer</title>
<equipped>
<item id="13b1" /> <!-- Bow -->
--- 32,36 ----
<npc id="bowyer_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Bowyer</title>
<equipped>
<item id="13b1" /> <!-- Bow -->
Index: architect.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/architect.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** architect.xml 2 Feb 2004 19:20:25 -0000 1.2
--- architect.xml 26 Sep 2004 12:52:23 -0000 1.3
***************
*** 12,16 ****
<npc id="architect_male">
<inherit>vendor_male</inherit>
! <title>the Architect</title>
<shopkeeper>
<restockable/>
--- 12,16 ----
<npc id="architect_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Architect</title>
<shopkeeper>
<restockable/>
***************
*** 21,25 ****
<npc id="architect_female">
<inherit>vendor_female</inherit>
! <title>the Architect</title>
<shopkeeper>
<restockable/>
--- 21,25 ----
<npc id="architect_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Architect</title>
<shopkeeper>
<restockable/>
Index: herbalist.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/herbalist.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** herbalist.xml 3 Feb 2004 18:19:12 -0000 1.3
--- herbalist.xml 26 Sep 2004 12:52:23 -0000 1.4
***************
*** 12,16 ****
<npc id="herbalist_male">
<inherit>vendor_male</inherit>
! <title>the Herbalist</title>
<shopkeeper>
<restockable>
--- 12,16 ----
<npc id="herbalist_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Herbalist</title>
<shopkeeper>
<restockable>
***************
*** 59,63 ****
<npc id="herbalist_female">
<inherit>vendor_female</inherit>
! <title>the Herbalist</title>
<shopkeeper>
<restockable>
--- 59,63 ----
<npc id="herbalist_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Herbalist</title>
<shopkeeper>
<restockable>
Index: baker.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/baker.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** baker.xml 26 Feb 2004 02:33:46 -0000 1.4
--- baker.xml 26 Sep 2004 12:52:23 -0000 1.5
***************
*** 12,16 ****
<npc id="baker_male">
<inherit>vendor_male</inherit>
! <title>the Baker</title>
<equipped>
<item id="153b" /> <!-- Half Apron -->
--- 12,16 ----
<npc id="baker_male">
<inherit>vendor_male</inherit>
! <title context="Vendor Male Titles">the Baker</title>
<equipped>
<item id="153b" /> <!-- Half Apron -->
***************
*** 77,81 ****
<npc id="baker_female">
<inherit>vendor_female</inherit>
! <title>the Baker</title>
<equipped>
<item id="153b" /> <!-- Half Apron -->
--- 77,81 ----
<npc id="baker_female">
<inherit>vendor_female</inherit>
! <title context="Vendor Female Titles">the Baker</title>
<equipped>
<item id="153b" /> <!-- Half Apron -->
|