I've been scratching my head. I can't see where we can put these in or how to get them to work when they are in the Cryptic folder.
Well you know the {SLOT1} thing is only if you're putting it in through ISBoxer, right? If you put it in a file yourself you have to put your character names in manually
You should just use the Cryptic Macro Library, which does it for you, and puts them in isboxer-binds.txt.
Set up your Cryptic Macro SetIn the top left pane under Game Helpers, select Cryptic Studios.
Then in the bottom left pane right click Macro Sets and select "New Cryptic Macro Set"
Change the name of your Macro Set, for example "Neverwinter".
Assign your Cryptic Macro Set to your teamFor your new Cryptic Macro Set, you want to first make sure you assign it to your Character Set, otherwise ISBoxer is not going to include any macros in this set when it generates isboxer-binds.txt. So in the bottom right where it says "Enable macro for highlighted Character Sets" .... select your Character Set so it highlights.
Then you can put all of your Neverwinter Macros in your Macro Set.
Making a MacroRight click Macro Sets and select New Cryptic Macro.
Your macro needs commands, and a Hotkey. Just like in the binds.txt file you might otherwise be using, because this is going right into
isboxer-binds.txt file.
Paste the command you got from my other post in the Commands box.
- Code:
!if ("slot 1" and character is not "slot 1") invite {SLOT1}
!if ("slot 2" and character is not "slot 2") invite {SLOT2}
!if ("slot 3" and character is not "slot 3") invite {SLOT3}
!if ("slot 4" and character is not "slot 4") invite {SLOT4}
!if ("slot 5" and character is not "slot 5") invite {SLOT5}
!if ("slot 6" and character is not "slot 6") invite {SLOT6}
!if ("slot 7" and character is not "slot 7") invite {SLOT7}
!if ("slot 8" and character is not "slot 8") invite {SLOT8}
!if ("slot 9" and character is not "slot 9") invite {SLOT9}
!if ("slot 10" and character is not "slot 10") invite {SLOT10}
Give it a Hotkey. The one you picked was ], you can put that in the Hotkey box for the macro.
Export to Inner SpaceWhen you Export, the Macros will be generated into isboxer-binds.txt.
The file is automatically virtualized; there is actually a copy of the file for each of your Neverwinter Characters in each of its Character Sets. Each guy can have his own individual macros.
Load the bindsLoad them with
/bind_load_file isboxer-binds.txtThats it. Add all your macros this way for easy management.
But, to answer your question about doing it manually into a binds file... you need to lose the spaces next to the $$'s.
] "invite felgercarb@bishop2c3$$invite daphne@bishop2d2$$invite fauna@bishop2f6"
The preview box in the Cryptic Macro Library should show you exactly that, too