Advertisement
Bicmex

Bicmex - Macros 2024-05-06

May 11th, 2019 (edited)
88,366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.62 KB | None | 0 0
  1. ---------------------------------------------------------------------------------------------------------------------------------------
  2.  
  3. ⚠️ Scroll down to line 325 if you want to see how you fix the focus/arena123 going on the wrong target bug ⚠️
  4.  
  5. ---------------------------------------------------------------------------------------------------------------------------------------
  6.  
  7. [SpellQueueWindow]
  8. [SpellQueueWindow]
  9. [SpellQueueWindow]
  10.  
  11. Set it to your latency (world) +100 or +150 for optimal global usage.
  12.  
  13. /console SpellQueueWindow 135
  14. /dump GetCVar("SpellQueueWindow")
  15.  
  16. I usually play with 35 ping.
  17.  
  18. ---------------------------------------------------------------------------------------------------------------------------------------
  19.  
  20. [What is CQS?]
  21. [What is CQS?]
  22. [What is CQS?]
  23.  
  24. /cqs CANCELS the SpellQueueWindow, meaning that if you already have an ability lined up from spamming it before it comes off the global cooldown, it will use the NEXT spell in order.
  25.  
  26. Example: If I press Raptor Strike 135ms before it becomes avaliable and then press Kill Shot, the Kill Shot will NOT get registered. Since my SpellQueueWindow is set to 135ms.
  27. But if I have /cqs bound to my Kill Shot, it will cancel the Raptor Strike and cast the Kill Shot instead.
  28.  
  29. ---------------------------------------------------------------------------------------------------------------------------------------
  30.  
  31. [Pet Management]
  32. [Pet Management]
  33. [Pet Management]
  34.  
  35. /petmoveto
  36.  
  37. /petattack [@target,exists]
  38. /cast [@target,exists,harm] Dash
  39. /startattack [@target,exists]
  40.  
  41. #showtooltip
  42. /use [advflyable] Highland Drake
  43. /use [flyable] Heavenly Onyx Cloud Serpent
  44. /use [noflyable] Ivory Hawkstrider
  45. /script VehicleExit()
  46. /dismount [mounted]
  47. /cancelaura Feign Death
  48. /petpassive
  49. /petfollow
  50. /stopattack
  51.  
  52. #showtooltip
  53. /cast Growl
  54. /dismount [mounted]
  55.  
  56. #showtooltip
  57. /cast [pet] Dismiss pet
  58. /cast [nopet] Call Pet 4
  59. /cast [@arenapet1,exists] Growl; [@arenapet2,exists] Growl; [@arenapet3,exists] Growl
  60.  
  61. [Explanations]
  62. [Explanations]
  63. [Explanations]
  64.  
  65. Not possible to do [@cursor] with /petmoveto
  66. /run local t="Pet" if 6~=GetRaidTargetIndex(t) then SetRaidTarget(t, 6) end
  67. (Puts a Blue marker on your pet, I personally have this macroed into Raptor Strike, but you can put it anywhere.
  68.  
  69. Note that /petmoveto can be very stinky sometimes, i tend to find that /click BT4PetButton7 works WAY better for some reason. But it probably doesn't really matter... maybe.
  70. I explain it better here -> https://i.imgur.com/1REQvzl.png
  71.  
  72. These are the only pet macros I would personally recommend. If you're new to hunter id say it's fine to add /petattack [@target,exists] to Raptor Strike as well. But DON'T macro it into your ranged spells since that would limit the amount of plays you could make by a lot.
  73.  
  74. My pet passive macro is also my mount key so I save on keybinds :)
  75. Also the stop attack could be scary, but I have /startattack [@target,exists] in all of my DPS spells so it's fine.
  76.  
  77. The arenapet growl macro will taunt any pet, note that this doesn't work on Earth Elemental and Mind Bender (they are counted as a minion, not a pet)
  78. So this works on Hunter, Warlock, DK pets and Monks Xuen.
  79.  
  80. Also make sure your pet is ALWAYS on passive, no exceptions. Petassist is generally just not worth it since it becomes harder to actually control your pet in the way that you want to, instead of it just always attacking your target.
  81.  
  82. An example of this being a problem, let's say your pet is attacking a rogue that is behind the pillar and you want to attack a mage - if your pet was on assist or if you had /petattack on serpent sting, this would naturally cause your pet to uhhm... go away from the rogue and onto the mage, which you don't want to happen.
  83.  
  84. Also [@target,exists,harm] on dash because that spell is hella buggy and makes your pet attack whoever is closest to it if activated when they recieve an application of slow or root, yeah I know sounds pretty strange.
  85.  
  86. ---------------------------------------------------------------------------------------------------------------------------------------
  87.  
  88. [Known Spells]
  89. [Known Spells]
  90. [Known Spells]
  91.  
  92. #showtooltip [known:271788] Serpent Sting; [known:212431] Steel Trap
  93. /cancelaura aspect of the turtle
  94. /cast [known:271788,@target] Serpent Sting; [known:162488,@cursor] Steel Trap
  95. /startattack [@target,exists]
  96.  
  97. #showtooltip [known:212431] Explosive Shot;[known:162488] Steel Trap
  98. /cancelaura aspect of the turtle
  99. /cast [known:212431,@target] Explosive Shot; [known:162488,@cursor] Steel Trap
  100.  
  101. #showtooltip [known:213691] Scatter Shot; [known:109248] Binding Shot
  102. /cancelaura aspect of the turtle
  103. /stopcasting
  104. /cast [known:213691,@mouseover,exists][known:213691] Scatter Shot; [known:109248,@cursor] Binding Shot
  105.  
  106. #showtooltip [known:19577] Intimidation; [known:236776] High Explosive Trap
  107. /cancelaura aspect of the turtle
  108. /cast [known:19577,@mouseover,exists][known:19577] Intimidation; [known:236776,@cursor] High Explosive Trap
  109.  
  110. #showtooltip [known:360966] Spearhead; [known:203415] Fury of the Eagle; [known:186289] Aspect of the Eagle
  111. /cancelaura aspect of the turtle
  112. /cast [known:360966,@target] Spearhead; [known:203415] Fury of the Eagle; [known:186289] Aspect of the Eagle
  113.  
  114. [Explanations]
  115. [Explanations]
  116. [Explanations]
  117.  
  118. Just makes it easier to swap between all of the talent stuff :)
  119.  
  120. ---------------------------------------------------------------------------------------------------------------------------------------
  121.  
  122. [Damaging Abilities]
  123. [Damaging Abilities]
  124. [Damaging Abilities]
  125.  
  126. #showtooltip
  127. /cancelaura aspect of the turtle
  128. /cast [@target] Raptor strike
  129. /startattack [@target,exists]
  130.  
  131. #showtooltip
  132. /cancelaura aspect of the turtle
  133. /cast [@target] Wildfire Bomb
  134. /startattack [@target,exists]
  135.  
  136. #showtooltip
  137. /cancelaura Aspect of the Turtle
  138. /cast [@target] Flanking Strike
  139. /startattack [@target,exists]
  140. /petattack
  141.  
  142. #showtooltip kill command
  143. /cancelaura aspect of the turtle
  144. /cast [@mouseover,exists][] kill command
  145. /petattack
  146.  
  147. #showtooltip
  148. /cancelaura aspect of the turtle
  149. /cast [@mouseover,exists] Kill shot; [@target] Kill shot
  150. /startattack [@target,exists]
  151.  
  152. #showtooltip
  153. /cancelaura aspect of the turtle
  154. /cast [@target] Death Chakram
  155. /startattack [@target,exists]
  156.  
  157. #showtooltip
  158. /cancelaura aspect of the turtle
  159. /cast [@target] Coordinated Assault
  160. /startattack [@target,exists]
  161.  
  162. [Explanations]
  163. [Explanations]
  164. [Explanations]
  165.  
  166. The reason why I have [@target,exists] and /startattack [@target,exists] is becuase I don't want to re-target someone with one of my abilities.
  167. Example: You're targeting a Hunter that uses Feign Death next to the healer that is in a Freezing Trap. Without [@target] macros you would instantly target the healer if you were spamming your damaging abilities and break the trap.
  168.  
  169. Note: Just doing /cast [@target] Raptor Strike would not start your auto-attack, which is why you need /startattack [@target,exists] as well.
  170.  
  171. I won't showcase macros such as
  172. /run local t="NAME_OF_TEAMMATE" if 1~=GetRaidTargetIndex(t) then SetRaidTarget(t, 1) end
  173. or
  174. /run local t="Pet" if 6~=GetRaidTargetIndex(t) then SetRaidTarget(t, 6) end
  175. Because you might not always be the group leader, but I have them macroed into my Raptor Strike/Mongoose Bite.
  176.  
  177. 1 = Star
  178. 2 = Circle
  179. 3 = Diamond
  180. 4 = Triangle
  181. 5 = Moon
  182. 6 = Square
  183. 7 = Cross
  184. 8 = Skull
  185.  
  186. [@mouseover,exists] Spell: Spell
  187. I have this for mostly utility spells, but I use them on Kill Shot and Kill Command as well
  188. The macro will prioritize your mouseover, if you don't have a mouseover it will go on your target.
  189. The reason why I have it on Kill Shot and Kill Command is because it allowes me to easily mouseover Kill Shot someone that is low in a teamfight (Pretty useless for Arena, but fun to do in Battlegrounds)
  190. And Kill Command to quickly reposition my pet, if I need to Kill Command the healer or a random healing stream totem to make my pet live or something like that.
  191.  
  192. ---------------------------------------------------------------------------------------------------------------------------------------
  193.  
  194. [Utility Spells]
  195. [Utility Spells]
  196. [Utility Spells]
  197.  
  198. #showtooltip
  199. /stopcasting
  200. /cancelaura Feign death
  201. /cast !Feign death
  202.  
  203. #showtooltip
  204. /cast !Camouflage
  205. /cancelaura Blessing of Protection
  206.  
  207. #showtooltip
  208. /stopcasting
  209. /cast !Aspect of the Turtle
  210.  
  211. #showtooltip
  212. /cancelaura aspect of the turtle
  213. /stopcasting
  214. /cast [@mouseover,exists] Muzzle; [@target] Muzzle
  215.  
  216. #showtooltip
  217. /cancelaura aspect of the turtle
  218. /cast [@mouseover,exists] Harpoon; Harpoon
  219.  
  220. #showtooltip [known:212638] tracker's net;[known:203415] Fury of the Eagle; [known:6991] Feed pet
  221. /cancelaura Aspect of the turtle
  222. /cast [known:212638,@mouseover,exists][known:212638] tracker's net
  223.  
  224. #showtooltip [known:407028] Sticky Tar Bomb; [known:6991] Feed Pet
  225. /cast [known:407028,@mouseover,exists][known:407028] Sticky Tar Bomb; [known:6991] Feed Pet
  226.  
  227. #showtooltip [known:212640] Mending Bandage; [known:6991] Feed pet
  228. /cast [@mouseover,exists][@player] Mending Bandage
  229.  
  230. #showtooltip [known:212640] Mending Bandage; [known:6991] Feed pet
  231. /cast [@party1] Mending Bandage
  232.  
  233. #showtooltip [known:356707] Wild Kingdom; 6
  234. /use 6
  235. /cast [@party2] mending bandage
  236.  
  237. #showtooltip [known:356719] Chimaeral Sting; [known:6991] Feed Pet
  238. /cancelaura Aspect of the turtle
  239. /cast [@mouseover,exists] Chimaeral Sting; [@target] Chimaeral Sting
  240.  
  241. #showtooltip
  242. /cancelaura aspect of the turtle
  243. /cast [@mouseover,exists] Tranquilizing Shot; [@target] Tranquilizing Shot
  244.  
  245. #showtooltip
  246. /cancelaura aspect of the turtle
  247. /cast [@mouseover,exists] Wing clip; [@target] Wing clip
  248.  
  249. #showtooltip
  250. /cast [@mouseover,exists] Scare beast; Scare beast
  251.  
  252. #showtooltip
  253. /cancelaura aspect of the turtle
  254. /cast [@mouseover,exists] Hunter's mark; Hunter's mark
  255.  
  256. #showtooltip
  257. /cqs
  258. /cast [@cursor] Freezing Trap
  259.  
  260. #showtooltip
  261. /cqs
  262. /cast [@cursor] Tar Trap
  263.  
  264. #showtooltip
  265. /Cast [@cursor] Flare
  266.  
  267. #showtooltip Command pet
  268. /stopcasting
  269. /cast [@mouseover,exists,noharm][@player] Master's call; Master's call
  270. /cast Command Pet
  271.  
  272. #showtooltip
  273. /cast [@mouseover,exists,noharm][@player] Roar Of Sacrifice; Roar Of Sacrifice
  274.  
  275. #showtooltip
  276. /cast [@party1] Master's Call
  277.  
  278. #showtooltip
  279. /cast [@party2] Master's Call
  280.  
  281. #showtooltip
  282. /cast [@party1] Roar of Sacrifice
  283.  
  284. #showtooltip
  285. /cast [@party2] Roar of Sacrifice
  286.  
  287. #showtooltip
  288. /cqs
  289. /cast [@mouseover,exists] Intimidation; Intimidation
  290. /cancelaura aspect of the turtle
  291.  
  292. #showtooltip [known:203415] Fury of the Eagle; [known:6991] Feed Pet
  293. /cancelaura Misdirection
  294. /cast [@mouseover,exists][@player] Misdirection
  295. /cast wild kingdom
  296. /cancelaura Misdirection
  297.  
  298. ^only have that to see fury of the eagle cooldown since it's off my bars, wild kingdom and misdirection(interlope) cooldowns are on my goblin glider/rocket boots keybinds
  299.  
  300. [Explanations]
  301. [Explanations]
  302. [Explanations]
  303.  
  304. Q: Why do you have Feed Pet in there???
  305. A: It's so i don't have to look at that disgusting red question mark whenever I don't have the talent selected, would rather see feed pet icon thank you very much.
  306.  
  307. /cancelaura Feign Death so I can double click it twice so I can move faster after pressing feign death (otherwise there is like a 200ms window where you will be stuck in the feign death animation and can't move, not really that important though)
  308.  
  309. !Camouflage and !Aspect of the Turtle are VERY important. Double clicking them won't remove the effect by doing this.
  310. /cancelaura Blessing of Protection vs mages so they can't spell steal.
  311.  
  312. [@mouseover,exists,noharm][@player] Uses Roar of Sacrifice and Master's Call on my mouseover, if I don't have a friendly mouseover it goes on me.
  313.  
  314. [@cursor] removes the indicator for my Traps and Flare.
  315.  
  316. [@mouseover,exists] Spell: Spell
  317. Uses the spell on my mouseover, if I don't have a mouseover it goes on my target
  318.  
  319. /cast [@mouseover,exists] Muzzle; [@target] Muzzle
  320. I added the [@target] for this spell, but not on something like Harpoon. The reason is because /cast Muzzle makes you target someone, while /cast Harpoon doesn't... for some reason idk.
  321.  
  322. /cast Command Pet is Master's Call, Primal Rage and Fortitude of the Bear. Incase I'm not playing with a Cunning Pet.
  323.  
  324. ---------------------------------------------------------------------------------------------------------------------------------------
  325.  
  326. [Focus Spells]
  327. [Focus Spells]
  328. [Focus Spells]
  329.  
  330. IMPORTANT: First type this to make these macros work and not bug out
  331. /run SetCVar("SoftTargetInteract", 0)
  332. /run SetCVar("SoftTargetEnemyRange", 0)
  333. /run SetCVar("SoftTargetFriendRange", 0)
  334.  
  335. (only needs to be done once btw)
  336.  
  337. #showtooltip
  338. /cancelaura aspect of the turtle
  339. /stopcasting
  340. /cleartarget
  341. /target focus
  342. /cast [@focus,exists] Muzzle
  343. /targetlasttarget
  344.  
  345. #showtooltip
  346. /cancelaura aspect of the turtle
  347. /cleartarget
  348. /target focus
  349. /cast [@focus,exists] Harpoon
  350. /targetlasttarget
  351.  
  352. #showtooltip
  353. /cancelaura aspect of the turtle
  354. /cleartarget
  355. /target focus
  356. /cast [@focus,exists] Wing Clip
  357. /targetlasttarget
  358.  
  359. #showtooltip
  360. /cancelaura aspect of the turtle
  361. /cleartarget
  362. /target focus
  363. /cast [@focus,exists] Tranquilizing Shot
  364. /targetlasttarget
  365.  
  366. #showtooltip
  367. /cancelaura aspect of the turtle
  368. /cleartarget
  369. /target focus
  370. /cast [@focus,exists] Chimaeral Sting
  371. /targetlasttarget
  372.  
  373. #showtooltip
  374. /cleartarget
  375. /target focus
  376. /cast [@focus,exists] Scatter Shot
  377. /targetlasttarget
  378.  
  379. #showtooltip
  380. /cancelaura aspect of the turtle
  381. /cleartarget
  382. /target focus
  383. /cast [@focus,exists] Intimidation
  384. /targetlasttarget
  385.  
  386. [Explanations]
  387. [Explanations]
  388. [Explanations]
  389.  
  390. The reason why they're written so weirdly is so they fix the issue where focus macros go on your target if used while the focus is further than 55 yd from you.
  391.  
  392. If you use modifier macros then you gotta write them like this
  393.  
  394. #showtooltip
  395. /cleartarget
  396. /target arena1 [nomod]
  397. /target arena2 [mod:shift]
  398. /target arena3 [mod:ctrl]
  399. /cast [nomod,@arena1,exists][mod:shift,@arena2,exists][mod:ctrl,@arena3,exists] Polymorph
  400. /targetlasttarget
  401.  
  402. typed polymorph for educational purposes ☝️
  403.  
  404. ---------------------------------------------------------------------------------------------------------------------------------------
  405.  
  406. [Arena Spells]
  407. [Arena Spells]
  408. [Arena Spells]
  409.  
  410. IMPORTANT: First type this to make these macros work and not bug out
  411. /run SetCVar("SoftTargetInteract", 0)
  412. /run SetCVar("SoftTargetEnemyRange", 0)
  413. /run SetCVar("SoftTargetFriendRange", 0)
  414.  
  415. (only needs to be done once btw)
  416.  
  417. #showtooltip
  418. /cancelaura aspect of the turtle
  419. /stopcasting
  420. /cleartarget
  421. /target arena1
  422. /cast [@arena1,exists] Muzzle
  423. /targetlasttarget
  424.  
  425. #showtooltip
  426. /cancelaura aspect of the turtle
  427. /cast [@arena1,exists] Serpent sting
  428. /target arena1,exists
  429.  
  430. #showtooltip
  431. /cancelaura aspect of the turtle
  432. /stopcasting
  433. /cleartarget
  434. /target arena1
  435. /cast [@arena1,exists] Hunter's Mark
  436. /targetlasttarget
  437.  
  438. #showtooltip
  439. /cancelaura aspect of the turtle
  440. /stopcasting
  441. /cleartarget
  442. /target arena1
  443. /cast [@arena1,exists] Scatter Shot
  444. /targetlasttarget
  445.  
  446. #showtooltip
  447. /cancelaura aspect of the turtle
  448. /stopcasting
  449. /cleartarget
  450. /target arena1
  451. /cast [@arena1,exists] Intimidation
  452. /targetlasttarget
  453.  
  454. /target arena1
  455. /stopmacro [@pet,exists]
  456. /cast Call Pet 1
  457.  
  458. /target arena2
  459. /stopmacro [@pet,exists]
  460. /cast Call Pet 2
  461.  
  462. /target arena3
  463. /stopmacro [@pet,exists]
  464. /cast Call Pet 3
  465.  
  466. [Explanations]
  467. [Explanations]
  468. [Explanations]
  469.  
  470. I have my call pet and target arena on the same keybind to save space, CTRL 123
  471.  
  472. Also I only showed @arena1 here, but I have them all for @arena2 and @arena3 as well.
  473.  
  474. ---------------------------------------------------------------------------------------------------------------------------------------
  475.  
  476. [Random Stuff]
  477. [Random Stuff]
  478. [Random Stuff]
  479.  
  480. #showtooltip [known:203415] Fury of the Eagle; [known:6991] Feed Pet
  481. /stopcasting
  482. /petpassive
  483. /petfollow
  484. /stopattack
  485. /use [pet]Play Dead;[pet]Wake Up
  486. /cast !Feign Death
  487. /cast !Camouflage
  488. Feign death camo macro, I rarely use this one though since I for the most part prefer to do it manually. Since the macro kinda wastes Play Dead if I already know that my pet is out of combat for example.
  489.  
  490. #showtooltip
  491. /cast !Eagle Eye
  492. Makes it so you can cast Eagle Eye while in Eagle Eye, very fun to do.
  493.  
  494. /Cast [@player] cooking fire
  495. gives you 1 vers, it's extremely mandatory to do every single game otherwise you'll be hardstuck 1200
  496.  
  497. /cwm all
  498. /wm 2
  499. Applies a World Marker on the ground, useful to mark stuff like monk ports in arena so you remember where they are.
  500. Press it again to remove the marker.
  501.  
  502. #showtooltip [known:34477] Misdirection; 15
  503. /use 15
  504. /cancelaura Nitro Boosts
  505. (goblin glider, also misdirection cooldown)
  506.  
  507. #showtooltip
  508. /cast [nopet][@pet,dead] Revive Pet; [combat]Mend Pet; Mend Pet
  509.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement