• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Question...

Status
Not open for further replies.
I can't find a spell called Axe throw, but:

If it's a target point spell:
  • Melee Initialization
    • Events
    • Conditions
    • Actions
      • Set Point = (Center of Region 000 <gen>)
      • Unit - Order Rexxar 0000 <gen> to Attack-Move To Point
      • Custom script: call RemoveLocation(udg_Point)
Change 'Rexar 0000' to the Casting Unit and 'Attack Move' to the spell base. To define the location, change 'set Point = X'.


Target Unit:
  • test
    • Events
    • Conditions
    • Actions
      • Unit - Order Rexxar 0000 <gen> to Attack Fel Orc Warlock 0001 <gen>
Change 'Rexxar 0000' to the Casting Unit. Change 'Attack' to the spell base. Change 'Fel Orc Warlock 0001' to the target unit.
 
Status
Not open for further replies.
Top