Useful Vanilla WoW 1.12.1 Macros by Wayleran

Re: Useful Vanilla WoW 1.12.1 Macros by Wayleran

by stif » Mon Dec 28, 2015 9:42 am

Hi guys!
i dont know if this link has ben put out or do it even works but still wanted to share it
http://wowwiki.wikia.com/wiki/Useful_macros_(1.0)
Image
User avatar
stif
Senior Sergeant
Senior Sergeant
 

Re: Useful Vanilla WoW 1.12.1 Macros by Wayleran

by Bazinga » Mon Dec 28, 2015 5:57 pm


ftfy

(mark urls and click URL button)
Bazinga
Sergeant Major
Sergeant Major
 

Re: Useful Vanilla WoW 1.12.1 Macros by Wayleran

by Onírica » Mon Jan 04, 2016 4:45 pm

Very good work.
User avatar
Onírica
Sergeant
Sergeant
 

Re: Useful Vanilla WoW 1.12.1 Macros by Wayleran

by Kaer » Mon Jan 11, 2016 10:05 pm

Thanks for the share!
Kaer
Tester
 

Re: Useful Vanilla WoW 1.12.1 Macros by Wayleran

by mook06 » Tue Feb 09, 2016 1:03 pm

I keep forgetting to recast Find Minerals, so I wrote a simple mount macro that will cast Track Minerals before mounting:

The macro is set to use the mount in the Top Left slot of your bags (bag 0, slot 1, X)


/script if (GetTrackingTexture()=="Interface\\Icons\\Spell_Nature_Earthquake") then UseContainerItem(0, 1, 1) else CastSpellByName("Find Minerals") end;
mook06
Tester
 

Re: Useful Vanilla WoW 1.12.1 Macros by Wayleran

by huertakas » Sat Feb 13, 2016 4:29 pm

I tried to make a macro to use my trinket but failed.
/script UseInventoryItem(13)
does nothing
any tips?
huertakas
Private
Private
 

Cast on target

by DarkInos » Sat Feb 13, 2016 6:09 pm

Hello,
I would really like to figure out some macro for my priest. I exp war + priest combo. So it would be quite usefull to have macro for few spells only for this duo.
Something like... /cast (target=NAME) Power Word: Shield (Rank X)
... Maybe it is easy or dumf for others but.. I really cant find any solution here or ther forums :X There are tons of macros but I cannot find this one.

Anyone who have some easy solution?
DarkInos
Private
Private
 

Re: Useful Vanilla WoW 1.12.1 Macros by Wayleran

by Exorcista » Fri Feb 19, 2016 3:15 am

Any Good macro for hunter like /petattack or something similar, i tryed few but doesnt seem to work, i would like one, essentialy when u change target to maximize dps on that target u switched to, tvm if anyone can get one
Exorcista
Tester
 

Re: Useful Vanilla WoW 1.12.1 Macros by Wayleran

by Dyaxler » Thu Feb 25, 2016 7:32 am

Didn't know where else to share this... here are some Macro's I wrote for my Priest:

*UPDATED* I discovered that if you use the "short-cut" 'cast' from Supermacro instead of 'CastSpellByName' it messes with the range indicators.

Code: Select all
-- Cast SWP if it's not already on the target
/script UIErrorsFrame:Hide()
/script if not buffed("Shadow Word: Pain", 'target') then CastSpellByName("Shadow Word: Pain") end

-- Don't double up on Renew
/script UIErrorsFrame:Hide()
/script if UnitExists("target") and UnitIsFriend("target", "player") then if not buffed("Renew", 'target') then CastSpellByName("Renew") end return end if not buffed("Renew", 'player') then cast("Renew",1) end

-- Self-Buffs:
/script if not buffed("Inner Fire", 'player') then CastSpellByName("Inner Fire") else if not buffed("Power Word: Fortitude", 'player') then CastSpellByName("Power Word: Fortitude",1) end;end

-- Rotation:
/script UIErrorsFrame:Hide()
/script if not buffed("Shadow Word: Pain", 'target') then CastSpellByName("Shadow Word: Pain") end DoOrder("Mind Blast", "Smite")

-- Mashable Wand Cast
/script UIErrorsFrame:Hide()
/script if (UnitName('target')==nil) then TargetNearestEnemy() else if not IsAutoRepeatAction(12) then CastSpellByName("Shoot") end;end

-- Instant Casts
/script UIErrorsFrame:Hide()
/script SpellStopCasting()
/script CastSpellByName("Desperate Prayer",1)

/script UIErrorsFrame:Hide()
/script SpellStopCasting()
/script CastSpellByName("Fade",1)

/script UIErrorsFrame:Hide()
/script SpellStopCasting()
/script CastSpellByName("Power Word: Shield",1)

-- Self-heal if no target
/script UIErrorsFrame:Hide()
/script SpellStopCasting()
/script if UnitExists("target") then CastSpellByName("Lesser Heal") else CastSpellByName("Lesser Heal",1) end

/script UIErrorsFrame:Hide()
/script SpellStopCasting()
/script if UnitExists("target") then CastSpellByName("Heal") else CastSpellByName("Heal",1) end

/script UIErrorsFrame:Hide()
/script SpellStopCasting()
/script if UnitExists("target") then CastSpellByName("Flash Heal") else CastSpellByName("Flash Heal",1) end
Author of SpartanUI for Vanilla WoW 1.12
More info available here: Nostalrius Forum thread link. - Feed back welcome.
Submit bugs on GitHub or post about it in the forum thread.
User avatar
Dyaxler
Senior Sergeant
Senior Sergeant
 

Re: Useful Vanilla WoW 1.12.1 Macros by Wayleran

by Bratok » Sun Mar 06, 2016 10:10 pm

Hello guys!
Im looking for a macros for warrior to cast break..
I found something like this:

Shield bash macro:

#showtooltip Shield bash
/stopattack
/equipslot 4 <1H>
/equipslot 5 <Shield>
/cast Defensive Stance
/cast Shield bash

But this do not work at all..
Even simple macro #showtooltip looks like I just say it..
Please help!
Bratok
Tester
 

PreviousNext

Return to Addons & macros