I have found, that if you are sending commands with one keymap..(multiple actions/steps), and one command in that keymap has a modifier, than all the commands need to have the same modifier (within that keymap). I had this problem yesterday and found a post about the modifiers, either in one of the threads here or on isboxer.com. I don't remember which, but it did solve my problem. Also, don't forget the default ingame Alt+F (set focus target) and the ctrl+F for getting the focus' target. Alt+F is changeable, but the ctrl+F is built into the game. This one was here on these forums.
Now really help out us noobs. All you dps kings/queens, tell us your rotations for the various classes. (And if you can, how do you stop the flytext about "not in range" or "not ready", etc.)
Yes, this is a thing with SWTOR and LOTRO and probably some other games, EQ2 maybe.
If the Key Combination being sent to this game includes a modifier -- Alt, Ctrl, or Shift -- then in order for the game to correctly process that modifier, the "Hold any Keystroke Actions while the Hotkey is held" option must be set to ON. Otherwise, the modifier may not still be held when the game decides it's time to check the state, and it will only interpret F1 in a Ctrl+F1.
Keystroke Actions in the same Step of a Mapped Key must be combined in order to all be Held. So if you've got Ctrl+F1 and Alt+F1 in the same step, going to the same Target (window..), the game is going to get Ctrl+F1+Alt+F1, all held down at once, before any of those buttons are released when you let go of the Hotkey. It's going to end up Ctrl+F1 and Ctrl+Alt+F1, or depending on the design of the game (I can imagine this going either way for different games) it may only interpret Ctrl+F1, or it may only interpret Ctrl+Alt+F1.
Also, if these keys need to go to the current window, any modifier keys that you are currently holding at the time may be interpreted by the game. (Because of the Hold flag on the Mapped Key)
I've never really liked this issue with certain games, maybe I can fiddle with something.
I found that if i did this: It worked. Why it works, that's your realm.You do great work LAX. Ctrl+F is the "acquire focus' target" and SPACE is just a filler. Not bound to any keybinding. Just the one that SWTOR does to skip screens.
Please use [code] tags to post code.Code:<?xml version="1.0" encoding="utf-8"?> <Box xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ObjectType>ISBoxer_Toolkit.Configs.KeyMaps.MappedKey</ObjectType> <SerializedObject><?xml version="1.0" encoding="utf-8"?> <MappedKey xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Name>Attack</Name> <Description /> <Combo> <Combo>G13-G11</Combo> <Modifiers>None</Modifiers> <Key> <Key>G13-G11</Key> <Code>0</Code> </Key> </Combo> <SendNextClickBlockLocal>false</SendNextClickBlockLocal> <ManualLoad>false</ManualLoad> <ResetTimer>0</ResetTimer> <ResetType>Never</ResetType> <Mode>Default</Mode> <Steps> <Step> <Stick>0</Stick> <Stop>false</Stop> <Stump>false</Stump> <Actions> <MappedKeyAction xsi:type="Keystroke"> <Target>2</Target> <Combo> <Combo>Ctrl+F</Combo> <Modifiers>Ctrl</Modifiers> <Key> <Key>F</Key> <Code>33</Code> </Key> </Combo> <RoundRobin>false</RoundRobin> </MappedKeyAction> <MappedKeyAction xsi:type="Keystroke"> <Target>2</Target> <Combo> <Combo>Space</Combo> <Modifiers>None</Modifiers> <Key> <Key>Space</Key> <Code>57</Code> </Key> </Combo> <RoundRobin>false</RoundRobin> </MappedKeyAction> <MappedKeyAction xsi:type="Keystroke"> <Target>all</Target> <Combo> <Combo>Ctrl+1</Combo> <Modifiers>Ctrl</Modifiers> <Key> <Key>1</Key> <Code>2</Code> </Key> </Combo> <RoundRobin>false</RoundRobin> </MappedKeyAction> <MappedKeyAction xsi:type="Keystroke"> <Target>all</Target> <Combo> <Combo>Ctrl+3</Combo> <Modifiers>Ctrl</Modifiers> <Key> <Key>3</Key> <Code>4</Code> </Key> </Combo> <RoundRobin>false</RoundRobin> </MappedKeyAction> </Actions> </Step> </Steps> </MappedKey></SerializedObject> </Box>
-MiRai
Last edited by MiRai : 02-05-2012 at 11:35 PM Reason: Added Code Tags
The problem with targeting is that Slot1 != PartySlot and Partyslot depends on the Character name, because the game "sorts" the PartySlots according to the charactername (in a weird way). Also it changes if you drop one partymember.
I came up with a double matrix of changing variables and a fried brain when I tried to visualize it.
So I took the brute force approach.
I came up with (some help from this forum) :
* 4 Variable keystokes (Target Slot1..4) and 20 possibilities to assign keys to them.
* selection is done by ingame clickbars -> Picture (also 20 ) and 20 keymaps which assign the keys to the variable keystroke keys.
-> result (after a whole saturday working on this) ===> very satisfying and COMPLETELY variable and SIMPLE to use if you have 2,3,4 man groups
example:
I have a view of all 4 accounts on my second screen.
slot1 | slot3
--------------
slot2 | slot4
Then I do a F1 on all my accounts the Operation frames of the account look like this:
Slot1=party1, Slot 2 = party2, slot3 is party3 and slot 4 is party4 from a slot -> party view it is 1234.
or it could be like this:
Slot1=party1, slot2=party3, slot3=party4, slot4=party2 => 1342
The Clickmap looks like:
Clicking of one of the Pictures executes the keymap which sets the 4 variable keypress for all slots:
the variables I use in Account0...4 for targeting.
With this setup it is with an easy click on a picture possible to change the leader when the group composition changes.
(or everytime I export from ISBOXER toolkit)
I added the Party1 Virtual Key, so you can sent "target Party1" to any account you want. (I use that for my clickbar healing, instead of mouseklick targeting)
more info : http://www.dual-boxing.com/threads/4...l=1#post355980
hope it helps some people.
Cheers
BloodCloud
Last edited by Bloodcloud : 02-16-2012 at 09:37 AM Reason: added party targeting
I don't suffer from Schizophrenia, I enjoy every moment of it !
Hi
I am really new at multiboxing and isboxer. I spent about 5 hours yesterday trying to follow various guides but I keep coming up stuck. Is the code Gorthu posted a complete setup? If not I would really appreciate it if someone could post one in a download file? (not sure if that's even possible) Sorry if its not, I am just really confused with it all.
Thanks in advance,
Chris
Any chance you could do the, "For Dummies" version of your clickmap setup, similar to your first guide?
found my problem...working now. Thank you for all the hard work.
I have been able to get the follow key working in the quick setup variable setup but have been unable to get the assist working. I am essentially following same format but are using the pre-fab variable keystrokes and non-combat. For the Follow: I have set up the variable keystroke to be "Insert". On the non-combat Follow Me i have also made the hotkey "Insert". Actions: <Target Slot {SLOT}> ->all other, <Follow Target> -> all other...but when trying same with Assist Me except keystroke and hotkey Alt_T...it does not work. Have set up Target Me...as separate keystroke as well as for Acquire Targets Target..does not work...ALT T does not work for any window. Sure it is something simple but not getting my head around it. I do like the variable keystrokes and see alot of potential but confused.
Another Question: The follow and break follow work great. I have them on separate keybinds (using left turn to break)...is there a way to toggle them and use same keybind?
Last edited by talonness : 02-12-2012 at 10:28 PM
Connect With Us