[distro 097] bug in spawner
Posted: Mon Apr 09, 2007 6:33 am
Spawner doesn't spawn because of bug at line 27 in
\pkg\systems\spawnSystem\engines\itemFill\spawnCycle.src
and
\pkg\systems\spawnSystem\engines\npcFill\spawnCycle.src
Should be replaced with:
\pkg\systems\spawnSystem\engines\itemFill\spawnCycle.src
and
\pkg\systems\spawnSystem\engines\npcFill\spawnCycle.src
Code: Select all
var max_amt := GetConfigInt(group_settings, "max_amt");Code: Select all
var max_amt := CInt(group_settings.max_amt);