Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/shadows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6107/npcs/monsters/shadows
Modified Files:
darknight_creeper.xml impaler.xml
Log Message:
poisoning for monsters
Index: darknight_creeper.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/shadows/darknight_creeper.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** darknight_creeper.xml 16 Oct 2004 18:19:33 -0000 1.6
--- darknight_creeper.xml 27 Oct 2004 16:20:33 -0000 1.7
***************
*** 46,49 ****
--- 46,52 ----
<strproperty name="slayer_group" value="undeads" />
<category>Monsters\Shadows\Darknight Creeper</category>
+
+ <basescript>npc.poison</basescript>
+ <intproperty name="hit_poison_level" value="4" />
</npc>
Index: impaler.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/shadows/impaler.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** impaler.xml 7 Oct 2004 20:13:55 -0000 1.5
--- impaler.xml 27 Oct 2004 16:20:33 -0000 1.6
***************
*** 41,44 ****
--- 41,47 ----
<category>Monsters\Shadows\Impaler</category>
<strproperty name="slayer_group" value="daemons" />
+
+ <basescript>npc.poison</basescript>
+ <intproperty name="hit_poison_level" value="5" />
</npc>
|