Using a power then changing Costume Bind.


Psydekick

 

Posted

I have search for an hour and I tried to make the bind myself but no luck he just says what I told him to say and stand there.

I want him to say a phrase then do his power ending in costume change and maybe a pose. How do I do this?


 

Posted

[ QUOTE ]
I have search for an hour and I tried to make the bind myself but no luck he just says what I told him to say and stand there.

I want him to say a phrase then do his power ending in costume change and maybe a pose. How do I do this?

[/ QUOTE ]

Well, the first thing is, what powersets do you have? That determines what Powers you have available for the costume change.

Secondly, the costume change itself is instantaneous. So unless you are a peacebringer with the blinding flash power, or a teleporter, you'll most likely want to delay the actual costume change, and do it manually via macro at the appropriate moment.


Petey Quick, SL50 Ene/Ene Blapper - Cynapse, SL50 Inv/Ene Tanker
Witchblaze, Fire/Fire Blaster - Lo Ping, MA/Regen Scrapper
Astre, Fire/Kin Controller - Terri Volta, Rad/Rad Defender - Solarkinetic, Peacebringer

Yusaku's Guide to the Energy/Energy BLAPPER

 

Posted

powexecname POWERNAMEWITHSPACES
cc (0-3) (0 is your first costume, 1 is the second, 3 is the fourth)

METHOD 1
/bind K "powexecname Nova$$cc 1"
Pressing K will change your costume before the power even starts.

MEHTOD 2
/bind K "powexecname Nova"
/bind L "cc 1"
Pressing K starts the power, and then you time when you want to hit L to change the costume.

METHOD 3
/bind K "powexecname Nova$$bindloadfile c:\binds\ccb.txt"

c:\binds\cca.txt
<font class="small">Code:[/color]<hr /><pre>K "powexecname Nova$$bindloadfile c:\binds\ccb.txt"</pre><hr />
c:\binds\ccb.txt
<font class="small">Code:[/color]<hr /><pre>K "cc 1$$bindloadfile c:\binds\cca.txt"</pre><hr />
Pressing K executes Nova and sets up K to change your costume. Hit K at the right moment and your costume will change and K will be setup back up to execute Nova.

Good luck.


 

Posted

Thanks