HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Is it possible to limit Trees/Lumber harvesting to 1 worker at a time?

02-25-2006, 04:32 PM#1
Fulla
As title says, I cant find anything under gameplay constants or in the trees object editor that could alter this?
02-25-2006, 04:41 PM#2
Whitehorn
Unlikely. You can't stop 2 people from hitting 1 unit, so its the same with trees.

You could work out something like.

'Tree is attacked'
'Make tree invulnerable for x seconds' where x = cooldown of harvesting unit attack
02-25-2006, 06:02 PM#3
Murder1833
I sorta had some idea thingy, the wisps can only take up one tree, but the tree doesn't die, if you could find some way to change that, maybe it would work.
02-26-2006, 12:45 AM#4
Moss
Do you mean 1 harvester per player or per tree? I assumed you meant player. So you would have to have only one type of unit that can harvest lumber and only allow the player to build that unit once, or add that ability dynamically to only one unit at a time.