HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Lumber bounty not showing?

11-19-2007, 12:50 PM#1
cohadar
When creeps have gold bounty it displays gold amount in floating text when they get killed, but there is none for lumber bounty.

Is there some way to make this happen without manually coding floating text?
11-20-2007, 03:08 AM#2
Av3n
Lumber bounty doesn't show at all. I think you'll have to play around with other parts of the map first.

I think its better to manually code it as well

-Av3n
11-20-2007, 07:02 AM#3
Pyrogasm
You might be able to modify/build off this code by weaaddar to make a GetUnitLumberValue function.
11-20-2007, 09:25 AM#4
cohadar
Ah no need for that, all units that give lumber give 1 lumber, so I guess coding floating text will not be a problem, I just thought there might be simply a flag I need to check somewhere (gameplay constants for example) that would solve this without triggers.

Well back to jass I guess.