Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1364/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:
Merged monster speech.
Index: orc_scout.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orc_scout.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** orc_scout.xml 5 Sep 2004 02:08:21 -0000 1.10
--- orc_scout.xml 5 Sep 2004 17:41:35 -0000 1.11
***************
*** 12,16 ****
<npc id="orc_scout" inherit="monster_base">
<name>orc scout</name>
! <basescripts>speech.orc</basescripts>
<id>181</id>
<karma><random list="KARMA_L2" /></karma>
--- 12,17 ----
<npc id="orc_scout" inherit="monster_base">
<name>orc scout</name>
! <basescripts>speech.monster</basescripts>
! <strproperty name="monsterspeech" value="orc" />
<id>181</id>
<karma><random list="KARMA_L2" /></karma>
Index: orc_bomber.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orc_bomber.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** orc_bomber.xml 5 Sep 2004 02:08:21 -0000 1.10
--- orc_bomber.xml 5 Sep 2004 17:41:35 -0000 1.11
***************
*** 12,16 ****
<npc id="orc_bomber" inherit="monster_base">
<name>orc bomber</name>
! <basescripts>speech.orc</basescripts>
<id>182</id>
<karma><random list="KARMA_L2" /></karma>
--- 12,17 ----
<npc id="orc_bomber" inherit="monster_base">
<name>orc bomber</name>
! <strproperty name="monsterspeech" value="orc" />
! <basescripts>speech.monster</basescripts>
<id>182</id>
<karma><random list="KARMA_L2" /></karma>
Index: orcish_lord.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orcish_lord.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** orcish_lord.xml 5 Sep 2004 02:08:21 -0000 1.10
--- orcish_lord.xml 5 Sep 2004 17:41:35 -0000 1.11
***************
*** 12,16 ****
<npc id="orcish_lord" inherit="monster_base">
<name>orcish lord</name>
! <basescripts>speech.orc</basescripts>
<id>138</id>
<karma><random list="KARMA_L3" /></karma>
--- 12,17 ----
<npc id="orcish_lord" inherit="monster_base">
<name>orcish lord</name>
! <strproperty name="monsterspeech" value="orc" />
! <basescripts>speech.monster</basescripts>
<id>138</id>
<karma><random list="KARMA_L3" /></karma>
Index: orc_chopper.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orc_chopper.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** orc_chopper.xml 5 Sep 2004 02:08:21 -0000 1.10
--- orc_chopper.xml 5 Sep 2004 17:41:35 -0000 1.11
***************
*** 11,15 ****
<!-- orc chopper -->
<npc id="orc_chopper" inherit="monster_base">
! <basescripts>speech.orc</basescripts>
<name>orc chopper</name>
<id>139</id>
--- 11,16 ----
<!-- orc chopper -->
<npc id="orc_chopper" inherit="monster_base">
! <basescripts>speech.monster</basescripts>
! <strproperty name="monsterspeech" value="orc" />
<name>orc chopper</name>
<id>139</id>
Index: orc_brute.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orc_brute.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** orc_brute.xml 5 Sep 2004 02:08:21 -0000 1.10
--- orc_brute.xml 5 Sep 2004 17:41:35 -0000 1.11
***************
*** 11,15 ****
<!-- orc brute -->
<npc id="orc_brute" inherit="monster_base">
! <basescripts>speech.orc</basescripts>
<name>orc brute</name>
<id>189</id>
--- 11,16 ----
<!-- orc brute -->
<npc id="orc_brute" inherit="monster_base">
! <strproperty name="monsterspeech" value="orc" />
! <basescripts>speech.monster</basescripts>
<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.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** orcs.xml 5 Sep 2004 02:08:21 -0000 1.12
--- orcs.xml 5 Sep 2004 17:41:35 -0000 1.13
***************
*** 10,14 ****
<npc id="orc" inherit="monster_base">
! <basescripts>speech.orc</basescripts>
<name><random list="NAMES_ORC" /></name>
<id><random list="NPCIDS_ORC" /></id>
--- 10,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>
Index: orc_mage.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orc_mage.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** orc_mage.xml 5 Sep 2004 02:08:21 -0000 1.9
--- orc_mage.xml 5 Sep 2004 17:41:35 -0000 1.10
***************
*** 12,16 ****
<npc id="orc_mage" inherit="monster_base">
<name>orc mage</name>
! <basescripts>speech.orc</basescripts>
<id>140</id>
<karma><random list="KARMA_L3" /></karma>
--- 12,17 ----
<npc id="orc_mage" inherit="monster_base">
<name>orc mage</name>
! <basescripts>speech.monster</basescripts>
! <strproperty name="monsterspeech" value="orc" />
<id>140</id>
<karma><random list="KARMA_L3" /></karma>
Index: orc_captain.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/monsters/orc/orc_captain.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** orc_captain.xml 5 Sep 2004 02:08:21 -0000 1.10
--- orc_captain.xml 5 Sep 2004 17:41:35 -0000 1.11
***************
*** 11,15 ****
<!-- an orc captain -->
<npc id="orc_captain" inherit="monster_base">
! <basescripts>speech.orc</basescripts>
<name>orc captain</name>
<id>7</id>
--- 11,16 ----
<!-- an orc captain -->
<npc id="orc_captain" inherit="monster_base">
! <strproperty name="monsterspeech" value="orc" />
! <basescripts>speech.monster</basescripts>
<name>orc captain</name>
<id>7</id>
|