FAQ  •  Register  •  Login

Relog to next caracter

Moderator: MiRai

<<

BotFighter

Posts: 20

Joined: Sun Apr 29, 2018 7:32 pm

Post Thu Jun 14, 2018 1:07 pm

Relog to next caracter

I want to relog to next caracter (WoW) by keypress. Sequence should be:
Code:
1. Type /logout Enter
2. Wait 5 sec.
3. Press Down key, press Enter


I've create this mapped key, but it doesn't work.

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>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;MappedKey xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;Name&gt;Logout&lt;/Name&gt;
  &lt;Description&gt;Generated by Mapped Key Wizard with 'Named WoW Macro'&lt;/Description&gt;
  &lt;Combo&gt;
    &lt;Combo&gt;Ctrl+Alt+Backspace&lt;/Combo&gt;
    &lt;Modifiers&gt;Ctrl Alt&lt;/Modifiers&gt;
    &lt;Key&gt;
      &lt;Key&gt;Backspace&lt;/Key&gt;
      &lt;Code&gt;14&lt;/Code&gt;
    &lt;/Key&gt;
  &lt;/Combo&gt;
  &lt;Hold /&gt;
  &lt;UseFTLModifiers /&gt;
  &lt;Steps&gt;
    &lt;Step&gt;
      &lt;Actions&gt;
        &lt;MappedKeyAction xsi:type="WoWMacroRefAction"&gt;
          &lt;UseCustomModifiers /&gt;
          &lt;WoWMacro&gt;
            &lt;WoWMacroSetString&gt;Quick Setup 42&lt;/WoWMacroSetString&gt;
            &lt;WoWMacroString&gt;/logout&lt;/WoWMacroString&gt;
          &lt;/WoWMacro&gt;
        &lt;/MappedKeyAction&gt;
      &lt;/Actions&gt;
    &lt;/Step&gt;
    &lt;Step&gt;
      &lt;Actions&gt;
        &lt;MappedKeyAction xsi:type="Keystroke"&gt;
          &lt;Combo&gt;
            &lt;Combo&gt;Down&lt;/Combo&gt;
            &lt;Key&gt;
              &lt;Key&gt;Down&lt;/Key&gt;
              &lt;Code&gt;336&lt;/Code&gt;
            &lt;/Key&gt;
          &lt;/Combo&gt;
        &lt;/MappedKeyAction&gt;
        &lt;MappedKeyAction xsi:type="Keystroke"&gt;
          &lt;Combo&gt;
            &lt;Combo&gt;Enter&lt;/Combo&gt;
            &lt;Key&gt;
              &lt;Key&gt;Enter&lt;/Key&gt;
              &lt;Code&gt;28&lt;/Code&gt;
            &lt;/Key&gt;
          &lt;/Combo&gt;
        &lt;/MappedKeyAction&gt;
      &lt;/Actions&gt;
    &lt;/Step&gt;
    &lt;Step&gt;
      &lt;Actions&gt;
        &lt;MappedKeyAction xsi:type="WindowFocusAction"&gt;
          &lt;Window&gt;-next&lt;/Window&gt;
          &lt;Computer /&gt;
          &lt;FilterTarget /&gt;
        &lt;/MappedKeyAction&gt;
      &lt;/Actions&gt;
    &lt;/Step&gt;
  &lt;/Steps&gt;
&lt;/MappedKey&gt;</SerializedObject>
</Box>


Any help/suggestion how it can be done?
<<

MiRai

User avatar

Vibrant Videographer

Posts: 3010

Joined: Fri Nov 20, 2009 3:30 pm

Post Thu Jun 14, 2018 1:33 pm

Re: Relog to next caracter

BotFighter wrote:I've create this mapped key, but it doesn't work.

What isn't happening that you expect to be happening?

I will add that ISBoxer isn't going to go through a sequence of actions, automatically, without you providing input (i.e. pressing buttons), so a multi-step Mapped Key requires that you're pressing the Hotkey, multiple times, in order to move through the steps.

Return to General

Who is online

Users browsing this forum: No registered users and 14 guests