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

Negative Bloodlust

Status
Not open for further replies.
Hello guys, i guess everybody is familiar with the spell Bloodlust. The thing is, i wanna make a negative Bloodlust spell that affects only enemy units by reducing their attack speed, movement speed and scale factor BUT the buff's tooltip text always shows as positive and i wanted to display as negative since the spell is negative.
Another thing, the caster won't automatically cast the spell on enemy units in combat. Is there isn't a Trigger-free way to do that? Else, is there a Bloodlust spell without auto-cast?

This is a map so you can test it and repost if you solve the problem.
I Prefer not to use triggers.
 

Attachments

  • Crap.w3x
    16.9 KB · Views: 53
Level 25
Joined
Aug 13, 2011
Messages
739
Although it requires a trigger, it's a very simple fix:
  • Events
    • Unit - A unit Is attacked
  • Conditions
    • ((Attacking unit) has buff Bloodlust) Equal to False
  • Actions
    • Unit - Order (Attacked unit) to Orc Shaman - Bloodlust (Attacking unit)
You can set conditions to make it more efficient and all that, but that alone should work just fine.

And for the buff, add this to the beginning of the buff's tooltip name:
|c00ff0000

And |r after the name will end the color code.
 
Status
Not open for further replies.
Top