Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/humans
In directory sc8-pr-cvs1:/tmp/cvs-serv7117/definitions/npcs/humans
Modified Files:
civilists.xml vendors.xml
Log Message:
fixes for npcs ai
Index: civilists.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/civilists.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** civilists.xml 20 Dec 2002 21:51:32 -0000 1.2
--- civilists.xml 5 Sep 2003 00:26:51 -0000 1.3
***************
*** 11,14 ****
--- 11,15 ----
<npc id="base_male">
<id>0x190</id>
+ <ai></ai>
<name><random list="NAMES_MALE" /></name>
<skin><random list="SKINS_HUMAN" /></skin>
***************
*** 33,36 ****
--- 34,38 ----
<npc id="base_female">
<id>0x191</id>
+ <ai></ai>
<name><random list="NAMES_FEMALE" /></name>
<skin><random list="SKINS_HUMAN" /></skin>
Index: vendors.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** vendors.xml 16 Jun 2003 13:35:34 -0000 1.17
--- vendors.xml 5 Sep 2003 00:26:51 -0000 1.18
***************
*** 15,18 ****
--- 15,19 ----
<events>speech_banker</events>
<bindmenu>banker_menu</bindmenu>
+ <ai>Human_Vendor</ai>
<swordsmanship>
<random min="150" max="380"/>
***************
*** 31,34 ****
--- 32,36 ----
<events>speech_banker</events>
<bindmenu>banker_menu</bindmenu>
+ <ai>Human_Vendor</ai>
<swordsmanship>
<random min="150" max="380"/>
***************
*** 100,103 ****
--- 102,106 ----
<npc id="tanner_male">
<inherit>base_male</inherit>
+ <ai>Human_Vendor</ai>
<title>the Tanner</title>
<ai>Human_Vendor</ai>
|