Advertisement
Jabberie

Jamba Follow Tag setup

Jan 5th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.52 KB | None | 0 0
  1. ISBoxer - Action Target Group
  2. Group1 -- Computer 1 Team
  3. Group2 -- Computer 2 Team
  4. ==================================================================================
  5. ISBoxer - Macros
  6. ---------------------------
  7. AddTags
  8. ---------------------------
  9. # Set up Tags in Jamba-Tag
  10. /jamba-tag add {SLOT1} tb1
  11. /jamba-tag add {SLOT2} tb1
  12. /jamba-tag add {SLOT3} tb1
  13. /jamba-tag add {SLOT4} tb1
  14. /jamba-tag add {SLOT5} tb1
  15. /jamba-tag add {SLOT6} tb2
  16. /jamba-tag add {SLOT7} tb2
  17. /jamba-tag add {SLOT8} tb2
  18. /jamba-tag add {SLOT9} tb2
  19. /jamba-tag add {SLOT10} tb2
  20. /jamba-tag push
  21. ---------------------------
  22. InviteTagTeams
  23. ---------------------------
  24. # Tag Team Invites
  25. /jamba-team invitetag tb1
  26. /jamba-team invitetag tb2
  27. ---------------------------
  28. SetFollowMaster
  29. ---------------------------
  30. # Setting up Follow Master for each Tag
  31. !if (character is in "Group1")/jamba-follow setmaster {CHARACTER} Grp1
  32. !if (character is in "Group2")/jamba-follow setmaster {CHARACTER} Grp2
  33. ---------------------------
  34. FollowMaster
  35. ---------------------------
  36. # Follow the Tag Master
  37. !if (character is in "Group1")/jamba-follow master Grp1
  38. !if (character is in "Group2")/jamba-follow master Grp2
  39. ==================================================================================
  40. ISBoxer Key Map
  41. ---------------------------
  42. Tag Team Follow
  43. ---------------------------
  44.     Step 1 - named macro SetFollowMaster > current
  45.     Step 2 - named macro FollowMaster > current
  46. ==================================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement