Update of /cvsroot/wpdev/xmlscripts/definitions/spawnregions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29718/spawnregions
Modified Files:
index.xml
Log Message:
This is an index file! No spawns in it! :P
Index: index.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/spawnregions/index.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** index.xml 7 Jul 2004 13:05:35 -0000 1.4
--- index.xml 8 Jul 2004 14:21:41 -0000 1.5
***************
*** 11,37 ****
-->
<definitions>
! <item id="100gold" inherit="eed">
! <amount>100</amount>
! </item>
!
! <spawnregion id="test">
! <maxnpcamount>10</maxnpcamount>
! <maxitemamount>10</maxitemamount>
! <mintime>2</mintime>
! <maxtime>5</maxtime>
! <npcs>
! <npc>headless</npc>
! </npcs>
! <items>
! <item>100gold</item>
! </items>
! <npcspercycle>1</npcspercycle>
! <itemspercycle>1</itemspercycle>
! <rectangle x1="1377" x2="1387" y1="3808" y2="3822" map="1" />
! </spawnregion>
!
<include file="definitions/spawnregions/felucca/index.xml" />
<include file="definitions/spawnregions/trammel/index.xml" />
<include file="definitions/spawnregions/ilshenar/index.xml" />
<include file="definitions/spawnregions/malas/index.xml" />
</definitions>
--- 11,19 ----
-->
<definitions>
! <!--
<include file="definitions/spawnregions/felucca/index.xml" />
<include file="definitions/spawnregions/trammel/index.xml" />
<include file="definitions/spawnregions/ilshenar/index.xml" />
<include file="definitions/spawnregions/malas/index.xml" />
+ -->
</definitions>
|