Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters
In directory sc8-pr-cvs1:/tmp/cvs-serv31604/definitions/npcs/monsters
Modified Files:
base.xml undeads.xml
Log Message:
npcs now can walk again :)
Index: base.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/base.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** base.xml 16 Jun 2003 13:35:34 -0000 1.5
--- base.xml 7 Sep 2003 22:00:19 -0000 1.6
***************
*** 13,17 ****
<ai>Monster_Aggressive_L1</ai>
<totame>1100</totame>
! <npcwander type="circle" radius="20"/>
<direction>
<random min="0" max="7"/>
--- 13,17 ----
<ai>Monster_Aggressive_L1</ai>
<totame>1100</totame>
! <wandertype>1</wandertype>
<direction>
<random min="0" max="7"/>
Index: undeads.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/undeads.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** undeads.xml 23 Aug 2003 07:07:25 -0000 1.10
--- undeads.xml 7 Sep 2003 22:00:19 -0000 1.11
***************
*** 11,15 ****
<npc id="undead_base">
<ai>2</ai>
! <npcwander type="circle" radius="20"/>
<totame>1100</totame>
</npc>
--- 11,15 ----
<npc id="undead_base">
<ai>2</ai>
! <wandertype>"circle" radius="20"</wandertype>
<totame>1100</totame>
</npc>
|