[wpdev-commits] xmlscripts/definitions/npcs/animals base.xml,1.1,1.2
Brought to you by:
rip,
thiagocorrea
|
From: <ri...@us...> - 2003-09-07 22:02:13
|
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/animals In directory sc8-pr-cvs1:/tmp/cvs-serv31604/definitions/npcs/animals Modified Files: base.xml Log Message: npcs now can walk again :) Index: base.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/animals/base.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** base.xml 31 Dec 2002 15:14:28 -0000 1.1 --- base.xml 7 Sep 2003 22:00:17 -0000 1.2 *************** *** 10,14 **** <!-- animal_base --> <npc id="animal_base"> ! <npcwander type="circle" radius="20" /> <direction><random min="0" max="7" /></direction> </npc> --- 10,14 ---- <!-- animal_base --> <npc id="animal_base"> ! <wandertype>1</wandertype> <direction><random min="0" max="7" /></direction> </npc> |