Topic: Help with Custom Hero

OK so i have been working on a DoTA wanna be for me and my friends to play, and i have been trying to do something like the Nerubian Weaver(for those of you who play). I want the hero to does an additional attack, or just the same amount of damage again when he attacks, the rest i can do. Please help.

Re: Help with Custom Hero

Clarification:
You want a hero that attacks twice at once, dealing the same amount of damage two times in a row?

I don't play DotA anymore, so I can't relate, but I'm not sure what the driving idea behind this is. Why not just make him do double damage?

http://card.mygamercard.net/gelsig/gold/SansSariph.png

Re: Help with Custom Hero

Because first double damage would be all the time, i would like this to be on a cooldown, second crit is a % chance, i just want it to go off w/e the cooldown is done

Re: Help with Custom Hero

It's based on orb of purge.
The triggering was done by Jass, so I doubt you will be able to replicate it. A somewhat inferior GUI version would go as follows:

Create custom spell based off Orb of Purge
Set "purge" trigger rate to 100%, and give it a cooldown.
Give the triggered ability the same missile animation as your hero, and give it a buff.

Trigger:
Event: Unit is attacked
Condition: Unit has buff
Action:
Pick every unit matching matching unit has buff.
turn of this trigger
Order Unit to deal integer(AGIofHero) + randomintegar(dice1 to dice1 x  dice2) + base attack targeted
wait 1 seconds
turn on this trigger

Set the buff duration to atleast 1 second



The damage timing is sloppy but that can be fixed.

http://static.blizzpub.net/uploads/tassadar_ums_FMPSignature11-17-052.png
"You're useless, but you somehow manage to get things done."

Re: Help with Custom Hero

Thank you