Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13483/npcs/monsters/orc
Modified Files:
orc_bomber.xml orc_brute.xml orc_captain.xml orc_chopper.xml
orc_mage.xml orc_scout.xml orcish_lord.xml orcs.xml
Log Message:
gm control for npcs.
Index: orc_scout.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orc_scout.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** orc_scout.xml 7 Sep 2004 00:28:05 -0000 1.12
--- orc_scout.xml 9 Sep 2004 03:19:38 -0000 1.13
***************
*** 12,16 ****
<npc id="orc_scout" inherit="monster_base">
<name>orc scout</name>
! <basescripts>speech.monster</basescripts>
<strproperty name="monsterspeech" value="orc" />
<id>181</id>
--- 12,16 ----
<npc id="orc_scout" inherit="monster_base">
<name>orc scout</name>
! <basescript>speech.monster</basescript>
<strproperty name="monsterspeech" value="orc" />
<id>181</id>
Index: orc_bomber.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orc_bomber.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** orc_bomber.xml 7 Sep 2004 00:28:05 -0000 1.12
--- orc_bomber.xml 9 Sep 2004 03:19:38 -0000 1.13
***************
*** 13,17 ****
<name>orc bomber</name>
<strproperty name="monsterspeech" value="orc" />
! <basescripts>speech.monster</basescripts>
<id>182</id>
<inherit id="KARMA_L2" />
--- 13,17 ----
<name>orc bomber</name>
<strproperty name="monsterspeech" value="orc" />
! <basescript>speech.monster</basescript>
<id>182</id>
<inherit id="KARMA_L2" />
Index: orcish_lord.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orcish_lord.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** orcish_lord.xml 7 Sep 2004 00:28:05 -0000 1.12
--- orcish_lord.xml 9 Sep 2004 03:19:38 -0000 1.13
***************
*** 13,17 ****
<name>orcish lord</name>
<strproperty name="monsterspeech" value="orc" />
! <basescripts>speech.monster</basescripts>
<id>138</id>
<inherit id="KARMA_L3" />
--- 13,17 ----
<name>orcish lord</name>
<strproperty name="monsterspeech" value="orc" />
! <basescript>speech.monster</basescript>
<id>138</id>
<inherit id="KARMA_L3" />
Index: orc_chopper.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orc_chopper.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** orc_chopper.xml 7 Sep 2004 00:28:05 -0000 1.12
--- orc_chopper.xml 9 Sep 2004 03:19:38 -0000 1.13
***************
*** 11,15 ****
<!-- orc chopper -->
<npc id="orc_chopper" inherit="monster_base">
! <basescripts>speech.monster</basescripts>
<strproperty name="monsterspeech" value="orc" />
<name>orc chopper</name>
--- 11,15 ----
<!-- orc chopper -->
<npc id="orc_chopper" inherit="monster_base">
! <basescript>speech.monster</basescript>
<strproperty name="monsterspeech" value="orc" />
<name>orc chopper</name>
Index: orc_brute.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orc_brute.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** orc_brute.xml 7 Sep 2004 00:28:05 -0000 1.12
--- orc_brute.xml 9 Sep 2004 03:19:38 -0000 1.13
***************
*** 12,16 ****
<npc id="orc_brute" inherit="monster_base">
<strproperty name="monsterspeech" value="orc" />
! <basescripts>speech.monster</basescripts>
<name>orc brute</name>
<id>189</id>
--- 12,16 ----
<npc id="orc_brute" inherit="monster_base">
<strproperty name="monsterspeech" value="orc" />
! <basescript>speech.monster</basescript>
<name>orc brute</name>
<id>189</id>
Index: orcs.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orcs.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** orcs.xml 7 Sep 2004 00:28:05 -0000 1.14
--- orcs.xml 9 Sep 2004 03:19:38 -0000 1.15
***************
*** 11,15 ****
<npc id="orc" inherit="monster_base">
<strproperty name="monsterspeech" value="orc" />
! <basescripts>speech.monster</basescripts>
<name><random list="NAMES_ORC" /></name>
<id><random list="NPCIDS_ORC" /></id>
--- 11,15 ----
<npc id="orc" inherit="monster_base">
<strproperty name="monsterspeech" value="orc" />
! <basescript>speech.monster</basescript>
<name><random list="NAMES_ORC" /></name>
<id><random list="NPCIDS_ORC" /></id>
Index: orc_mage.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orc_mage.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** orc_mage.xml 7 Sep 2004 00:28:05 -0000 1.11
--- orc_mage.xml 9 Sep 2004 03:19:38 -0000 1.12
***************
*** 12,16 ****
<npc id="orc_mage" inherit="monster_base">
<name>orc mage</name>
! <basescripts>speech.monster</basescripts>
<strproperty name="monsterspeech" value="orc" />
<id>140</id>
--- 12,16 ----
<npc id="orc_mage" inherit="monster_base">
<name>orc mage</name>
! <basescript>speech.monster</basescript>
<strproperty name="monsterspeech" value="orc" />
<id>140</id>
Index: orc_captain.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orc_captain.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** orc_captain.xml 7 Sep 2004 00:28:05 -0000 1.12
--- orc_captain.xml 9 Sep 2004 03:19:38 -0000 1.13
***************
*** 12,16 ****
<npc id="orc_captain" inherit="monster_base">
<strproperty name="monsterspeech" value="orc" />
! <basescripts>speech.monster</basescripts>
<name>orc captain</name>
<id>7</id>
--- 12,16 ----
<npc id="orc_captain" inherit="monster_base">
<strproperty name="monsterspeech" value="orc" />
! <basescript>speech.monster</basescript>
<name>orc captain</name>
<id>7</id>
|