Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/humans
In directory sc8-pr-cvs1:/tmp/cvs-serv2161/definitions/npcs/humans
Modified Files:
guards.xml vendors.xml
Log Message:
added male & female guards.
added a new look for guards
Index: guards.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/guards.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** guards.xml 20 Sep 2003 12:00:10 -0000 1.4
--- guards.xml 21 Sep 2003 17:03:40 -0000 1.5
***************
*** 8,13 ****
-->
<definitions>
! <!-- Guard Base -->
! <npc id="base_guard">
<name><random list="NAMES_MALE" /></name>
<skin><random list="SKINS_HUMAN" /></skin>
--- 8,14 ----
-->
<definitions>
! <!-- Male Guard Base -->
! <npc id="base_male_guard">
! <id>0x190</id>
<name><random list="NAMES_MALE" /></name>
<skin><random list="SKINS_HUMAN" /></skin>
***************
*** 19,25 ****
</npc>
! <npc id="standard_guard">
! <!-- The Equipment of a standard standard_guard -->
! <inherit>base_guard</inherit>
<fame>10000</fame>
--- 20,38 ----
</npc>
! <!-- Female Guard Base -->
! <npc id="base_female_guard">
! <id>0x191</id>
! <name><random list="NAMES_FEMALE" /></name>
! <skin><random list="SKINS_HUMAN" /></skin>
! <ai>Human_Guard</ai>
! <direction><random min="0" max="7" /></direction> <!-- Facing a random direction -->
! <totame>1100</totame>
! <npcwander type="circle" radius="20" />
! <notrain />
! </npc>
!
! <npc id="male_guard">
! <!-- The Equipment of a male_guard -->
! <inherit>base_male_guard</inherit>
<fame>10000</fame>
***************
*** 43,52 ****
<equipped>
! <item inherit="13bb" />
! <item inherit="e75" />
! <item inheritlist="HAIR" />
! <item inherit="1efd" />
! <item inheritlist="PANTS" />
! <item inheritlist="SHOES" />
</equipped>
</npc>
--- 56,96 ----
<equipped>
! <item inheritlist="HAIR" />
! <item inherit="e75" /> <!-- Backpack -->
! <item inherit="143f" /> <!-- Halberd -->
! <item inherit="1f7b" /> <!-- Doublet -->
! <item inherit="1410" /> <!-- Plate Arms -->
! <item inherit="1411" /> <!-- Plate Legs -->
! </equipped>
! </npc>
!
! <npc id="female_guard">
! <!-- The Equipment of a female_guard -->
! <inherit>base_female_guard</inherit>
!
! <fame>10000</fame>
! <karma>10000</karma>
! <defense>1000</defense>
! <attack>1000</attack>
! <priv1>4</priv1>
! <str><random min="1000" max="1500" /></str>
! <dex><random min="1000" max="1500" /></dex>
! <int><random min="1000" max="1500" /></int>
!
! <parrying>990</parrying>
! <magicresistance>990</magicresistance>
! <tactics>1000</tactics>
! <wrestling>990</wrestling>
!
! <hidamage>1000</hidamage>
! <lodamage>1000</lodamage>
!
! <title>the guard</title>
!
! <equipped>
! <item inheritlist="HAIR_FEMALE" />
! <item inherit="e75" /> <!-- Backpack -->
! <item inherit="143f" /> <!-- Halberd -->
! <item inherit="1c04" /> <!-- Female Plate -->
</equipped>
</npc>
Index: vendors.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** vendors.xml 14 Sep 2003 18:57:30 -0000 1.21
--- vendors.xml 21 Sep 2003 17:03:40 -0000 1.22
***************
*** 16,19 ****
--- 16,23 ----
<bindmenu>banker_menu</bindmenu>
<ai>Human_Vendor</ai>
+ <equipped>
+ <item inherit="1515" /> <!-- Cloak -->
+ <item inherit="1541" /> <!-- Sash -->
+ </equipped>
<category>Vendors\Banker (Male)</category>
</npc>
***************
*** 24,27 ****
--- 28,35 ----
<bindmenu>banker_menu</bindmenu>
<ai>Human_Vendor</ai>
+ <equipped>
+ <item inherit="1515" /> <!-- Cloak -->
+ <item inherit="1719" /> <!-- Bonnet -->
+ </equipped>
<category>Vendors\Banker (Female)</category>
</npc>
|