Advertisement
Jabberie

Untitled

Jan 9th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.67 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Box xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3.   <ObjectType>ISBoxer_Toolkit.Configs.WoWMacroSet</ObjectType>
  4.   <SerializedObject>&lt;?xml version="1.0" encoding="utf-8"?&gt;
  5. &lt;WoWMacroSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
  6.   &lt;Name&gt;ISBoxerFollowMacroSet&lt;/Name&gt;
  7.   &lt;WoWMacros&gt;
  8.     &lt;WoWMacro&gt;
  9.       &lt;MacroCommands&gt;!if (character is "slot 1" and character is in "Box1") /follow {SET1SLOT1}
  10. !if (character is "slot 2" and character is in "Box1") /follow {SET1SLOT2}
  11. !if (character is "slot 3" and character is in "Box1") /follow {SET1SLOT3}
  12. !if (character is "slot 4" and character is in "Box1") /follow {SET1SLOT4}
  13. !if (character is "slot 5" and character is in "Box1") /follow {SET1SLOT5}&lt;/MacroCommands&gt;
  14.       &lt;ColloquialName&gt;ISBoxerFollowMacroBox1&lt;/ColloquialName&gt;
  15.       &lt;AllowCustomModifiers /&gt;
  16.     &lt;/WoWMacro&gt;
  17.     &lt;WoWMacro&gt;
  18.       &lt;MacroCommands&gt;!if (character is "slot 1" and character is in "Box2") /follow {SET2SLOT1}
  19. !if (character is "slot 2" and character is in "Box2") /follow {SET2SLOT2}
  20. !if (character is "slot 3" and character is in "Box2") /follow {SET2SLOT3}
  21. !if (character is "slot 4" and character is in "Box2") /follow {SET2SLOT4}
  22. !if (character is "slot 5" and character is in "Box2") /follow {SET2SLOT5}&lt;/MacroCommands&gt;
  23.       &lt;ColloquialName&gt;ISBoxerFollowMacroBox2&lt;/ColloquialName&gt;
  24.       &lt;AllowCustomModifiers /&gt;
  25.     &lt;/WoWMacro&gt;
  26.   &lt;/WoWMacros&gt;
  27. &lt;/WoWMacroSet&gt;</SerializedObject>
  28. </Box>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement