Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10296/npcs/monsters/common
Modified Files:
elder_gazer.xml gazer.xml pixie.xml reaper.xml shadow_wisp.xml
wisp.xml
Log Message:
added mage ais
Index: wisp.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/wisp.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** wisp.xml 16 Oct 2004 18:19:31 -0000 1.13
--- wisp.xml 26 Oct 2004 19:23:44 -0000 1.14
***************
*** 43,46 ****
--- 43,47 ----
<category>Monsters\Common\Wisp</category>
<inherit id="speed_fast" />
+ <ai>Monster_Mage</ai>
</npc>
Index: elder_gazer.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/elder_gazer.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** elder_gazer.xml 16 Oct 2004 18:19:31 -0000 1.12
--- elder_gazer.xml 26 Oct 2004 19:23:43 -0000 1.13
***************
*** 42,45 ****
--- 42,46 ----
<lootpacks>lootpack_filthy_rich;lootpack_rich;gems</lootpacks>
<category>Monsters\Common\Elder Gazer</category>
+ <ai>Monster_Mage</ai>
</npc>
Index: reaper.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/reaper.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** reaper.xml 16 Oct 2004 18:19:31 -0000 1.11
--- reaper.xml 26 Oct 2004 19:23:44 -0000 1.12
***************
*** 43,46 ****
--- 43,47 ----
<lootpacks>lootpack_average</lootpacks>
<category>Monsters\Common\Reaper</category>
+ <ai>Monster_Mage</ai>
</npc>
Index: pixie.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/pixie.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pixie.xml 16 Oct 2004 18:19:31 -0000 1.5
--- pixie.xml 26 Oct 2004 19:23:44 -0000 1.6
***************
*** 49,52 ****
--- 49,53 ----
<intproperty name="carve_meat" value="1" />
<inherit id="speed_veryfast" />
+ <ai>Monster_Mage</ai>
</npc>
Index: gazer.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/gazer.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** gazer.xml 16 Oct 2004 18:19:31 -0000 1.12
--- gazer.xml 26 Oct 2004 19:23:43 -0000 1.13
***************
*** 43,46 ****
--- 43,47 ----
<intproperty name="carve_meat" value="1" />
+ <ai>Monster_Mage</ai>
</npc>
Index: shadow_wisp.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/common/shadow_wisp.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** shadow_wisp.xml 16 Oct 2004 18:19:31 -0000 1.12
--- shadow_wisp.xml 26 Oct 2004 19:23:44 -0000 1.13
***************
*** 40,43 ****
--- 40,44 ----
<!--<lootpacks></lootpacks>-->
<category>Monsters\Common\Shadow Wisp</category>
+ <ai>Monster_Mage</ai>
</npc>
|