Ok... so from what I got you want the unit to keep shooting flames (like the one from the Pandaren Brewmaster) but more than one wave? And, do you want it non-channeling? It's easy... Create a dummy unit. It should have locust ability, a Fire Breath (like the one from PB) with no cooldown, no mana cost, and the damage you want. And here comes the trigger:
Event - An Unit Starts The Effect of an Ability
Conditions - Ability Being Cast equal to YourAbility
Actions - Create 1 Dummy for (Owner of (Casting Unit)) at position of (Casting Unit) facing 0.00 degrees
- For (Integer A) from 1 to 6 do actions
- Order (LastCreatedUnit) to Neutral - Pandaren Brewmaster - FireBreath at position of (LastCreatedUnit)
- wait 1.00
// -endFOR ->This is where the for ends
- Remove (LastCreatedUnit)
Of course, you can change the second value in the FOR (Which is now 6) to how many waves you want.
And Harper, if you think you are too lazy I suggest you just don't show it. Explain people in general what to do and just don't mention the lazy part.
~Daelin