Warcraft III resources & community, 2003–2006 · archived

status/roof

3 posts
#1

status/roof

can someone teach me how to make something like make it so when a hero fight there is 40% to get 1 str :) i cant do jass.

And i need someone to teach me how to raise a doddad

and thank you to who ever teaches me
#2
events-
unit is attacked
conditions-
unit type of attacking unit equal to (unit-type)
level of Add Str Ability equal to (Integar)
actions-
set Ran_Inte = random integar between 1 and 5
if Ran_Inte equal to 2 or less
then do Add 1 to attcking unit's strength attribute
else do nothing

to give a doodad height, use the doodad editor. it SHOULD be in there.
#3
thanks!! :D