Update of /cvsroot/wpdev/xmlscripts/definitions/spawnregions
In directory sc8-pr-cvs1:/tmp/cvs-serv31604/definitions/spawnregions
Modified Files:
graveyards.xml
Log Message:
npcs now can walk again :)
Index: graveyards.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/spawnregions/graveyards.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** graveyards.xml 1 Jan 2003 19:34:35 -0000 1.3
--- graveyards.xml 7 Sep 2003 22:00:20 -0000 1.4
***************
*** 25,32 ****
<mintime>10</mintime>
<maxtime>30</maxtime>
! <!-- 3/4 headless, 1/4 skeleton -->
<npcs>
! <npc mult="3">orc_weak</npc>
! <npc mult="1">orc_medium</npc>
</npcs>
--- 25,32 ----
<mintime>10</mintime>
<maxtime>30</maxtime>
! <!-- 3/4 orc1, 1/4 orc2 -->
<npcs>
! <npc mult="3">orc_1</npc>
! <npc mult="1">orc_2</npc>
</npcs>
|