• 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.

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