• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Mortar shot ability help (reforged)

Level 45
Joined
Feb 27, 2007
Messages
5,578
No area of effect damage needed actually
Then what is the arrow doing? If it targets XY coordinates then it can’t target a unit to do things to and it by default has to do some area effect where it lands.

Depending on your intent you could implement a projectile system, base a skill off of acid bomb and dummy-cast it, or use something like Flamestrike.
 
Level 45
Joined
Feb 27, 2007
Messages
5,578
It seems i can not make Acid bomb to be thrown at xy.
No you can't but you can do this:
  • Hero casts a fake skill targeting XY that doesn't do anything else but take mana and go on cooldown
  • Create a dummy unit at that targeted xy and another at the hero's xy; give both dummies short expiration timers
  • Give a modified Acid Bomb spell to the second dummy, set its level to match the caster's
  • Order the second dummy to Acid Bomb the first dummy, which will apply all of its secondary damage and effects to things around the target xy
I'm still confused though because you said you don't want to do aoe damage but you seem interested in Acid Bomb which does damage. Are you hoping to apply some sort of buff/debuff or other effect in the AoE where the arrow lands?
 
Top