test content
What is the Arc Client?
Install Arc

Need "/Bind" Help: Interesting and Complex

Archived PostArchived Post Posts: 1,156,071 Arc User
edited October 2009 in Champions Online Discussion
I'm trying to write a bind that will do the following:

#1. When I charge up or activate my travel power it will switch my build from build 1 to build 2 OR changing from costume 1 to costume 2.

#2. Inversely I want a bind that when my Travel Power deactivates the switches back to Build 1/Costume 1.

#3 If both of these could be accomplished with a single key somehow. That would be terrific.

Can anyone help?
Post edited by Archived Post on

Comments

  • Archived PostArchived Post Posts: 1,156,071 Arc User
    edited October 2009
    Couple threads where some solutions have been mentioned:
    http://forums.champions-online.com/showthread.php?t=75602&page=2
    http://forums.champions-online.com/showthread.php?t=50989&page=4

    If you're willing to do it through builds, it's a little smoother currently.
    I did find by updating a 2nd build to be exactly the same only with a different costume you can simulate this effect, but it's not a great solution as you would need to make sure to keep both builds active. If you use the BuildSet command, it will work how SetActiveCostume is trying to be used.

    For instance:

    fly.txt:
    t "+PowerTrayExec 14 $$ buildset 1 $$ bind_load_file land.txt"

    land.txt:
    t "+PowerTrayExec 14 $$ buildset 0 $$ bind_load_file fly.txt"

    With initially doing...

    /bind t "+PowerTrayExec 14 $$ buildset 1 $$ bind_load_file land.txt"

    I came up with that in the first thread linked. You would need to make the txt files in your Champions Online\Live folder.
  • Archived PostArchived Post Posts: 1,156,071 Arc User
    edited October 2009
    Thanks mate. That works perfectly actually. :D
Sign In or Register to comment.