Advertisement
Guest User

SWGEMU Camp Macro

a guest
Sep 2nd, 2014
1,164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. This is my SWGEMU Camping Macro
  2. There are 3 parts to this macro Put the camp-main macro in the first toolbar slot
  3. and camp-main2 in the 2nd slot and camp yell in the 3rd slot fill the rest of the
  4. slots with camps on BOTH the top and bottom bar of your toolbar.
  5.  
  6. Where it says <YOUR PLAYERS NAME> change this and put your players name in there.
  7.  
  8. To use this macro you put
  9.  
  10. Macro #1: camp-main
  11.  
  12. /ui action toolbarSlot02;
  13. /pause 900;
  14. /destroystructure;
  15. /pause 15;
  16. /mood none;
  17. /ui action toolbarSlot03;
  18. /pause 900;
  19. /destroystructure;
  20. /pause 15;
  21. /mood happy;
  22. /ui action toolbarSlot04;
  23. /pause 900;
  24. /destroystructure;
  25. /pause 15;
  26. /mood alert;
  27. /ui action toolbarSlot05;
  28. /pause 900;
  29. /destroystructure;
  30. /pause 15;
  31. /mood cheerful;
  32. /ui action toolbarSlot06;
  33. /pause 900;
  34. /destroystructure;
  35. /pause 15;
  36. /mood confident;
  37. /ui action toolbarSlot07;
  38. /pause 900;
  39. /destroystructure;
  40. /pause 15;
  41. /ui action toolbarSlot08;
  42. /pause 900;
  43. /destroystructure;
  44. /pause 15;
  45. /mood dignified;
  46. /ui action toolbarSlot09;
  47. /pause 900;
  48. /destroystructure;
  49. /pause 15;
  50. /mood earnest;
  51. /ui action toolbarSlot10;
  52. /pause 900;
  53. /destroystructure;
  54. /pause 15;
  55. /mood dreamy;
  56. /ui action toolbarSlot11;
  57. /pause 900;
  58. /destroystructure;
  59. /pause 15;
  60. /mood encouraging;
  61. /ui action toolbarSlot12;
  62. /pause 900;
  63. /destroystructure;
  64. /pause 15;
  65. /mood friendly;
  66. /ui action toolbarSlot13;
  67. /pause 900;
  68. /destroystructure;
  69. /pause 15;
  70. /mood goofy;
  71. /ui action toolbarSlot14;
  72. /pause 900;
  73. /destroystructure;
  74. /ui action toolbarSlot01;
  75.  
  76.  
  77. Macro #2 camp-main2
  78.  
  79. /ui action toolbarSlot15;
  80. /pause 900;
  81. /destroystructure;
  82. /pause 15;
  83. /mood happy;
  84. /ui action toolbarSlot16;
  85. /pause 900;
  86. /destroystructure;
  87. /pause 15;
  88. /mood happy;
  89. /ui action toolbarSlot17;
  90. /pause 900;
  91. /destroystructure;
  92. /pause 15;
  93. /mood humble;
  94. /ui action toolbarSlot18;
  95. /pause 900;
  96. /destroystructure;
  97. /pause 15;
  98. /mood lazy;
  99. /ui action toolbarSlot19;
  100. /pause 900;
  101. /destroystructure;
  102. /pause 15;
  103. /mood none;
  104. /ui action toolbarSlot20;
  105. /pause 900;
  106. /destroystructure;
  107. /pause 15;
  108. /ui action toolbarSlot21;
  109. /pause 900;
  110. /destroystructure;
  111. /pause 15;
  112. /mood alert;
  113. /ui action toolbarSlot22;
  114. /pause 900;
  115. /destroystructure;
  116. /pause 15;
  117. /mood emotional;
  118. /ui action toolbarSlot23;
  119. /pause 900;
  120. /destroystructure;
  121. /pause 15;
  122. /mood firm;
  123. /tell <YOUR PLAYERS NAME> I ran out of camps please make more.
  124.  
  125.  
  126. Macro #3: camp-yell
  127.  
  128. /yell Please come enjoy a nice warm campfire and heal your wounds and mind at coordinates 602 -5229;
  129. /pause 300;
  130. /mood happy;
  131. /macro camp-yell;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement