• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Shiva's Arrow

This bundle is marked as useful / simple. Simplicity is bliss, low effort and/or may contain minor bugs.
Elune's Arrow + Frost Nova = Shiva's Arrow
Hope You Like It

http://www.facebook.com/pages/Crewmembo-CMB-Gaming/205556782791029
like our page at facebook -Just Copy The Link Above-

Keywords:
Arrow
Mirana
Shiva
Elunes
Elune's
Spell
Contents

Shiva's Arrow By CmB.Wharup? (Map)

Reviews
Bribe: - Tons of leaks - Not MUI, MPI, it is strictly one cast allowed at a time - A lot of unnecessary things - why set a group you don't use to (Last created group)? - The spell needs too much work to be an approved resource. Please ask for...

Moderator

M

Moderator

Bribe:

- Tons of leaks
- Not MUI, MPI, it is strictly one cast allowed at a time
- A lot of unnecessary things - why set a group you don't use to (Last created group)?
- The spell needs too much work to be an approved resource. Please ask for help making your spells MUI and leakless in the Triggers & Scripts forum: http://www.hiveworkshop.com/forums/triggers-scripts-269/
 
Level 11
Joined
Jul 7, 2010
Messages
709

  • s
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Shiva's Arrow [W]
    • Actions
      • Set Caster = (Triggering unit)
      • Set Point[1] = (Position of Caster)
      • Set Point[2] = (Target point of ability being cast)
      • Set Real[1] = 0.75
      • Unit - Make Caster face Point[2] over 0.01 seconds
      • Unit - Create 1 Dummy Arrow for (Owner of Caster) at (Position of Caster) facing Point[2]
      • Set Last[1] = (Last created unit)
      • Unit - Create 1 Dummy Caster for (Owner of Caster) at (Position of Caster) facing (Facing of (Triggering unit)) degrees
      • Set Last[2] = (Last created unit)
      • Unit - Add a 3.00 second Generic expiration timer to Last[2]
      • Unit - Add a 3.00 second Generic expiration timer to Last[1]
      • Trigger - Turn on PArt <gen>
      • Wait until ((Real[1] Equal to 1.00) and ((Number of units in Group) Equal to 1)), checking every 0.10 seconds
      • Trigger - Turn off PArt <gen>
  • PArt
    • Events
      • Time - Every 0.05 seconds of game time
    • Conditions
    • Actions
      • Unit - Move Last[1] instantly to ((Position of Last[1]) offset by 50.00 towards (Facing of Last[1]) degrees)
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Last[1] is dead) Equal to True
        • Then - Actions
          • Special Effect - Create a special effect at (Position of Last[1]) using Shiva'sWrath.mdx
        • Else - Actions
      • Unit Group - Pick every unit in (Units within 125.00 of (Position of Last[1]) matching ((((Matching unit) is A structure) Equal to False) and ((((Matching unit) belongs to an enemy of (Owner of Caster)) Equal to True) and ((((Matching unit) is dead) Equal to False) and ((((Matching unit) is and do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • ((Picked unit) is in (Last created unit group)) Equal to False
            • Then - Actions
              • Set Group = (Last created unit group)
              • Set Pick = (Picked unit)
              • Unit - Order Last[2] to Undead Lich - Frost Nova Pick
              • Unit Group - Add (Picked unit) to (Last created unit group)
              • Unit - Explode Last[1]
            • Else - Actions

[x] Uses waits.
[x] Very simple.
I suggest you learn how to make spells starting from;
Indexing or Hashtables, Check out http://www.hiveworkshop.com/forums/tutorials/
 
Level 12
Joined
Aug 12, 2008
Messages
349
Creating spell based on creativity not age. There's no such thing as you're younger thus your spell is greater or more perfect. It's all experience! :D The more experience you get the greater your spell can be made.
All the best in learning :) Here are some tutorials that I learn from last time:
[self="http://www.hiveworkshop.com/forums/trigger-gui-editor-tutorials-279/hashtables-mui-133407/"]Hashtables and MUI[/self]
[self="http://www.hiveworkshop.com/forums/trigger-gui-editor-tutorials-279/multi-instancible-gui-spell-making-34393/"]MUI Spell Making[/self]
[self="http://www.hiveworkshop.com/forums/trigger-gui-editor-tutorials-279/dynamic-values-storage-121558/"]Dynamic Values Storage[/self]
 
Level 2
Joined
May 11, 2011
Messages
6
In the age of 13 year old here in the philippines
you only have 2 days to use your computer
coz teenagers had many priority in life not just making spells...
and after the school year you only have 2 months of vacation
not enough time to make greater spell...(for me)
and maybe some day by just making simple spell I can make history...^_^


And Thankyou Guys For Posting some Tutorial link
it makes my spell lot more easier to make...
 
Top