i have one question! Can I use auto kick, to kick my focus target?
sry for my bad english :P
Has anyone got any working code for getting traps to go off where the mouse pointer is? My old legacy code no longer works since the patch.
Code:if IsLeftControlKeyDown() and GetCurrentKeyBoardFocus() == nil then CastSpellByName(tostring(GetSpellInfo(13813))) if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end return true end
https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017
Sheuron got your Hunter BM profile working absolutely amazing...
For those one's which Sheuron's profiles don't work all you need to do is open Ability editor and edit OFFENSIVE SPELLS Ability there just delete these two lines
PHP Code:
local DistanceToTarget = PQR_UnitDistance("player","target")
or ( not DistanceToTarget or DistanceToTarget > 40 )
Thanx to KleskRiver for giving me the Idea of fixing profile, page 170 this thread.
He had a problem with frame rate, but this is fixing everything...
this working with mop beta?
guys can anybody post a good code for pausing rotation on an immune target? ex a pally with bubble u dont want to waste spells on it![]()
updated my hunter profiles once more.
KMD_All_Hunter_Rotations_v1.zip
This has all the hunter profiles in one link, BM/SV/MM.
- changed serpent sting mouseover so that it fires when LeftControl is down.
- A Murder of Crows now checks hit points if it is less than 3x your character's Max hit points it won't be used. No point wasting a 2m cooldown ability on mobs you can breath on and they die.
* Still trying to get a working trap throwing code going, Once I do I will update again.
https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017