• 🏆 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!

any way to change the attack range?

Status
Not open for further replies.
Level 7
Joined
Nov 15, 2009
Messages
225
Use upgrades.
Copy and paste the human 'Flying Machine Bombs' upgrade and level 1 enables attack 1 and level 2 enables attack 2.

Now go to your unit, give the upgrade to the unit and change attack 2 to your needs.
Disable both attacks.
Go to Scenario -> Upgrade properties -> click on: 'Select all players'
-> YOURUPGRADE (level 1) Researched
-> YOURUPGRADE (level 2) Available

Now if you cast your spell, you will need a trigger.
Something like this:
  • Events
    • Unit - A unit Starts the effect of an ability
  • Conditions
    • (Ability being cast) Equal to YOURSPELL
  • Actions
    • Player - Set the current research level of YOURUPGRADE to 2 for (Triggering player)
    • Wait DURATION seconds
    • Player - Set the current research level of YOURUPGRADE to 1 for (Triggering player)
Anything BIG should be changed of course.. ^^
 
Level 19
Joined
Aug 8, 2007
Messages
2,765
Use upgrades.
Copy and paste the human 'Flying Machine Bombs' upgrade and level 1 enables attack 1 and level 2 enables attack 2.

Now go to your unit, give the upgrade to the unit and change attack 2 to your needs.

Now if you cast your spell, you will need a trigger.
Something like this:
  • Events
    • Unit - A unit Starts the effect of an ability
  • Conditions
    • (Ability being cast) Equal to YOURSPELL
  • Actions
    • Player - Set the current research level of YOURUPGRADE to 2 for (Triggering player)
    • Wait DURATION seconds
    • Player - Set the current research level of YOURUPGRADE to 1 for (Triggering player)
Anything BIG should be changed of course.. ^^

You cannot de-level upgrades
 
Status
Not open for further replies.
Top