any way to change the attack range?

Status
Not open for further replies.
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.. ^^
 
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.
Back
Top