Advertisement
Guest User

Looting macro

a guest
May 24th, 2015
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 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.KeyMaps.MappedKey</ObjectType>
  4. <SerializedObject>&lt;?xml version="1.0" encoding="utf-8"?&gt;
  5. &lt;MappedKey xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
  6. &lt;Name&gt;Ctrl+Shift+Q&lt;/Name&gt;
  7. &lt;Description&gt;Generated by Mapped Key Wizard with 'Straight Key Broadcast'&lt;/Description&gt;
  8. &lt;Combo&gt;
  9. &lt;Combo&gt;Ctrl+Shift+Q&lt;/Combo&gt;
  10. &lt;Modifiers&gt;Ctrl Shift&lt;/Modifiers&gt;
  11. &lt;Key&gt;
  12. &lt;Key&gt;Q&lt;/Key&gt;
  13. &lt;Code&gt;16&lt;/Code&gt;
  14. &lt;/Key&gt;
  15. &lt;/Combo&gt;
  16. &lt;Hold&gt;
  17. &lt;Value&gt;false&lt;/Value&gt;
  18. &lt;/Hold&gt;
  19. &lt;UseFTLModifiers&gt;
  20. &lt;Value&gt;false&lt;/Value&gt;
  21. &lt;/UseFTLModifiers&gt;
  22. &lt;SendNextClickBlockLocal&gt;false&lt;/SendNextClickBlockLocal&gt;
  23. &lt;ManualLoad&gt;false&lt;/ManualLoad&gt;
  24. &lt;ResetTimer&gt;0&lt;/ResetTimer&gt;
  25. &lt;ResetType&gt;Never&lt;/ResetType&gt;
  26. &lt;Mode&gt;Default&lt;/Mode&gt;
  27. &lt;Steps&gt;
  28. &lt;Step&gt;
  29. &lt;Stick&gt;0.5&lt;/Stick&gt;
  30. &lt;Stop&gt;false&lt;/Stop&gt;
  31. &lt;Stump&gt;false&lt;/Stump&gt;
  32. &lt;Disabled&gt;false&lt;/Disabled&gt;
  33. &lt;Actions&gt;
  34. &lt;MappedKeyAction xsi:type="Keystroke"&gt;
  35. &lt;Target&gt;all&lt;/Target&gt;
  36. &lt;Combo&gt;
  37. &lt;Combo&gt;Alt+E&lt;/Combo&gt;
  38. &lt;Modifiers&gt;Alt&lt;/Modifiers&gt;
  39. &lt;Key&gt;
  40. &lt;Key&gt;E&lt;/Key&gt;
  41. &lt;Code&gt;18&lt;/Code&gt;
  42. &lt;/Key&gt;
  43. &lt;/Combo&gt;
  44. &lt;RoundRobin&gt;false&lt;/RoundRobin&gt;
  45. &lt;UseFTLModifiers&gt;false&lt;/UseFTLModifiers&gt;
  46. &lt;/MappedKeyAction&gt;
  47. &lt;MappedKeyAction xsi:type="MappedKeyExecuteAction"&gt;
  48. &lt;Target&gt;self&lt;/Target&gt;
  49. &lt;RoundRobin&gt;false&lt;/RoundRobin&gt;
  50. &lt;KeyMapString&gt;Non-combat&lt;/KeyMapString&gt;
  51. &lt;MappedKeyString&gt;Assist Me&lt;/MappedKeyString&gt;
  52. &lt;/MappedKeyAction&gt;
  53. &lt;/Actions&gt;
  54. &lt;/Step&gt;
  55. &lt;Step&gt;
  56. &lt;Stick&gt;0&lt;/Stick&gt;
  57. &lt;Stop&gt;false&lt;/Stop&gt;
  58. &lt;Stump&gt;false&lt;/Stump&gt;
  59. &lt;Disabled&gt;false&lt;/Disabled&gt;
  60. &lt;Actions&gt;
  61. &lt;MappedKeyAction xsi:type="Keystroke"&gt;
  62. &lt;Target&gt;all other&lt;/Target&gt;
  63. &lt;Combo&gt;
  64. &lt;Combo&gt;Space&lt;/Combo&gt;
  65. &lt;Modifiers&gt;None&lt;/Modifiers&gt;
  66. &lt;Key&gt;
  67. &lt;Key&gt;Space&lt;/Key&gt;
  68. &lt;Code&gt;57&lt;/Code&gt;
  69. &lt;/Key&gt;
  70. &lt;/Combo&gt;
  71. &lt;RoundRobin&gt;false&lt;/RoundRobin&gt;
  72. &lt;UseFTLModifiers&gt;false&lt;/UseFTLModifiers&gt;
  73. &lt;/MappedKeyAction&gt;
  74. &lt;/Actions&gt;
  75. &lt;/Step&gt;
  76. &lt;/Steps&gt;
  77. &lt;/MappedKey&gt;</SerializedObject>
  78. </Box>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement