- Joined
- Jun 2, 2004
- Messages
- 849
I'm doing a lot of triggering of abilities/buffs/debuffs in my map, and I'm in need of a good dummy buffer system.
Are there any abilities in standard warcraft 3 that:
- Add a buff with a duration (preferably not auras with their fiddly duration)
- Does not trigger spell shield
- Does nothing else
- Can stack with itself and display separate buffs (given different order string or whatever)
- Can refresh itself and display the same buff (given same order string or whatever)
- Either being applied with a spell or a basic attack are both okay.
- (optional) 4 versions: positive (dispellable), positive (undispellable), negative (dispellable), negative (undispellable) [so that the standard wc3 AI knows how to deal with them]
Right now I'm just picking out abilities that I'm not using for anything else as dummy buffers, and it's limiting. It'd be unfortunate if, say, I'm stuck being unable to use thunder clap because I'm using its buff as a dummy buff. Even worse if I'm sacrificing multiple abilities!
Are there any abilities in standard warcraft 3 that:
- Add a buff with a duration (preferably not auras with their fiddly duration)
- Does not trigger spell shield
- Does nothing else
- Can stack with itself and display separate buffs (given different order string or whatever)
- Can refresh itself and display the same buff (given same order string or whatever)
- Either being applied with a spell or a basic attack are both okay.
- (optional) 4 versions: positive (dispellable), positive (undispellable), negative (dispellable), negative (undispellable) [so that the standard wc3 AI knows how to deal with them]
Right now I'm just picking out abilities that I'm not using for anything else as dummy buffers, and it's limiting. It'd be unfortunate if, say, I'm stuck being unable to use thunder clap because I'm using its buff as a dummy buff. Even worse if I'm sacrificing multiple abilities!