[wpdev-commits] xmlscripts definitions.xml,1.59,1.60
Brought to you by:
rip,
thiagocorrea
|
From: <dr...@us...> - 2003-12-28 05:14:59
|
Update of /cvsroot/wpdev/xmlscripts In directory sc8-pr-cvs1:/tmp/cvs-serv20285 Modified Files: definitions.xml Log Message: Monster List Index: definitions.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions.xml,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** definitions.xml 27 Dec 2003 15:39:10 -0000 1.59 --- definitions.xml 27 Dec 2003 20:45:48 -0000 1.60 *************** *** 25,51 **** <!-- NPCs --> ! <include file="definitions/npcs/animals/mountables.xml"/> ! <include file="definitions/npcs/animals/base.xml"/> ! <include file="definitions/npcs/animals/land.xml"/> ! <include file="definitions/npcs/animals/water.xml"/> ! <include file="definitions/npcs/animals/air.xml"/> ! ! <include file="definitions/npcs/humans/civilists.xml"/> ! <include file="definitions/npcs/humans/guards.xml"/> ! <include file="definitions/npcs/humans/vendors.xml"/> ! <include file="definitions/npcs/monsters/base.xml"/> ! <include file="definitions/npcs/monsters/deamons.xml"/> ! <include file="definitions/npcs/monsters/dragons.xml"/> ! <include file="definitions/npcs/monsters/elementals.xml"/> ! <include file="definitions/npcs/monsters/giantanimals.xml"/> ! <include file="definitions/npcs/monsters/giants.xml"/> ! <include file="definitions/npcs/monsters/lizardmen.xml"/> ! <include file="definitions/npcs/monsters/magicals_summoned.xml"/> ! <include file="definitions/npcs/monsters/ophidians.xml"/> ! <include file="definitions/npcs/monsters/orcs.xml"/> ! <include file="definitions/npcs/monsters/ratmen.xml"/> ! <include file="definitions/npcs/monsters/seacreatures.xml"/> ! <include file="definitions/npcs/monsters/terathens.xml"/> ! <include file="definitions/npcs/monsters/undeads.xml"/> <!-- Locations --> --- 25,40 ---- <!-- NPCs --> ! <!-- Animals --> ! <include file="definitions/npcs/animals/mountables.xml"/> ! <include file="definitions/npcs/animals/base.xml"/> ! <include file="definitions/npcs/animals/land.xml"/> ! <include file="definitions/npcs/animals/water.xml"/> ! <include file="definitions/npcs/animals/air.xml"/> ! <!-- Human --> ! <include file="definitions/npcs/humans/civilists.xml"/> ! <include file="definitions/npcs/humans/guards.xml"/> ! <include file="definitions/npcs/humans/vendors.xml"/> ! <!-- Monsters --> ! <include file="definitions/npcs/monsters/monster_list.xml"/> <!-- Locations --> |