• 💀 Happy Halloween! 💀 It's time to vote for the best terrain! Check out the entries to Hive's HD Terrain Contest #2 - Vampire Folklore.❗️Poll closes on November 14, 2023. 🔗Click here to cast your vote!
  • 🏆 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!
  • 🏆 HD Level Design Contest #1 is OPEN! Contestants must create a maze with at least one entry point, and at least one exit point. The map should be made in HD mode, and should not be openable in SD. Only custom models from Hive's HD model and texture sections are allowed. The only exceptions are DNC models and omnilights. This is mainly a visual and design oriented contest, not technical. The UI and video walkthrough rules are there to give everyone an equal shot at victory by standardizing how viewers see the terrain. 🔗Click here to enter!

[Trigger] Ability does not deal dmg

Status
Not open for further replies.
Level 2
Joined
Feb 21, 2014
Messages
18
  • Storm Bolt STR
    • Wydarzenia
      • Jednostka - A unit Rozpoczyna dziaĹ‚anie zdolnoĹ›ci
    • Warunki
      • (Ability being cast) RĂłwna siÄ™ Storm Bolt
    • Akcje
      • -------- ------------------------------------------------------------------------------------------------- --------
      • -------- Getting the Spell constants --------
      • -------- ------------------------------------------------------------------------------------------------- --------
      • Set StormBolt_Caster = (Triggering unit)
      • Set StormBolt_Location = (Position of StormBolt_Caster)
      • Set StormBolt_Owner = (Owner of StormBolt_Caster)
      • Set StormBolt_Ability_Level = (Level of (Ability being cast) for StormBolt_Caster)
      • -------- ------------------------------------------------------------------------------------------------- --------
      • -------- Setting the Spell values --------
      • -------- ------------------------------------------------------------------------------------------------- --------
      • Set StormBolt_STR = (SiĹ‚a of StormBolt_Caster (NanieĹ› bonuses))
      • Set StormBolt_DMG_Multiplayer = (1.85 x (Real((Level of Storm Bolt for StormBolt_Caster))))
      • Set StormBolt_DMG = ((Real(StormBolt_STR)) x StormBolt_DMG_Multiplayer)
      • Set StormBolt_Dummy_Ability = Storm Bolt
      • Jednostka - Cause StormBolt_Caster to damage (Picked unit), dealing StormBolt_DMG damage of attack type ZaklÄ™cia and damage type Nieznany
      • -------- Creating and setting floating text --------
      • -------- ------------------------------------------------------------------------------------------------- --------
      • Tekst - Create floating text that reads ((String((Integer(StormBolt_DMG)))) + !) above StormBolt_Caster with Z offset 0.00, using font size 10.00, color (0.00%, 40.00%, 100.00%), and 0.00% transparency
      • Tekst - Change (Last created floating text): Wyłącz permanence
      • Tekst - Set the velocity of (Last created floating text) to 64.00 towards 90.00 degrees
      • Tekst - Change the fading age of (Last created floating text) to 3.00 seconds
      • Tekst - Change the lifespan of (Last created floating text) to 5.00 seconds
      • -------- ------------------------------------------------------------------------------------------------- --------
      • -------- Clearing Leaks --------
      • -------- ------------------------------------------------------------------------------------------------- --------
      • Custom script: call RemoveLocation(udg_StormBolt_Location)
Can someone help me with it. Some things are not in english thats why there are strange signs there :p. Its Polish warcraft
 
Status
Not open for further replies.
Top