HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

type buff extends ability?

01-23-2008, 05:23 AM#1
chobibo
I've seen this on jasscraft, so I tried adding a buff to a unit, It was not added. So the question is, does buff really extend an ability or warcraft's engine doesn't allow buffs to get added?
Another question, how can i use the type ability:
Collapse JASS:
local ability a = something // what are valid values that I can put on the variable?
thanks guys!
01-23-2008, 06:26 AM#2
Captain Griffen
Both.

Buffs use the same handle, but in a different way. They may be abilities as far as JASS is concerned, but they have different settings and so cannot be added.