• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

problem import spells

Status
Not open for further replies.
Level 19
Joined
Feb 15, 2008
Messages
2,184
when i copy a spell and paste it on my map....

every thing is correct with variables and so on....

but the thing is i need to pick every thing for abilitys....

like i have and ability like this one...

  • Multishot
    • Events
      • Unit - A unit Is attacked
    • Conditions
      • (Level of DUMMY CHOOSER (Melee) for (Attacking unit)) Greater than 0
      • (Unit-type of (Attacking unit)) Equal to Demon Hunter
    • Actions
      • If (All Conditions
  • are True) then do (Then Actions) else do (Else Actions)
    • If - Conditions
      • (Custom value of (Attacking unit)) Less than 1
    • Then - Actions
      • Unit - Remove MultiShot (ranged) from (Attacking unit)
      • Unit - Remove MultiAttack (Melee) from (Attacking unit)
      • Unit - Set the custom value of (Attacking unit) to ((Custom value of (Attacking unit)) + 1)
    • Else - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • ((Attacking unit) is A ranged attacker) Equal to True
        • Then - Actions
          • Unit - Add MultiShot (ranged) to (Attacking unit)
          • Unit - Set level of MultiShot (ranged) for (Attacking unit) to (Level of DUMMY CHOOSER (Melee) for (Attacking unit))
        • Else - Actions
          • Unit - Add MultiAttack (Melee) to (Attacking unit)
          • Unit - Set level of MultiAttack (Melee) for (Attacking unit) to (Level of DUMMY CHOOSER (Melee) for (Attacking unit))
      • Unit - Set the custom value of (Attacking unit) to 0
then i need to change all this unit add multishot add multi attack i dont want to do that that sux....

i want it to copy every thing :S
 
Status
Not open for further replies.
Top