Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/humans
In directory sc8-pr-cvs1:/tmp/cvs-serv5525/definitions/npcs/humans
Modified Files:
civilists.xml vendors.xml
Log Message:
added more npcs & spawnregions :)
Index: civilists.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/civilists.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** civilists.xml 7 Sep 2003 22:00:17 -0000 1.5
--- civilists.xml 27 Sep 2003 22:24:31 -0000 1.6
***************
*** 52,55 ****
--- 52,65 ----
<dex><random min="66" max="80" /></dex>
<int><random min="66" max="80" /></int>
+ </npc>
+
+ <!-- Pirate -->
+ <npc id="pirate_male">
+ <inherit>base_male</inherit>
+ <title>the Pirate</title>
+ </npc>
+ <npc id="pirate_female">
+ <inherit>base_female</inherit>
+ <title>the Pirate</title>
</npc>
</definitions>
Index: vendors.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** vendors.xml 27 Sep 2003 12:30:29 -0000 1.24
--- vendors.xml 27 Sep 2003 22:24:31 -0000 1.25
***************
*** 2412,2414 ****
--- 2412,2439 ----
<category>Vendors\Innkeeper (Female)</category>
</npc>
+ <!-- A tavernkeeper vendor -->
+ <npc id="tavernkeeper_male">
+ <inherit>base_male</inherit>
+ <title>the Tavernkeeper</title>
+ <ai>Human_Vendor</ai>
+ <shopkeeper>
+ <restockable>
+ </restockable>
+ <sellable>
+ </sellable>
+ </shopkeeper>
+ <category>Vendors\Tavernkeeper (Male)</category>
+ </npc>
+ <npc id="tavernkeeper_female">
+ <inherit>base_female</inherit>
+ <title>the Tavernkeeper</title>
+ <ai>Human_Vendor</ai>
+ <shopkeeper>
+ <restockable>
+ </restockable>
+ <sellable>
+ </sellable>
+ </shopkeeper>
+ <category>Vendors\Tavernkeeper (Female)</category>
+ </npc>
</definitions>
|