List of Macros (copy/paste): www.patreon.com/posts/29575368 Edits: 1) Trap macros still have potential problems, but I believe the solution might be as simple as just standing still. 2) Aspect Toggle Macro! Works wonderfully from what my testing can tell. /castsequence !Aspect of the Hawk, !Aspect of the Cheetah 3) Hunter's Mark has a strange friendly target speech error. Pretty minor but here's the fix. #showtooltip Hunter's Mark /cleartarget [dead][help] /targetenemy [noexists] /cast [harm] Hunter's Mark 4) Mouseover petattack (so you can keep shooting target) #showtooltip /cleartarget [dead][help] /petattack [@mouseover,harm,nodead][harm,nodead] /cast Dash /cast Dive 5) Melee/Ranged in one button! /cast !Auto Shot /startattack [harm,nodead] The order is important because if Auto Shot succeeds, due to the retail macro system, the macro will immediately stop. BUT if the Auto Shot line fails (melee range or further than 35yds) it will then go on to /startattack. I can't believe it was this simple this whole time. I have [harm,nodead] after to /startattack to remove the targeting "logic" that is included baseline with /startattack. With targeting: /cleartarget [dead][help] /targetenemy [noexists] /cast !Auto Shot /startattack [harm,nodead] I've tried adding spells to this, but it doesn't work that great. Feel free to test yourself though! Errors: 1) Make sure on the Pet Control Macro that you copy/paste the macro (using ctrl+c and ctrl+v). This will make sure it gets put in correctly, as Revive Pet and Mend Part are actually on the same line (total of 5 lines). #showtooltip Call Pet /cast [nomod, nopet] Call Pet /cast [mod:shift, @pet, dead][mod:shift, nopet] Revive Pet; [mod:shift, nochanneling] Mend Pet /petpassive [nomod] /petfollow [nomod] More Info: If you want to know why I include "/cleartarget [dead][help]" in my macros. th-cam.com/video/A_WeGp1qG8c/w-d-xo.html
So I spent the last four hours trying to get these macros to work. Some of them worked perfectly fine, some of them didn't work at all. Almost started questioning my sanity at some point, but eventually I figured it out. I had to change the textlanguage to english (I'm from austria so it's german by default) and voilà everything works completely fine now. Really nice tutorial, it was easy to follow and you earned yourself a new subscriber!
For feed pet macro--way easier to use a bag slot. Then you know as long as any food is in that slot, you're good. ".../use x y " where x is bag number (backpack is 0, then 1 2 3 4, and y is which slot). So with a 12 slot bag, (I always have my quiver last,) it'd be ".../use 3 12" This also serves as a great placeholder if you're using a bag addon--you'll always clearly see where your quiver starts in your inventory because your food is in the last available inventory slot.
the way he has it set up is that you can type the foods you are looting from the mobs you are hunting. and it will use whatever one is available where ever it is in your bag. but i agree. i have it just use a specific bag slot.
Great macros. I like to keep my pet actions exclusively on my mouse 4/5 buttons for micromanagement. Of course, I keep auto-cast Growl "On" when questing and "Off" when dungeoning. See below: - - - Attack Macro - - - /petattack /cast [mod] Growl (In case you need to pull aggro off a healer, etc) - - - Return Macro - - - /petpassive /petfollow [mod] (If you have your pet "Staying" at a location, you can have him return there easily.)
Thanks a lot for taking the time to make this. Macros are a hunter's secret recipe to excellent class control. Oh and just to provide input, I myself prefer having hunters mark on a mouseover - so I took from the scatter shot macro, and made one for hunters mark.
Feign Death + Freezing Trap macro works just make sure to use [ ] brackets instead of { } brackets. Example [combat] 👍🏼 {combat} 👎🏻 and will have to press that keybind twice.
Feign Death seems really buggy even outside of macros. I mean, it works a portion of the time even OUT of combat. Really hope they fix it and the Hunters out there can get a working FD/Trap macro goin.
Thank you for the input. I have noticed that in Classic, the game will queue spells hit during Auto Shot, to go off after Auto Shot finishes. So this makes perfect sense, I could see this happening (haven't tested myself). I'm not sure how to fix this outside of just removing Auto Shot from the macro. hmmm....
This is brilliant! Just what I was looking for. Thanks mate. Quick noob question. I don't see many vids on hunters using Hunters Mark or adding it to macros. Is it not a good thing to cast?
This was my solution for the pet macro: #showtooltip /castsequence [nopet] reset=4 Call pet, Revive Pet /cast [@pet, nodead] Dismiss Pet /cast [@pet, dead] Revive Pet I hope it helps anyone who reads it, it works flawlessly. If you want to revive your pet just double-click the button or press it twice before 4 seconds, or change the "reset=x" to any number of seconds you want.
A macro I have been using for feeding my pets looks like this: /cast [pet,nodead] Feed Pet /click [pet,nodead] MultiBarRightButton6 So all you have to do is draging w/e food your current pet is eating into that action bar slot, you don't have to worry with where in the bags your pet food is located.
I have one that works great with any food, you just have to put the food in the first slot of your backpack. #showtooltip Feed Pet /cast feed pet /cast [pet] 0 1
Just stumbled across your channel and I can only describe it as walking in to a store to purchase a specific item only to find it its on 50% sale. Absolutely love it, keep up the great work! :D I do have one question tho and maybe you would know the answer. For my warrior I use a single macro for swapping weapons. And for my "Shield Wall" "Shield Bash" and other abilities I have put /ClickActionButton1 (Thats where I have my Weapon Swap Macro). However since my warrior is always in either battle, defensive or berserker stance. I cant access the original bar and put my macro on the first ActionButton. Is there any workaround for this, or is it possible to access a warriors standard bar (without battlestance,etc)? Sorry for the lengthy question. Any tips or advice is appreciated.
I've just learned the syntax for clicking every one of the bars. maybe you can try that as it won't change when you swap stances(if i think i understood correctly)? Try one of these? /click ActionButton1 Bottom Bars: /click MultiBarBottomLeftButton1 /click MultiBarBottomRightButton1 Bars on right side of screen: /click MultiBarLeftButton1 /click MultiBarRightButton1
@@muhshuh I am indeed using "/click ActionButton1" (Sorry did not have my client up). The macro does the button because it says "There is nothing to attack" since when starting with a new toon the Startattack spell is always placed on ActionButton1. Is there a syntax for pressing the battlestance actionbuttons?
@@Ludwig-mu2ug best thing you could do is move your macro to one of your other action bars because they never change based on stance. And then obviously it's a pain because you'll have to change all your other macros to point to that new place instead xD.
Wont work because its 2 skills using a different range, it used to work in classic but this is legion API and its preventing ppl to macro 2 skills together for it to detect the best situation
Hi muhshuh, thanks for the video! It has been very helpful for me :D I have a question... why you are using /cleartarget [dead][help] at the start of many of these macros??? i stil dont understand it..
no problem! it makes my targeting smarter, because it will drop my target if i'm targeting an ally (help) or any dead target (dead). I have a video labeled "Targeting Macros" on my channel if you want more info.
Another one to add, for the 1 button all in one melee, add another /cast mongoose bite before raptor strike. #showtooltip Raptor Strike /cleartarget [dead][help] /cast Mongoose Bite /cast Raptor Strike /cast Mongoose Bite /startattack Reason is, I noticed and tested how it won't cast mongoose if raptor is up and you just dodged. This will ensure that it will always try to cast mongoose first and if it can't it will raptor strike.
My question about playing as a hunter is... How do you get your pet to attack an enemy and let the enemy only attack your pet? I see that all hunters can let their pet attack enemies and then stand from a distance and just shoot arrows. When I do this the enemy comes right away and attacks me instead of the pet, so I never get to stand from a distance that long until the enemy starts attacking me. In your video you just stood there and shot the enemy all the time like all other hunters can, but I cant seem to figure out how to do that without getting attacked right away. Please can someone answer me, I want to play hunter like everyone else. Since no one else on the internet seems to ask this question, Im sure it has a really simple and obvious answer, but I am too dumb to see or find it haha.
The answer is... it's a massive pain in the butt. I do a lot to make sure I don't get aggro. Sometimes I even turn off Aspect of the Hawk while leveling, because if I turn it on I'll out threat/second my pet immediately... Maybe this will help: -Get a Cat, Owl, or Raptor (High dps=more threat) (Cat best in my opinion) -Send your pet into attack first, and wait a second to start shooting -Obtain the highest rank of Claw, Bite, and Growl whenever possible (you learn these by stabling your pet, finding a pet with the ability, taming it, then having it use that spell until you learn it, abandoning it, then teaching that spell to your stabled pet) (Growl from pet trainer though) -BM Talents help a bit Sometimes I even expect that I will get aggro, and just kite as if my pet doesn't exist (use slows, cheetah, etc.) You learn very quick that when it comes to pets, the big problem is generating enough threat. You can even just melee instead of hitting with ranged if you have a particularly strong Bow at the time (like Venomstrike) The truth is I pull aggro off my pet all the freaking time, it's rough, but just stutter step away best you can, and don't be afraid to finish off enemies with Raptor Strike. Later on you'll get Disengage and Feign Death, and these help A LOT. The biggest thing though is probably just having max rank of Claw, Bite, and Growl, as these increase the amount of threat your pet generates. Oh, and if your pet is a lower level than the mob, its Growl will get resisted a lot. So watch for that.
@@muhshuh Thank you so much for the fast answer! Now I know that its not that simple to be a hunter. I have not gotten bite and the other abilities yet, so I have to get those. I have a cat since I saw everyone else got a cat haha. Wow cant get over how fast you answered TYSM!
@@opsembla boar pet is nice for lvling with since it has a charge with a 1 sec stun, letting pet get first hit to get aggro is alot easier to maintain then for you to hit first and have pet try to get aggro off you. at 30 when you have feign death you can use to drop your own threat sometimes. otherwise just try to keep up with highest rank of growl and skills for pet and let them get first hit
@@opsembla yea dash just gets your pet to the target that much faster, also on a 30 sec cooldown like charge just charge can be learn at lvl 1 where you need to be 32 to get dash
could you help me with a macro, trying to create a growl/petattack macro that will hit mouseover target [exists] while im targeting another mob and also simply growl/petattack mob i have target while mob mouseover [noexists]
#showtooltip /cleartarget [dead][help] /petattack [@mouseover,harm,nodead][harm,nodead] /cast [@mouseover,harm,nodead][harm,nodead] Growl make sure you copy/paste if you're unsure of spacing
The FD Trap macro did not work for me. Seems like I had to break it down into /petpassive /petfollow /cast [combat] Feign Death And THEN [any] trap for it to work.
@@ace4348 np. /petpassive /petfollow /stopattack /cast [combat] Feign Death /cast Freezing Trap threw in a little extra for you. early access ;) good luck!
@ muhshuh How do I have to customize an Eyes of the beast macro for wow classic? After I cancel the aura, the pet follows me again! I need a /petstay here though. #showtooltip /cast Eyes of the Beast /cancelaura Eyes of the Beast /petstay
just wanted to let you know I tested this macro thoroughly. It does work but you need to spam the macro for about 1 second as /petstay won't be allowed to stick at first. but if you keep spamming the macro for a bit, your pet will stay no problem. It also helps to put your pet out of your line of sight when you do this because you won't recast Eyes of the Beast and you can spam the macro to make your pet stay.
I keep getting the error [mod:shift, nochanneling] Mend Pet whenever I try to use the Call Pet macro. I don't think I have any other keys related or bound to the one I used. Help?
Hi, thx for the guide. For Pet feeding macro - is it possible to do it, that use not a specific foot but a specific bag slot? Whicheeer food u put there your pet eats it.
/cast [pet,nodead] Feed Pet /use [pet,nodead] 0 1 for more info on which bag slot is which: wowwiki.fandom.com/wiki/Item_equipping I'll have a video explaining this better out soon.
@@keneseiandras1982 indeed. you can read up a bit in that article on how to pick the bag slots first number is bag, 2nd is slot so: /use 4 6 would be 5th bag, 6th slot. I think... I don't use this macro haha. bags starting with 0 as backpack: 0,1,2,3,4
Hey, ive noticed something strange. When I was setting a button for my feed pet macro, the wow interface recognises a different multibarleftbutton5 than the one you have in the macro. It had me confused for ages until I was messing around putting the food in different buttons on the action bars until I found the correct one the macro recognised. So in my example, what the wow interface recognises as right action button number 12, i had to write multibarleftbutton12 in the macro! WTF?
Do you have any way to make it so wind serpents stay at range and auto cast lightning breath during combat? Currently I'm just adding /cast [pet:Wind Serpent] Lightning Breath to all my macros. It works but it only casts everytime i press aimed shot/multishot pretty much.
@@MannYSJ1080p yeah definitely. Uh so if you put the pet on stay, and tell it to autocast it won't right? Because it's on stay instead of attack? I'm pretty sure there's no getting around it. Basically just have a dedicated lightning breath button that you at least hit before capping on pet focus. Maybe create a weak aura to track pet focus to make it a bit more convenient
Hey, i wanna give you one of my favorit macros. /cast [combat] Aspect of the Monkey; Aspect of the Cheetah so if you are in combat it will cast Monkey, otherwise Cheetah. Reason i love this macro is often I have to run on some dangerous paths and I want to be able to Quickly switch to Monkey if I get in danger. That makes 2 button for 3 aspects. Cheers!
For some reason the "/cast !Auto Shot" works buggy for me. It doesn't disable my shot attacks, but it seems to lock the shots preventing some to be fired too. You can notice that using some guns, as it repeatedly sound that locking sound when you spam the macro.
@muhshuh Would you know how to write macros for your pet when you want to manually cast pet abilities like taunt and claw or bite etc, for the pet to use them on its current target it is attacking and not use them on the target you have selected? This would be extremely helpful when fighting to mobs and you have your pet on one while you aim the other.
I think if you just put the spell, your pet should use on it's current target. /cast Growl but if that doesn't work, best bet is probably mouseover macros
Do you have to add the ranks of the shots in the macros? Like do I have to add Serpent sting rank 2 etc..? Or does it just go to the highest rank automatically?
/cast Raptor stike /cast Mongoose Bite Works not always, sometimes game says that I can't use that yet (obviously for some reason tries to apply mongoose bite instead of raptor strike first with no dodge). Freezing Trap+ Feign Death works only out of combat for me (lays Freezing trap), in combat I feign death but trap doesn't appear
Hey mate, i recently learnt a new rank for aspect of the hawk and its stopped my aspect toggle macro from working correctly, itll just toggle aspect of the hawk now without aspect of the cheetah. Any ideas how this happened? or how to fix it? thanks.
Hey, thanks a lot for this, but how can i fix the autoshotmacro to keep the icon as the current weapon im using, cause the macro will use the deterrence icon, thanks also on private servers there was a macro with autoshot that if i pressed it and i was in melee range, it will start the autoattack!! i really liked that macro.
No problem! Yeah that drove me crazy as well. I solved it by just setting the icon for the macro to the icon for the "Mortal Shots" talent. I feel it matches very nicely (you can see it in this video). Oh and yeah that macro is no longer possible, I know that a lot of people used it. It checked interact distance, which i can do with addons, but not with macros.
This macro works just like you asked, if you press it in melee range, it will start the auto attack, if you press it outside melee range, it will use auto shot, I can confirm this works on classic. The macro Defaults the icon to the Auto shot default icon(which so happens to also be deterrence), it can not be changed to your current weapons icon unfortunatley thats just a feature of classic. You can Make it #showtooltip 18 to show your current weapons icon, but this will cause it to not blink or glow, or show range if you have addons for that. #showtooltip /cast !auto shot /startattack
@@o0kaelas its weird, wehen i use it, it starts auto attack at range, but it cant swap to melee attacks if the mobs runs to close to me... what am i missing? also... can you do something, so that if you right click a mob at range, that you attack it with your bow? My hunter just thinks he should melee attack it and says iits out of range.,..
How to toggle between aspects? For example, Warrior charges me while I'm in aspect of the hawk, I need to switch to monkey and wingclip him and then run few steps away to activate cheetah and after I feel that I've reached sufficient distance to switch back to Hawk.
I used to use two macros that would detect the range of my enemy and switch the action bar (from one loaded with melee abilities to one loaded with ranged or vice versa). So by pressing 1, depending on range, I'd either auto shot or raptor strike. It also changed my Aspect as well. Is that possible under the new macro system?
i can't check interact distance anymore to do this. i'm not sure of how to get similar function anymore, i know this was popular in vanilla. i recommend just having a ranged button and a melee button sadly
closest you can get is tellmewhen or weakauras that display icons depending on whether you're far away or close to use things like aspect of the monkey
@@muhshuh there was a macro in 1.12 for one button concussive shot / wing clip which included lines with distances .. Can you test something in this direction?
@@BifidokKefir i can no longer check distance to target in classic. i highly doubt this will be possible, but maybe there's a strange workaround. I'll let ya know :P
@@muhshuh thanks its mainly just things like how to do the macros and what happens if i dont have all the skills yet but i still want to use a chunk of the macro or how to set up hot bars and hotkeys properly i know its preference but i see people with like 2 bars and a bunch of weird hotkeys that i dont know how to do and im getting more and more skills its getting hard to press them all thanks
Being a wow player for 10 years I understand this video but this is my first time playing a hunter so a beginning guide on the macros and how to properly use them for each scenario would be great👍🏼
Using this? I'll admit I'm a little stumped, but sounds like it just got typed wrong. #showtooltip /cleartarget [dead][help] /targetenemy [noexists] /cast Hunter's Mark
I don't understand why people are using Auto shot in their macro's, You cast auto shot regardless of anything you do right? As soon as I get in combat I press auto shot hotkey once and it keeps going. Im really confused on why people put it in a macro.
The hunter macro "#showtooltip Auto Shot /cleartarget [dead][help] /targetenemy [noexists] /cast !Auto Shot /startattack [harm,nodead] /petattack" It swaps to melee auto attack after 1 press of the button instead of attacking with ranged, what am i missing here?
I had this same problem. Here ya go! Game changer i tell ya. #showtooltip /cleartarget [dead][help] /petattack [@mouseover,harm,nodead][harm,nodead] /cast Dash /cast Dive make sure you copy/paste, it is 5 lines.
@@muhshuh I still like the pet attack with targeting also, anyway you can combine the two? So you can auto acquire a new target quickly but also mouse over attack incase a mob starts attacking the healer.
@@MannYSJ1080p #showtooltip /cleartarget [dead][help] /targetenemy [noexists] /petattack [@mouseover,harm,nodead][harm,nodead] /cast Dash /cast Dive yep, you can combine no problem
@@muhshuh The one you have on the reddit post is the one I am using. Feed Pet #showtooltip Feed Pet /cast [pet, nodead] Feed Pet /use [pet, nodead] Haunch of Meat I change the food type to what I have and it just activates feed pet but doesn't use the item automatically. I still have to like click on the food
very strange. I still use this macro (updated it with new food yesterday in fact). Maybe it's what you are trying to feed the pet? I'd try it with a different food, and then try it without [pet, nodead] I wish i could be more help. Sorry.
@@muhshuh I wonder can it be that I play on private servers, with some friends and that server is on 1.12.1 I believe Aka the Elysium project private server. Can that be the problem?
When i using #showtooltip Raptor Strike /cleartarget [dead][help] /cast Raptor Strike /cast Mongoose Bite /startattack its only cast Raptor Strike whole time. Any issues?
Hey MuhShuh can you make this newb friendly, I'm trying to learn how yo set macros up but I don't know the commands and I don't know really what you're talking about half the time. If you could do that I'd be grateful thx.
@@nicholasvladd ah sorry I haven't spent time figuring out GSE yet, and haven't found a decent guide to learn it. If you do find a good guide though, let me know.
Can someone help here i cant /run script macro it said that i have to be in blizzard UI and iam in blizzard UI.. anyone having this problem on running a macro script ??
very helpful thanks, i saw a different video where a guy had a macro to switch targets when you are ranging one and meleeing the other /script AttackTarget(); /script TargetNearestEnemy(); /Cast Auto shot /cast Auto attack how would you convert it to the new macro style and would this still work?
hmmmm. I've been thinking about this one and the best way to implement it. It would be very useful. I don't thiiink that will work (99.99% sure), but it would look like this? maybe? /startattack [harm,nodead] /targetenemy /cast !Auto Shot I'll test it right now. One second.
Hey I just wanted thank you for this comment. I figured out A LOT because of the ideas this gave me. I have made a working melee/ ranged macro because of it. seriously, thank you. I think this has the same function as what you were looking for originally: /targetenemy /cast !Auto Shot /startattack [harm,nodead] And this will use melee and ranged in one button (which is just nuts that this works). /cast !Auto Shot /startattack [harm,nodead] The reason it works i figured out is because if Auto Shot succeeds (8-35yds) it will stop the macro, BUT if it fails, then it will go through to startattack. This is why it's important to put /startattack second! Once again, thank you! I would not have figured this out without your help.
Dude please please please There was a macro in vanilla It cast serpent sting on mobs And it cast viper sting on Mana (players) and viper sting on rouges and warriors
@@LoldemortII as far as i can tell yeah. No conditions available that do that. wow.gamepedia.com/Macro_conditionals maybe i missed one? maybe you can find an interesting bandaid fix in the conditionals that I can't
When leveling up you have to add rank to the cast sequence macro for it to work, example: /castsequence !Aspect of the Hawk(Rank 2), !Aspect of the Cheetah. Also this version for the feed pet macro is a lot better imo, #showtooltip Feed Pet /cast Feed Pet /cast [pet] 0 1 Since we cant use focus targets in classic, i would add mouseover to spells like concussive shot, scare beast, pet attack, hunters mark, growl etc Besides that, great macros, hope to see more from you! :).
Found a FD/T macro that works for me in pve. Not sure about pvp. #showtooltip Freezing Trap /cleartarget /petpassive /cast [combat] Feign Death /cast Freezing Trap /petpassive
Sometimes feign death doesnt work, sometimes it doesnt reset aggro at all and sometimes it skips the trap cast. Not sure if the spell is buggy or the macro.
Marcel definitely the spell. Lots of bug reports and posts on the blizzard forums. The only way I can get some success is when the target isn’t me. So either the tank or my pet has the threat.
Request a macro fix A revive/mend/call pet macro I get an error when my pet dies and I have to respawn in a different location. The macro thinking I have no pet summoned because the pet died in a different area (pet hp bar isn't showing). I think the macro thinks because there is no pet hp bar that it isn't summoned. As in my pet dies and I leave the area (by rezing at spirit healer) before reviving it to make the hp bar vanish. The macro only ever get stuck if the pet is dead but the hp bar is vanished by leaving the area. Is there a way to get it to check dead pet even if its hp bar isn't showing. Alternatively anyone 1 button no modifiers macro would work for me just as well. Here is the one I'm using: /cast [mod]Revive Pet; [@pet,dead]Revive Pet; [nopet]Call Pet; Mend Pet
these mouseover macro's suck ass. they keep retargeting a corpse if it's next to you. the rotation macro sucks aswel. you have /startattack after /cast !autoshot. wich means if you stop spamming the button at the wrong moment. it's stuck on melee auto attack for a ranged target. but when you /cast !autoshot last. then it functions normally like you intended. but yeah the mellee + ranged attack crap doesn't work right when there are several friendlies or corpses nearby. that /targetlast needs conditions like [nodead][harm]
List of Macros (copy/paste):
www.patreon.com/posts/29575368
Edits:
1) Trap macros still have potential problems, but I believe the solution might be as simple as just standing still.
2) Aspect Toggle Macro! Works wonderfully from what my testing can tell.
/castsequence !Aspect of the Hawk, !Aspect of the Cheetah
3) Hunter's Mark has a strange friendly target speech error. Pretty minor but here's the fix.
#showtooltip Hunter's Mark
/cleartarget [dead][help]
/targetenemy [noexists]
/cast [harm] Hunter's Mark
4) Mouseover petattack (so you can keep shooting target)
#showtooltip
/cleartarget [dead][help]
/petattack [@mouseover,harm,nodead][harm,nodead]
/cast Dash
/cast Dive
5) Melee/Ranged in one button!
/cast !Auto Shot
/startattack [harm,nodead]
The order is important because if Auto Shot succeeds, due to the retail macro system, the macro will immediately stop. BUT if the Auto Shot line fails (melee range or further than 35yds) it will then go on to /startattack. I can't believe it was this simple this whole time. I have [harm,nodead] after to /startattack to remove the targeting "logic" that is included baseline with /startattack.
With targeting:
/cleartarget [dead][help]
/targetenemy [noexists]
/cast !Auto Shot
/startattack [harm,nodead]
I've tried adding spells to this, but it doesn't work that great. Feel free to test yourself though!
Errors:
1) Make sure on the Pet Control Macro that you copy/paste the macro (using ctrl+c and ctrl+v). This will make sure it gets put in correctly, as Revive Pet and Mend Part are actually on the same line (total of 5 lines).
#showtooltip Call Pet
/cast [nomod, nopet] Call Pet
/cast [mod:shift, @pet, dead][mod:shift, nopet] Revive Pet; [mod:shift, nochanneling] Mend Pet
/petpassive [nomod]
/petfollow [nomod]
More Info:
If you want to know why I include "/cleartarget [dead][help]" in my macros.
th-cam.com/video/A_WeGp1qG8c/w-d-xo.html
they blocked it again?
Hey great content! Extremely helpful. Could you do a macro video for shaman please. All your tips are super helpful. Thanks
#showtooltip
/stopattack
/petpassive
/cast [combat] Feign Death
/cast Freezing Trap
That worked for me well when I was doing some pvp
P.S. The key must be pressed 2 times in a row
@@BifidokKefir I'll remember to give this a try
So I spent the last four hours trying to get these macros to work. Some of them worked perfectly fine, some of them didn't work at all. Almost started questioning my sanity at some point, but eventually I figured it out. I had to change the textlanguage to english (I'm from austria so it's german by default) and voilà everything works completely fine now. Really nice tutorial, it was easy to follow and you earned yourself a new subscriber!
I did not know this! I hope this gets a lot of likes, very good for non-native english speakers.
Or change the casts in your language
goddamn germans gotta put wow in german too. gross. learn english dumb country. love u
great video! i struggled with the macros but now everything works like a charm, thanks a bunch
For feed pet macro--way easier to use a bag slot. Then you know as long as any food is in that slot, you're good. ".../use x y " where x is bag number (backpack is 0, then 1 2 3 4, and y is which slot). So with a 12 slot bag, (I always have my quiver last,) it'd be ".../use 3 12" This also serves as a great placeholder if you're using a bag addon--you'll always clearly see where your quiver starts in your inventory because your food is in the last available inventory slot.
the way he has it set up is that you can type the foods you are looting from the mobs you are hunting. and it will use whatever one is available where ever it is in your bag.
but i agree. i have it just use a specific bag slot.
Great macros. I like to keep my pet actions exclusively on my mouse 4/5 buttons for micromanagement. Of course, I keep auto-cast Growl "On" when questing and "Off" when dungeoning. See below:
- - - Attack Macro - - -
/petattack
/cast [mod] Growl
(In case you need to pull aggro off a healer, etc)
- - - Return Macro - - -
/petpassive
/petfollow [mod]
(If you have your pet "Staying" at a location, you can have him return there easily.)
You are a legend! These Macros prevent me from being the Huntard that I was in 2005 xD
First things first, thanks for your efforts muhshuh. I really look forward to your videos and I appreciate the time you invest. Keep it up!
Great video. Direct to the point and very useful macros
I'd donate to his patreon if i had money.
So classic wow is my first time playing wow so macros were so foreign to me. Your videos are amazing
Thanks a lot for taking the time to make this. Macros are a hunter's secret recipe to excellent class control.
Oh and just to provide input, I myself prefer having hunters mark on a mouseover - so I took from the scatter shot macro, and made one for hunters mark.
short, snappy and informative. Great video
Been waiting for this, thanks man! :)
LOVE THESE VIDEOS, please make more!
Awesome video man! Subscribed.
Feign Death + Freezing Trap macro works just make sure to use [ ] brackets instead of { } brackets. Example [combat] 👍🏼 {combat} 👎🏻 and will have to press that keybind twice.
"will have to press that keybind twice" this resolve the problem..ty so much!
Liked and subscribed, may you be my future Hunter guide
Feign Death seems really buggy even outside of macros. I mean, it works a portion of the time even OUT of combat. Really hope they fix it and the Hunters out there can get a working FD/Trap macro goin.
That Aimed shot macro will sometimes fire off an auto attack before starting the cast so you will pull on accident
Thank you for the input. I have noticed that in Classic, the game will queue spells hit during Auto Shot, to go off after Auto Shot finishes. So this makes perfect sense, I could see this happening (haven't tested myself). I'm not sure how to fix this outside of just removing Auto Shot from the macro. hmmm....
Great video man! Keep it up!
If your feed pet macro seems to not work from time to time and be clunky, make sure to implement
/cleartarget
in it
thanks for the tip, I'll remember that if i see problems
Thank you, thank you, for the love of everything thank you.
This is brilliant! Just what I was looking for. Thanks mate. Quick noob question. I don't see many vids on hunters using Hunters Mark or adding it to macros. Is it not a good thing to cast?
Definitely good to cast! I use Hunter's mark in every fight.
Edit: I see now that I didn't use it in several of the fights in this video... Awkward.
@@muhshuh Thanks for the info.
This was my solution for the pet macro:
#showtooltip
/castsequence [nopet] reset=4 Call pet, Revive Pet
/cast [@pet, nodead] Dismiss Pet
/cast [@pet, dead] Revive Pet
I hope it helps anyone who reads it, it works flawlessly. If you want to revive your pet just double-click the button or press it twice before 4 seconds, or change the "reset=x" to any number of seconds you want.
A macro I have been using for feeding my pets looks like this:
/cast [pet,nodead] Feed Pet
/click [pet,nodead] MultiBarRightButton6
So all you have to do is draging w/e food your current pet is eating into that action bar slot, you don't have to worry with where in the bags your pet food is located.
I have one that works great with any food, you just have to put the food in the first slot of your backpack.
#showtooltip Feed Pet
/cast feed pet
/cast [pet] 0 1
omg you saved my life, the macro possibility changes are pretty extensive :(
Just stumbled across your channel and I can only describe it as walking in to a store to purchase a specific item only to find it its on 50% sale. Absolutely love it, keep up the great work! :D
I do have one question tho and maybe you would know the answer. For my warrior I use a single macro for swapping weapons. And for my "Shield Wall" "Shield Bash" and other abilities I have put /ClickActionButton1 (Thats where I have my Weapon Swap Macro). However since my warrior is always in either battle, defensive or berserker stance. I cant access the original bar and put my macro on the first ActionButton. Is there any workaround for this, or is it possible to access a warriors standard bar (without battlestance,etc)? Sorry for the lengthy question. Any tips or advice is appreciated.
I've just learned the syntax for clicking every one of the bars. maybe you can try that as it won't change when you swap stances(if i think i understood correctly)?
Try one of these?
/click ActionButton1
Bottom Bars:
/click MultiBarBottomLeftButton1
/click MultiBarBottomRightButton1
Bars on right side of screen:
/click MultiBarLeftButton1
/click MultiBarRightButton1
@@muhshuh I am indeed using "/click ActionButton1" (Sorry did not have my client up). The macro does the button because it says "There is nothing to attack" since when starting with a new toon the Startattack spell is always placed on ActionButton1. Is there a syntax for pressing the battlestance actionbuttons?
@@Ludwig-mu2ug best thing you could do is move your macro to one of your other action bars because they never change based on stance. And then obviously it's a pain because you'll have to change all your other macros to point to that new place instead xD.
try this:
/click SpecialActionButton1
or
/click PetActionButton1
@@muhshuh hmm no luck, unfortunately. Thanks for trying tho :).
Nice guides, they helped me a lot.
I got a question, is it possible to make a mouseover petattack macro? How?
Thanks and keep it up!
Thank you! I have a mouseover version in my pinned comment, i use it as well, very good macro.
Any chance of a wing clip concussive shot macro? Concussive if the target is far wingclip if in melee range.
This is what I really need right here.
Wont work because its 2 skills using a different range, it used to work in classic but this is legion API and its preventing ppl to macro 2 skills together for it to detect the best situation
Showtooltip 18 for all your autoshoot needs
Hi muhshuh, thanks for the video! It has been very helpful for me :D
I have a question... why you are using /cleartarget [dead][help] at the start of many of these macros??? i stil dont understand it..
no problem! it makes my targeting smarter, because it will drop my target if i'm targeting an ally (help) or any dead target (dead). I have a video labeled "Targeting Macros" on my channel if you want more info.
@@muhshuh thanks!!!
Another one to add, for the 1 button all in one melee, add another /cast mongoose bite before raptor strike.
#showtooltip Raptor Strike
/cleartarget [dead][help]
/cast Mongoose Bite
/cast Raptor Strike
/cast Mongoose Bite
/startattack
Reason is, I noticed and tested how it won't cast mongoose if raptor is up and you just dodged. This will ensure that it will always try to cast mongoose first and if it can't it will raptor strike.
interesting. I'll try this out, thanks!
What is autoshot timer addon? Thanks for great content!
Good job my dude
Do you think it would be possible to make a macro that uses concussive shot when at range, and wingclip when in melee range?
maybe with GSE addon? I haven't figured it out yet sorry.
My question about playing as a hunter is... How do you get your pet to attack an enemy and let the enemy only attack your pet? I see that all hunters can let their pet attack enemies and then stand from a distance and just shoot arrows. When I do this the enemy comes right away and attacks me instead of the pet, so I never get to stand from a distance that long until the enemy starts attacking me.
In your video you just stood there and shot the enemy all the time like all other hunters can, but I cant seem to figure out how to do that without getting attacked right away. Please can someone answer me, I want to play hunter like everyone else.
Since no one else on the internet seems to ask this question, Im sure it has a really simple and obvious answer, but I am too dumb to see or find it haha.
The answer is... it's a massive pain in the butt. I do a lot to make sure I don't get aggro. Sometimes I even turn off Aspect of the Hawk while leveling, because if I turn it on I'll out threat/second my pet immediately...
Maybe this will help:
-Get a Cat, Owl, or Raptor (High dps=more threat) (Cat best in my opinion)
-Send your pet into attack first, and wait a second to start shooting
-Obtain the highest rank of Claw, Bite, and Growl whenever possible
(you learn these by stabling your pet, finding a pet with the ability, taming it, then having it use that spell until you learn it, abandoning it, then teaching that spell to your stabled pet) (Growl from pet trainer though)
-BM Talents help a bit
Sometimes I even expect that I will get aggro, and just kite as if my pet doesn't exist (use slows, cheetah, etc.) You learn very quick that when it comes to pets, the big problem is generating enough threat. You can even just melee instead of hitting with ranged if you have a particularly strong Bow at the time (like Venomstrike)
The truth is I pull aggro off my pet all the freaking time, it's rough, but just stutter step away best you can, and don't be afraid to finish off enemies with Raptor Strike. Later on you'll get Disengage and Feign Death, and these help A LOT. The biggest thing though is probably just having max rank of Claw, Bite, and Growl, as these increase the amount of threat your pet generates.
Oh, and if your pet is a lower level than the mob, its Growl will get resisted a lot. So watch for that.
@@muhshuh Thank you so much for the fast answer! Now I know that its not that simple to be a hunter. I have not gotten bite and the other abilities yet, so I have to get those. I have a cat since I saw everyone else got a cat haha. Wow cant get over how fast you answered TYSM!
@@opsembla boar pet is nice for lvling with since it has a charge with a 1 sec stun, letting pet get first hit to get aggro is alot easier to maintain then for you to hit first and have pet try to get aggro off you. at 30 when you have feign death you can use to drop your own threat sometimes. otherwise just try to keep up with highest rank of growl and skills for pet and let them get first hit
@@AnotherLazybum I have leveled with a cat till level 28 now, Is dash a smart thing to learn?
@@opsembla yea dash just gets your pet to the target that much faster, also on a 30 sec cooldown like charge just charge can be learn at lvl 1 where you need to be 32 to get dash
could you help me with a macro, trying to create a growl/petattack macro that will hit mouseover target [exists] while im targeting another mob and also simply growl/petattack mob i have target while mob mouseover [noexists]
#showtooltip
/cleartarget [dead][help]
/petattack [@mouseover,harm,nodead][harm,nodead]
/cast [@mouseover,harm,nodead][harm,nodead] Growl
make sure you copy/paste if you're unsure of spacing
@@muhshuh heck yeah! thanks!
cant use the macro for the freezing trap on combat... even on the updated macro...
So you use counter attack separately for melees now? not the all in 1 melee macro anymore?
separate for now. I don't have the talent so I cannot test yet. I would definitely combine raptor strike and counterattack though
The FD Trap macro did not work for me. Seems like I had to break it down into
/petpassive
/petfollow
/cast [combat] Feign Death
And THEN [any] trap for it to work.
Thank you, I will test this today
Did this work? I need to be able to FD freeze trap in combat.
@@ace4348 yes it works.
@@muhshuh Sorry to be annoying but can you show me precisely how to type it all in sequence for the macro?
@@ace4348 np.
/petpassive
/petfollow
/stopattack
/cast [combat] Feign Death
/cast Freezing Trap
threw in a little extra for you. early access ;) good luck!
@
muhshuh
How do I have to customize an Eyes of the beast macro for wow classic? After I cancel the aura, the pet follows me again! I need a /petstay here though.
#showtooltip
/cast Eyes of the Beast
/cancelaura Eyes of the Beast
/petstay
I'll test when possible. I wonder if putting pet on stay before using it would work, but I'm not sure to be honest.
@@muhshuh Do you know any more already?
@@leroo7031 not yet sorry. My computer has been getting black screens, so I'm in the process of figuring out which part is the problem...
just wanted to let you know I tested this macro thoroughly. It does work but you need to spam the macro for about 1 second as /petstay won't be allowed to stick at first. but if you keep spamming the macro for a bit, your pet will stay no problem. It also helps to put your pet out of your line of sight when you do this because you won't recast Eyes of the Beast and you can spam the macro to make your pet stay.
Feed pet from a specific bag slot is the best macro
this is one i'm trying to find... how do you make them and how do you know which slot is which??
Do you need to add what spell ranks as well? Or does it use the highest one always? thx for doing this
always highest
I keep getting the error [mod:shift, nochanneling] Mend Pet whenever I try to use the Call Pet macro. I don't think I have any other keys related or bound to the one I used. Help?
sounds like it was typed wrong. Can you try using copy/paste (ctrl+c and ctrl+v) and let me know if you still have problems?
If you're still having trouble it's because revive pet and mend pet are actually on the same line.
Hi, thx for the guide.
For Pet feeding macro - is it possible to do it, that use not a specific foot but a specific bag slot? Whicheeer food u put there your pet eats it.
/cast [pet,nodead] Feed Pet
/use [pet,nodead] 0 1
for more info on which bag slot is which: wowwiki.fandom.com/wiki/Item_equipping
I'll have a video explaining this better out soon.
@@muhshuh thx, I'll try it today evening
@@muhshuh i sthis the very 1st slot in bags?
@@keneseiandras1982 indeed. you can read up a bit in that article on how to pick the bag slots
first number is bag, 2nd is slot
so:
/use 4 6
would be 5th bag, 6th slot. I think... I don't use this macro haha.
bags starting with 0 as backpack:
0,1,2,3,4
what do you use for melee weaving?
I have the macro in my Advanced macros guide
/cast [modifier:ctrl] Dismiss Pet;[nopet,modifier:alt][target=pet,dead]Revive Pet;[nopet]Call Pet;[combat][modifier:alt, nochanneling]Mend Pet
/stopmacro [combat][nopet][modifier][target=pet,dead]
/cast Feed Pet
/use [nocombat] Cured Ham Steak
Hey, ive noticed something strange. When I was setting a button for my feed pet macro, the wow interface recognises a different multibarleftbutton5 than the one you have in the macro. It had me confused for ages until I was messing around putting the food in different buttons on the action bars until I found the correct one the macro recognised. So in my example, what the wow interface recognises as right action button number 12, i had to write multibarleftbutton12 in the macro! WTF?
wack. I'll have to test this out again and see if they changed anything haha. you've got the right idea though. it's all trial and error
I`m trying to find a macro script for putting the right sting on in pvp, but non works on classic, is there any?
nope! I think it will never be possible sadly
@@muhshuh Damn.. I got no more keybinds to spare
@@solberg7065 try using mousewheel up and down. and shift mousewheel up and down
@@muhshuh up is already hunters mark and down is feign death-freeze but using shift+ them was a good idea thanks
Do you have any way to make it so wind serpents stay at range and auto cast lightning breath during combat? Currently I'm just adding
/cast [pet:Wind Serpent] Lightning Breath to all my macros. It works but it only casts everytime i press aimed shot/multishot pretty much.
I'd just add Lightning Breath instead of petattack to my all in one start attack macro
@@muhshuh I think i would still have to spam that button to keep the wind serpent casting.
@@MannYSJ1080p yeah definitely. Uh so if you put the pet on stay, and tell it to autocast it won't right? Because it's on stay instead of attack? I'm pretty sure there's no getting around it. Basically just have a dedicated lightning breath button that you at least hit before capping on pet focus. Maybe create a weak aura to track pet focus to make it a bit more convenient
Hey, i wanna give you one of my favorit macros.
/cast [combat] Aspect of the Monkey; Aspect of the Cheetah
so if you are in combat it will cast Monkey, otherwise Cheetah.
Reason i love this macro is often I have to run on some dangerous paths and I want to be able to Quickly switch to Monkey if I get in danger.
That makes 2 button for 3 aspects. Cheers!
For some reason the "/cast !Auto Shot" works buggy for me. It doesn't disable my shot attacks, but it seems to lock the shots preventing some to be fired too. You can notice that using some guns, as it repeatedly sound that locking sound when you spam the macro.
isn't it best to have /pet attack with /hunters mark? and then follow up with auto shot ?
maybe while questing on your own, but in dungeons it helps a lot to be able to cast hunter's mark before a boss fight starts without sending pet in.
@muhshuh Would you know how to write macros for your pet when you want to manually cast pet abilities like taunt and claw or bite etc, for the pet to use them on its current target it is attacking and not use them on the target you have selected? This would be extremely helpful when fighting to mobs and you have your pet on one while you aim the other.
I think if you just put the spell, your pet should use on it's current target.
/cast Growl
but if that doesn't work, best bet is probably mouseover macros
or you could try this.
/cast [@pettarget] Growl
worth a try
Do you have to add the ranks of the shots in the macros? Like do I have to add Serpent sting rank 2 etc..? Or does it just go to the highest rank automatically?
It uses the highest rank by default
how do u get that mongoose bite text on the screen at 2:41? thanks.
enable floating combat text in the settings, i believe the checkmark is called reactive abilities? it's on by default when you turn on combat text
/cast Raptor stike
/cast Mongoose Bite
Works not always, sometimes game says that I can't use that yet (obviously for some reason tries to apply mongoose bite instead of raptor strike first with no dodge).
Freezing Trap+ Feign Death works only out of combat for me (lays Freezing trap), in combat I feign death but trap doesn't appear
Hey mate, i recently learnt a new rank for aspect of the hawk and its stopped my aspect toggle macro from working correctly, itll just toggle aspect of the hawk now without aspect of the cheetah. Any ideas how this happened? or how to fix it? thanks.
I heard that relogging helped others. may I ask what level you are?
@@muhshuh im now lvl 40, thanks ill try relogging
Hey, thanks a lot for this, but how can i fix the autoshotmacro to keep the icon as the current weapon im using, cause the macro will use the deterrence icon, thanks
also on private servers there was a macro with autoshot that if i pressed it and i was in melee range, it will start the autoattack!! i really liked that macro.
No problem! Yeah that drove me crazy as well. I solved it by just setting the icon for the macro to the icon for the "Mortal Shots" talent. I feel it matches very nicely (you can see it in this video).
Oh and yeah that macro is no longer possible, I know that a lot of people used it. It checked interact distance, which i can do with addons, but not with macros.
This macro works just like you asked, if you press it in melee range, it will start the auto attack, if you press it outside melee range, it will use auto shot, I can confirm this works on classic. The macro Defaults the icon to the Auto shot default icon(which so happens to also be deterrence), it can not be changed to your current weapons icon unfortunatley thats just a feature of classic. You can Make it #showtooltip 18 to show your current weapons icon, but this will cause it to not blink or glow, or show range if you have addons for that.
#showtooltip
/cast !auto shot
/startattack
@@o0kaelas its weird, wehen i use it, it starts auto attack at range, but it cant swap to melee attacks if the mobs runs to close to me... what am i missing?
also... can you do something, so that if you right click a mob at range, that you attack it with your bow? My hunter just thinks he should melee attack it and says iits out of range.,..
@@o0kaelas thank you!
How to toggle between aspects? For example, Warrior charges me while I'm in aspect of the hawk, I need to switch to monkey and wingclip him and then run few steps away to activate cheetah and after I feel that I've reached sufficient distance to switch back to Hawk.
I believe you need to press 3 keys(1 for each aspect) haha :d
I used to use two macros that would detect the range of my enemy and switch the action bar (from one loaded with melee abilities to one loaded with ranged or vice versa). So by pressing 1, depending on range, I'd either auto shot or raptor strike. It also changed my Aspect as well. Is that possible under the new macro system?
i can't check interact distance anymore to do this. i'm not sure of how to get similar function anymore, i know this was popular in vanilla. i recommend just having a ranged button and a melee button sadly
closest you can get is tellmewhen or weakauras that display icons depending on whether you're far away or close to use things like aspect of the monkey
noob question here, but the /cast !auto shoot macro, do you just spam the button?
yep!
Ey,mate! Awsome videos,i appreciate your doing. Could you write me a macro that swaps the aspects by pressing one button only? Thank you!
Only just figured it out!
/castsequence !Aspect of the Hawk, !Aspect of the Cheetah
@@muhshuh i love you mate!Much appreciated!
@@muhshuh Now we just need a macro for stings. The one that casts viper on mana users and scorpid on non mana users
@@muhshuh there was a macro in 1.12 for one button concussive shot / wing clip which included lines with distances .. Can you test something in this direction?
@@BifidokKefir i can no longer check distance to target in classic. i highly doubt this will be possible, but maybe there's a strange workaround. I'll let ya know :P
I'm completely new to wow and I just don't understand this but I want to
I'll do my best to make some complete beginner friendly videos soon.
@@muhshuh thanks its mainly just things like how to do the macros and what happens if i dont have all the skills yet but i still want to use a chunk of the macro or how to set up hot bars and hotkeys properly i know its preference but i see people with like 2 bars and a bunch of weird hotkeys that i dont know how to do and im getting more and more skills its getting hard to press them all
thanks
Being a wow player for 10 years I understand this video but this is my first time playing a hunter so a beginning guide on the macros and how to properly use them for each scenario would be great👍🏼
For some reason I can't sequence Serpent Sting, Arcane Shot and Multi-Shot.
how do I apply it?
Thank you!
I dont understand why mongoose bite is on the raptior strike macro if it can only be used aftera dodge.
Excellent keep up the good work!
For some reason the hunter's mark macro will broadcast "Hunter's Mark" on the current chat channel i'm on
Using this? I'll admit I'm a little stumped, but sounds like it just got typed wrong.
#showtooltip
/cleartarget [dead][help]
/targetenemy [noexists]
/cast Hunter's Mark
Can I make the attack macro not use Dash if I have/get no target?
/cast [harm,nodead] Dash
I don't understand why people are using Auto shot in their macro's, You cast auto shot regardless of anything you do right? As soon as I get in combat I press auto shot hotkey once and it keeps going. Im really confused on why people put it in a macro.
RyanStarcraftProtoss you can start an attack from an ability and it will continue to autoshot automatically
@@MannYSJ1080p so basically it makes it so you cant interrupt your auto shot?
What is "!" in /cast !Auto Shot for?
it means only turn Auto Shot "on" and never "off". making it spammable
@@muhshuh for some reason it doesn't work for me... I'm playing on a non-English server and changed "!Auto Shot" for "!%otherlanguagesynonim"
@@nicolastelfyr6792 I've had someone say that they changed textlanguage to english in order to use these macros.
I'm not sure of another fix.
@@muhshuh Thank you, I'll try
The hunter macro "#showtooltip Auto Shot
/cleartarget [dead][help]
/targetenemy [noexists]
/cast !Auto Shot
/startattack [harm,nodead]
/petattack"
It swaps to melee auto attack after 1 press of the button instead of attacking with ranged, what am i missing here?
Agreed. I have same issue. I dont know if things have changed since this video 4 years ago but most these macros dont work as intended.
Is there anyway to use a mouse over macro to maintain your original target but get your pet to attack a new target?
I had this same problem. Here ya go! Game changer i tell ya.
#showtooltip
/cleartarget [dead][help]
/petattack [@mouseover,harm,nodead][harm,nodead]
/cast Dash
/cast Dive
make sure you copy/paste, it is 5 lines.
@@muhshuh Thanks, did you completely replace your pet attack macro with this or assign it to another button?
@@MannYSJ1080p i completely replaced. Have not had issues so far
@@muhshuh I still like the pet attack with targeting also, anyway you can combine the two? So you can auto acquire a new target quickly but also mouse over attack incase a mob starts attacking the healer.
@@MannYSJ1080p
#showtooltip
/cleartarget [dead][help]
/targetenemy [noexists]
/petattack [@mouseover,harm,nodead][harm,nodead]
/cast Dash
/cast Dive
yep, you can combine no problem
if you find a way to make feign death work for pvp combat id appreciate it :D lol
The feed pet macro, isn't working for me at all, no matter what I am trying to do.
can you copy/paste what you're using right here in a comment? I'll test it and see what I can do.
@@muhshuh The one you have on the reddit post is the one I am using.
Feed Pet
#showtooltip Feed Pet
/cast [pet, nodead] Feed Pet
/use [pet, nodead] Haunch of Meat
I change the food type to what I have and it just activates feed pet but doesn't use the item automatically. I still have to like click on the food
very strange. I still use this macro (updated it with new food yesterday in fact). Maybe it's what you are trying to feed the pet? I'd try it with a different food, and then try it without [pet, nodead]
I wish i could be more help. Sorry.
@@muhshuh I wonder can it be that I play on private servers, with some friends and that server is on 1.12.1 I believe Aka the Elysium project private server. Can that be the problem?
feign death is so broken in classic. at least 1/10 it literally does nothing, not resisted just does absolutely nothing but go on cooldown.
It’s because you move as you use it. Can’t touch anything but you keybind for feign death
When i using
#showtooltip Raptor Strike
/cleartarget [dead][help]
/cast Raptor Strike
/cast Mongoose Bite
/startattack
its only cast Raptor Strike
whole time. Any issues?
No issues with that one as far as I know. still using it no problem
Hey MuhShuh can you make this newb friendly, I'm trying to learn how yo set macros up but I don't know the commands and I don't know really what you're talking about half the time. If you could do that I'd be grateful thx.
I'll do my best. I can definitely understand not knowing half of the words I'm saying starting out.
so you don't have to worry about what rank to use in the macro?
Not at all!
any solution on the trap macro?
What is the /cleartarget line for?
watch my video on targeting macros if you can, bit complicated to type here
@@muhshuh Yeah i did. Now i understand, pretty innovative, feels like retail WoW
@@mayfly4970 that it does. feels very retail at times due to the addons available as well haha
hey bro macro for spell rotation ? for hunter send spells in sequence.... ?
try gnome sequencer addon
The #showtooltip isn't working?
can i not use this on a German Server?
I believe you can, I've heard that you can change your text language in game?
Is
/cast Raptor Strike
/cast Blood Fury
/cast Mongoose Bite
/cast Wing Clip
Not possible? :/
Only with gnome sequencer add-on apparently
@@muhshuh Can you tell me what I need to type for this sequence to work? Do I need to add anything in PreMacro and PostMacro?
@@nicholasvladd ah sorry I haven't spent time figuring out GSE yet, and haven't found a decent guide to learn it. If you do find a good guide though, let me know.
any melee macro whit counterattack in it?
Can someone help here i cant /run script macro it said that i have to be in blizzard UI and iam in blizzard UI.. anyone having this problem on running a macro script ??
very helpful thanks, i saw a different video where a guy had a macro to switch targets when you are ranging one and meleeing the other
/script AttackTarget();
/script TargetNearestEnemy();
/Cast Auto shot
/cast Auto attack
how would you convert it to the new macro style and would this still work?
hmmmm. I've been thinking about this one and the best way to implement it. It would be very useful. I don't thiiink that will work (99.99% sure), but it would look like this? maybe?
/startattack [harm,nodead]
/targetenemy
/cast !Auto Shot
I'll test it right now. One second.
Hey I just wanted thank you for this comment. I figured out A LOT because of the ideas this gave me. I have made a working melee/ ranged macro because of it. seriously, thank you.
I think this has the same function as what you were looking for originally:
/targetenemy
/cast !Auto Shot
/startattack [harm,nodead]
And this will use melee and ranged in one button (which is just nuts that this works).
/cast !Auto Shot
/startattack [harm,nodead]
The reason it works i figured out is because if Auto Shot succeeds (8-35yds) it will stop the macro, BUT if it fails, then it will go through to startattack. This is why it's important to put /startattack second!
Once again, thank you! I would not have figured this out without your help.
alternative method (bit buggy sometimes):
/targetlasttarget [harm,nodead]
/cleartarget [dead][help]
/targetenemy [noexists]
/cast !Auto Shot
/startattack [harm,nodead]
@@muhshuh absolutely dude, very happy you figured out how to do this. It will help so much Thank You
Dude please please please
There was a macro in vanilla
It cast serpent sting on mobs
And it cast viper sting on Mana (players) and viper sting on rouges and warriors
it's impossible now sorry friend. no condition to check if player or not
muhshuh Also not possible if target has mana or not?
@@LoldemortII as far as i can tell yeah. No conditions available that do that. wow.gamepedia.com/Macro_conditionals maybe i missed one? maybe you can find an interesting bandaid fix in the conditionals that I can't
Thanks man, keep up the good work
is there any reason why to apply viper sting on a rouge or a warrior?
Is anyone else getting an error when a macro contains /script?
When leveling up you have to add rank to the cast sequence macro for it to work, example: /castsequence !Aspect of the Hawk(Rank 2), !Aspect of the Cheetah.
Also this version for the feed pet macro is a lot better imo,
#showtooltip Feed Pet
/cast Feed Pet
/cast [pet] 0 1
Since we cant use focus targets in classic, i would add mouseover to spells like concussive shot, scare beast, pet attack, hunters mark, growl etc
Besides that, great macros, hope to see more from you! :).
This was whatever I put in the slot becomes food..thanks
Found a FD/T macro that works for me in pve. Not sure about pvp.
#showtooltip Freezing Trap
/cleartarget
/petpassive
/cast [combat] Feign Death
/cast Freezing Trap
/petpassive
Thanks! I'll give this a try
@@muhshuh did it work?
@@Waldrin18 After playing with it for a few days, it works probably 6/10 times. You have to let go of right click and spam it though.
Sometimes feign death doesnt work, sometimes it doesnt reset aggro at all and sometimes it skips the trap cast. Not sure if the spell is buggy or the macro.
Marcel definitely the spell. Lots of bug reports and posts on the blizzard forums. The only way I can get some success is when the target isn’t me. So either the tank or my pet has the threat.
non macro is working for me at all =/!
Really not anything at all pls help!
Did you use the client language for the macro?
I need help with a serpent sting shift mod scorpid sting macro
/cast [nomod] Serpent Sting
/cast [mod:shift] Scorpid Sting
hope this helps!
Epic
Request a macro fix
A revive/mend/call pet macro I get an error when my pet dies and I have to respawn in a different location. The macro thinking I have no pet summoned because the pet died in a different area (pet hp bar isn't showing). I think the macro thinks because there is no pet hp bar that it isn't summoned. As in my pet dies and I leave the area (by rezing at spirit healer) before reviving it to make the hp bar vanish. The macro only ever get stuck if the pet is dead but the hp bar is vanished by leaving the area. Is there a way to get it to check dead pet even if its hp bar isn't showing. Alternatively anyone 1 button no modifiers macro would work for me just as well.
Here is the one I'm using:
/cast [mod]Revive Pet; [@pet,dead]Revive Pet; [nopet]Call Pet; Mend Pet
Also so glad !Auto Shot works and we don't have to use that weird private server click macro shenanigans lol
Please do more rogue macros!
Some of these macros promote so much laziness that it's insane dude. People clearly dont even wanna press buttons at all anymore.
Para los españoles poner
/cast tiro automático
/startattack [harm,nodead]
Para arco y mele en un mismo botton
these mouseover macro's suck ass.
they keep retargeting a corpse if it's next to you.
the rotation macro sucks aswel.
you have /startattack after /cast !autoshot.
wich means if you stop spamming the button at the wrong moment. it's stuck on melee auto attack for a ranged target.
but when you /cast !autoshot last. then it functions normally like you intended.
but yeah the mellee + ranged attack crap doesn't work right when there are several friendlies or corpses nearby.
that /targetlast needs conditions like [nodead][harm]