Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/humans
In directory sc8-pr-cvs1:/tmp/cvs-serv29631/definitions/npcs/humans
Modified Files:
guards.xml vendors.xml
Log Message:
added some regions.
guards can walk now :)
Index: guards.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/guards.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** guards.xml 23 Sep 2003 15:37:12 -0000 1.6
--- guards.xml 27 Sep 2003 12:30:29 -0000 1.7
***************
*** 14,20 ****
<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>
--- 14,20 ----
<skin><random list="SKINS_HUMAN" /></skin>
<ai>Human_Guard</ai>
+ <wandertype>1</wandertype>
<direction><random min="0" max="7" /></direction> <!-- Facing a random direction -->
<totame>1100</totame>
<notrain />
</npc>
***************
*** 26,32 ****
<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>
--- 26,32 ----
<skin><random list="SKINS_HUMAN" /></skin>
<ai>Human_Guard</ai>
+ <wandertype>1</wandertype>
<direction><random min="0" max="7" /></direction> <!-- Facing a random direction -->
<totame>1100</totame>
<notrain />
</npc>
Index: vendors.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** vendors.xml 27 Sep 2003 02:17:00 -0000 1.23
--- vendors.xml 27 Sep 2003 12:30:29 -0000 1.24
***************
*** 2387,2389 ****
--- 2387,2414 ----
<category>Vendors\Shipwright (Female)</category>
</npc>
+ <!-- A innkeeper vendor -->
+ <npc id="innkeeper_male">
+ <inherit>base_male</inherit>
+ <title>the Innkeeper</title>
+ <ai>Human_Vendor</ai>
+ <shopkeeper>
+ <restockable>
+ </restockable>
+ <sellable>
+ </sellable>
+ </shopkeeper>
+ <category>Vendors\Innkeeper (Male)</category>
+ </npc>
+ <npc id="innkeeper_female">
+ <inherit>base_female</inherit>
+ <title>the Innkeeper</title>
+ <ai>Human_Vendor</ai>
+ <shopkeeper>
+ <restockable>
+ </restockable>
+ <sellable>
+ </sellable>
+ </shopkeeper>
+ <category>Vendors\Innkeeper (Female)</category>
+ </npc>
</definitions>
|