• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Recreate Graviton Beam/Reverse Ensnare

Status
Not open for further replies.
Level 13
Joined
Nov 4, 2006
Messages
1,239
Hi, i want to recreate the Graviton Beam Ability from SC2, for those who don't know, it picks up a Land Unit making it being targeted like an Air unit.

I used the dragonhawkriders ability (renamed it "Lift") as base with the following triggers.

  • Events
    • Unit - A unit starts the effect of an ability
  • Conditions
    • (Ability being cast) equal to Lift
  • Actions
    • Unit - Add classification of an Air-Unit to (Target unit of ability being cast)
    • Unit - Remove classification of a Ground-Unit from (Target unit of ability being cast)
  • Events
    • Unit - A unit ends the effect of an ability
  • Conditions
    • (Ability being cast) equal to Lift
  • Actions
    • Unit - Add classification of an Ground-Unit to (Target unit of ability being cast)
    • Unit - Remove classification of a Air-Unit from (Target unit of ability being cast)

But thats not working. Anyone got an idea on how to do that?
 
Status
Not open for further replies.
Top