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

How do i make a blood lust spell for hero skill?

Status
Not open for further replies.

S11

S11

Level 3
Joined
Apr 29, 2012
Messages
41
I been trying to make a custom spell for blood lust for hero skill, but it hasnt been working this is what i have

  • Blood Lust
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Ticked
    • Actions
      • Set Caster = (Triggering unit)
      • Set Templocation = (Position of Caster)
      • Set Templocation2 = (Templocation offset by (50.00, 0.00))
      • Unit - Create 1 Dummy Cow Adept for (Triggering player) at Templocation2 facing Default building facing degrees
      • Set Dummy = (Last created unit)
      • Unit - Add a 0.50 second Generic expiration timer to (Last created unit)
      • Unit - Add Bloodlust to (Last created unit)
      • Unit - Order (Last created unit) to Orc Shaman - Bloodlust (Picked unit)
      • Custom script: call RemoveLocation(udg_Templocation)
      • Custom script: call RemoveLocation(udg_Templocation2)
Ticked is fan of knives, just renamed and nulled out so it doesnt do any damage
 
Level 9
Joined
Dec 21, 2011
Messages
332
Wut.

Dude. If I can recall you CAN make the Bloodlust A REAL HERO SKILL.

Hmm. I can't upload to THW. I don't know why it doesn't work to me but, this is what I did.

Click The Skill and Copy Paste

Then Make The Skill (the custom one ofc) hero Skill

How?

Find Stats Hero Ability = True.

Remove Requirments ETC. and put Research Image.

There you go!
~Da Fist~
 
Level 11
Joined
Jun 20, 2009
Messages
880
Order (Last created unit) to Orc Shaman - Bloodlust (Picked unit)
Replace "Picked unit" with "Triggering unit"

And since you created those "Caster" and "Dummy" variables, you should use them (or remove).
 
Status
Not open for further replies.
Top