Update of /cvsroot/wpdev/xmlscripts/definitions/items
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12582/items
Modified Files:
core.xml magic.xml slotmachine.xml system.xml
Log Message:
Changed all references to "events" to "scripts"
Index: system.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/system.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** system.xml 6 Aug 2004 09:20:39 -0000 1.9
--- system.xml 25 Aug 2004 17:03:44 -0000 1.10
***************
*** 30,34 ****
<item id="spawngem" inherit="1f13">
<invisible />
! <events>spawngem</events>
<nodecay />
<movable>2</movable>
--- 30,34 ----
<item id="spawngem" inherit="1f13">
<invisible />
! <scripts>spawngem</scripts>
<nodecay />
<movable>2</movable>
***************
*** 39,43 ****
<id>0xe77</id>
<name>trashcan</name>
! <events>trashcan</events>
<color>0x430</color>
<nodecay />
--- 39,43 ----
<id>0xe77</id>
<name>trashcan</name>
! <scripts>trashcan</scripts>
<color>0x430</color>
<nodecay />
Index: core.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/core.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** core.xml 21 Jul 2004 04:18:20 -0000 1.36
--- core.xml 25 Aug 2004 17:03:44 -0000 1.37
***************
*** 11,15 ****
<item id="bank_check">
<id>0x14f0</id>
! <events>check</events>
<color>0x34</color>
<name>a bank check</name>
--- 11,15 ----
<item id="bank_check">
<id>0x14f0</id>
! <scripts>check</scripts>
<color>0x34</color>
<name>a bank check</name>
Index: slotmachine.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/slotmachine.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** slotmachine.xml 17 Jul 2004 03:29:59 -0000 1.5
--- slotmachine.xml 25 Aug 2004 17:03:44 -0000 1.6
***************
*** 15,19 ****
<color>386</color>
<name>a slotmachine</name>
! <events>slotmachine</events>
</item>
--- 15,19 ----
<color>386</color>
<name>a slotmachine</name>
! <scripts>slotmachine</scripts>
</item>
Index: magic.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/magic.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** magic.xml 17 Jul 2004 03:29:59 -0000 1.11
--- magic.xml 25 Aug 2004 17:03:44 -0000 1.12
***************
*** 21,25 ****
<id>0xf6c</id>
<nodecay />
! <events>moongate</events>
<category>Misc\Moongates\Blue Moongate</category>
</item>
--- 21,25 ----
<id>0xf6c</id>
<nodecay />
! <scripts>moongate</scripts>
<category>Misc\Moongates\Blue Moongate</category>
</item>
|