[wpdev-commits] xmlscripts/scripts/system spawns.py,1.6,1.7
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-17 23:05:58
|
Update of /cvsroot/wpdev/xmlscripts/scripts/system In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10808/system Modified Files: spawns.py Log Message: fixed spawngem circle wander. Index: spawns.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/system/spawns.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** spawns.py 25 Aug 2004 17:03:06 -0000 1.6 --- spawns.py 17 Sep 2004 23:05:48 -0000 1.7 *************** *** 17,20 **** --- 17,22 ---- npc.settag('spawner', spawner.serial) npc.wandertype = 3 + npc.wanderx1 = spawner.pos.x + npc.wandery1 = spawner.pos.y npc.wanderradius = area npc.addscript( 'system.spawns' ) |