Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10296/npcs/monsters/dragons
Modified Files:
ancient_wyrm.xml dragon.xml serpentine_dragon.xml
shadow_wyrm.xml skeletal_dragon.xml white_wyrm.xml
Log Message:
added mage ais
Index: serpentine_dragon.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons/serpentine_dragon.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** serpentine_dragon.xml 16 Oct 2004 18:19:31 -0000 1.15
--- serpentine_dragon.xml 26 Oct 2004 19:23:48 -0000 1.16
***************
*** 48,51 ****
--- 48,52 ----
<strproperty name="carve_hides_type" value="barbed" />
<intproperty name="carve_meat" value="19" />
+ <ai>Monster_Mage</ai>
</npc>
Index: shadow_wyrm.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons/shadow_wyrm.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** shadow_wyrm.xml 16 Oct 2004 18:19:31 -0000 1.14
--- shadow_wyrm.xml 26 Oct 2004 19:23:48 -0000 1.15
***************
*** 49,52 ****
--- 49,53 ----
<strproperty name="carve_hides_type" value="barbed" />
<intproperty name="carve_meat" value="19" />
+ <ai>Monster_Mage</ai>
</npc>
Index: ancient_wyrm.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons/ancient_wyrm.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** ancient_wyrm.xml 16 Oct 2004 18:19:31 -0000 1.15
--- ancient_wyrm.xml 26 Oct 2004 19:23:47 -0000 1.16
***************
*** 48,51 ****
--- 48,52 ----
<intproperty name="carve_meat" value="19" />
<inherit id="speed_fast" />
+ <ai>Monster_Mage</ai>
</npc>
Index: white_wyrm.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons/white_wyrm.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** white_wyrm.xml 16 Oct 2004 18:19:31 -0000 1.19
--- white_wyrm.xml 26 Oct 2004 19:23:48 -0000 1.20
***************
*** 51,54 ****
--- 51,55 ----
<intproperty name="carve_meat" value="19" />
<inherit id="speed_fast" />
+ <ai>Monster_Mage</ai>
</npc>
Index: skeletal_dragon.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons/skeletal_dragon.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** skeletal_dragon.xml 16 Oct 2004 18:19:31 -0000 1.7
--- skeletal_dragon.xml 26 Oct 2004 19:23:48 -0000 1.8
***************
*** 47,50 ****
--- 47,51 ----
<intproperty name="carve_hides" value="20" />
<strproperty name="carve_hides_type" value="barbed" />
+ <ai>Monster_Mage</ai>
</npc>
Index: dragon.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/dragons/dragon.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** dragon.xml 16 Oct 2004 18:19:31 -0000 1.17
--- dragon.xml 26 Oct 2004 19:23:47 -0000 1.18
***************
*** 42,45 ****
--- 42,46 ----
<mintaming>939</mintaming>
<strproperty name="slayer_group" value="dragons" />
+ <ai>Monster_Mage</ai>
</npc>
|