Warcraft III resources & community, 2003–2006 · archived

Request for Passive Ability (Battle Mastery)

7 posts
#1

Request for Passive Ability (Battle Mastery)

I need a special ability that may act as a Hero's ultimate. It is something that once learned gives permanent 40% bonus damage to the Hero and the ability to gain 1 point Strength per 8 kills, 1 point Agility per 9 kills and 1 point Intelligence per 10 kills. I think I'll call it... Battle Mastery
I hope there's someone out there who can do this thing for me. :) Well, answer me soon! :wink:
#2
This bonus points are permanents??

You could use the dummy ability for the attack bonus, the Item Attack Bonus (Claws of Attack Item)
#3
Yep. Permanent. I don't think there will be an Unlearn option so... I can live with that. :lol:

Well, I'd prefer to see this spell made in JASS, cuz I'm trying to understand how this works, but I won't mind if it's made in GUI or with triggers.
#4
Ah ok ok. Sorry, but the ability for the other post is an aura with 50 for area range.

JASS.... ouch, I'm a beginner.... :(
#6
I'm afraid I didn't understand what other post you were talking about... :?

I hope there's someone who can make this spell? Write back soon. :wink:
#7
You can use Command Aura for the damage. For the attribute bonus it can be very tricky unless the unit never will lose any level on it. You need a trigger registering when a unit dies and a variable for counting the kills. In the trigger you have an if-template that checks if the killing unit has the ability and then you add 1 to the counting variable. Then you use modulo to check it bonus attribute points should be added.