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

hero abilitys - Troll Warrior

Status
Not open for further replies.
Level 10
Joined
Apr 3, 2006
Messages
535
I need a few more ideas for abilitys for my troll warrior hero. SO far i have

Troll regeneration - regenerates hp
Battle rage - like blood lust increase attack speed and movement speed
critical strike?
endurance aura

any other idea's? i was thinking maybe a missle spell to balance him out a little bit. thanks for any ideas/help!
 
Level 6
Joined
Feb 18, 2005
Messages
263
Friend of the woods
the closer he is to a tree, the lesser visible he is.
Code:
set transparency = (ability_range - distance)/ability_range in %
set level of evade = round(transparency*10) (9% chance to be missed per level, 10 levels -> 90% on max - you may allways get hit by a stray arrow...)

Natures guidance
the more 'natural' the ground is, the faster is the troll
Code:
order all terrains in your map into an array
pick the current ground the troll is on
set his movementspeed according

<Leader>/<Beloved> of the tribe
The troll calls for the rest of his ribe, asking them to aid him in battle.
Code:
for Integer A = 1 to <max number of trolls>
- get position of closest tree
- create troll at (getted position)
- add expiration timer to (last created unit)
- order (last created unit) rightclick <our troll>

so thats all i have in mind right now - hope you get some ideas ^^
 
Status
Not open for further replies.
Top