Any multiple Taunt binds/txts out there?


Psydekick

 

Posted

I recently made a scrapper based on a What If... idea.

I remember teaming up with a tanker a long time ago that had made a macro for his Taunt power that let him say things as he taunted. IIRC...he had several different phrases all tied to his macro so that he said something different everytime he hit it. Anyone know how to do this?


RaikenX is currently seeking new quotes to add to his signature.
Someone say something funny.
Quote:
Originally Posted by Smiling_Joe View Post
::looks at RaikenX's signature::
Something funny.
That'll do, pig. That'll do.

 

Posted

Bind files. There was a guide for it a while ago, I can't seem to find it.

Create a bunch of text files that re-bind the same key over and over with a different message every time. Here's a short 5 file example. I highly recommend learning about binds and bindfile locations as I will not be going into detail.

taunt1.txt
T "powexecname taunt$$local Hey you! Yeah, I'm talkin' to you.$$bindloadfile taunt2.txt"

taunt2.txt
T "powexecname taunt$$team Just a second, I'm gonna make fun of $target.$$bindloadfile taunt3.txt"

taunt3.txt
T "powexecname taunt$$bindloadfile taunt4.txt"

taunt4.txt
T "powexecname taunt$$local I am invincible!$$bindloadfile taunt5.txt"

taunt5.txt
T "powexecname taunt$$local $target looks funny$$bindloadfile taunt1.txt"


 

Posted

Thanks, Konoko. That's all I needed.

Actually...i do quite a bit of binding, so I know about how to make and use those. The bind files I have a little experience with...but never really had a real use for them...until now.

Again...thank you.


RaikenX is currently seeking new quotes to add to his signature.
Someone say something funny.
Quote:
Originally Posted by Smiling_Joe View Post
::looks at RaikenX's signature::
Something funny.
That'll do, pig. That'll do.