Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/humans
In directory sc8-pr-cvs1:/tmp/cvs-serv31604/definitions/npcs/humans
Modified Files:
civilists.xml vendors.xml
Log Message:
npcs now can walk again :)
Index: civilists.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/civilists.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** civilists.xml 6 Sep 2003 20:44:40 -0000 1.4
--- civilists.xml 7 Sep 2003 22:00:17 -0000 1.5
***************
*** 14,18 ****
<name><random list="NAMES_MALE" /></name>
<skin><random list="SKINS_HUMAN" /></skin>
!
<direction><random min="0" max="7" /></direction> <!-- Facing a random direction -->
--- 14,18 ----
<name><random list="NAMES_MALE" /></name>
<skin><random list="SKINS_HUMAN" /></skin>
! <wandertype>1</wandertype>
<direction><random min="0" max="7" /></direction> <!-- Facing a random direction -->
***************
*** 37,41 ****
<name><random list="NAMES_FEMALE" /></name>
<skin><random list="SKINS_HUMAN" /></skin>
!
<direction><random min="0" max="7" /></direction> <!-- Facing a random direction -->
--- 37,41 ----
<name><random list="NAMES_FEMALE" /></name>
<skin><random list="SKINS_HUMAN" /></skin>
! <wandertype>1</wandertype>
<direction><random min="0" max="7" /></direction> <!-- Facing a random direction -->
Index: vendors.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** vendors.xml 5 Sep 2003 11:04:30 -0000 1.19
--- vendors.xml 7 Sep 2003 22:00:18 -0000 1.20
***************
*** 16,28 ****
<bindmenu>banker_menu</bindmenu>
<ai>Human_Vendor</ai>
- <swordsmanship>
- <random min="150" max="380"/>
- </swordsmanship>
- <itemid>
- <random min="500" max="700"/>
- </itemid>
- <tactics>
- <random min="150" max="380"/>
- </tactics>
<category>Vendors\Banker (Male)</category>
</npc>
--- 16,19 ----
***************
*** 33,45 ****
<bindmenu>banker_menu</bindmenu>
<ai>Human_Vendor</ai>
- <swordsmanship>
- <random min="150" max="380"/>
- </swordsmanship>
- <itemid>
- <random min="500" max="700"/>
- </itemid>
- <tactics>
- <random min="150" max="380"/>
- </tactics>
<category>Vendors\Banker (Female)</category>
</npc>
--- 24,27 ----
***************
*** 49,73 ****
<title>the Barber</title>
<events>speech_barber</events>
- <fencing>
- <random min="150" max="380"/>
- </fencing>
- <parrying>
- <random min="450" max="680"/>
- </parrying>
- <swordsmanship>
- <random min="150" max="380"/>
- </swordsmanship>
- <wrestling>
- <random min="150" max="380"/>
- </wrestling>
- <macefighting>
- <random min="150" max="380"/>
- </macefighting>
- <magicresistance>
- <random min="450" max="680"/>
- </magicresistance>
- <tactics>
- <random min="450" max="680"/>
- </tactics>
<category>Vendors\Barber (Male)</category>
</npc>
--- 31,34 ----
***************
*** 76,100 ****
<title>the Barber</title>
<events>speech_barber</events>
- <fencing>
- <random min="150" max="380"/>
- </fencing>
- <parrying>
- <random min="450" max="680"/>
- </parrying>
- <swordsmanship>
- <random min="150" max="380"/>
- </swordsmanship>
- <wrestling>
- <random min="150" max="380"/>
- </wrestling>
- <macefighting>
- <random min="150" max="380"/>
- </macefighting>
- <magicresistance>
- <random min="450" max="680"/>
- </magicresistance>
- <tactics>
- <random min="450" max="680"/>
- </tactics>
<category>Vendors\Barber (Female)</category>
</npc>
--- 37,40 ----
|