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

Help with GUI spell!

Status
Not open for further replies.
Level 15
Joined
Aug 11, 2009
Messages
1,606
Ok,i use the following spell in my map
  • Fire Blast
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Fire Blast
    • Actions
      • Set Caster = (Casting unit)
      • Set Target = (Target unit of ability being cast)
      • Set Damage = (50.00 + (50.00 x (Real((Level of Fire Blast for Caster)))))
      • Unit - Cause Caster to damage Target, dealing Damage damage of attack type Spells and damage type Normal
      • Special Effect - Create a special effect at (Position of Target) using Abilities\Spells\Other\Incinerate\FireLordDeathExplode.mdl
      • Special Effect - Destroy (Last created special effect)
I want someone to help me change it a bit so i can set the damage/mana and those staff for each of the 4 lvl's of it.
 
Status
Not open for further replies.
Top