Lazy 1 button leveling macro

Re: Lazy 1 button leveling macro

by Abcslasher » Sun Feb 07, 2016 6:11 am

for better result you must add in afflic macro wand attack.
Abcslasher
Grunt
Grunt
 

Re: Lazy 1 button leveling macro

by kanrethad » Mon Feb 22, 2016 9:47 pm

I used it and it doesnt seem to be working i got Supermacro and is still coming up with a Lua error
User avatar
kanrethad
Private
Private
 

Re: Lazy 1 button leveling macro

by Dyaxler » Tue Feb 23, 2016 8:00 pm

Try this below and make sure there is NO space after the "/"... also make sure that this is all on one line with no spaces or carriage returns after the final 'end'. It's difficult sometimes to see spaces or carriage returns in the Macro API. I usually hold my delete key [not backspace ;)] down at the very end of a copied macro before clicking save. Don't copy and paste from a webpage directly into an in-game macro. Paste into Notepad first then copy and paste into game. This ensures your copy is in Plain Text.

I've also encountered some issues with certain mods conflicting with the way they 'hook' into Blizzard API's. If you can't seem to save a macro, disable all your mods, write/debug your macros and save them, then re-enable all your mods and your macros should work. If they don't then chances are one of your mods is conflicting with the Macro API.

Code: Select all
/script if (UnitName('target')==nil) then TargetNearestEnemy() PetAttack(target) else if not buffed("Curse of Agony", 'target') then PetAttack(target) cast("Curse of Agony") else if not buffed("Corruption", 'target') then cast("Corruption") else if not buffed("Immolate", 'target') then cast("Immolate") else if not buffed("Drain Life", 'target') then cast("Drain Life") end;end;end;end;end


/cheers
Dyaxler
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: Lazy 1 button leveling macro

by vorlinath » Fri Feb 26, 2016 5:31 am

I cant get the macro onto my spell bar i've tried everything I can think of. I switched from bartender 2 to no bar addons still no luck. Help.
vorlinath
Private
Private
 

Re: Lazy 1 button leveling macro

by Dyaxler » Fri Feb 26, 2016 5:38 am

Which Macro mod are you using? Are you sure it's loading?

Have you disabled ALL your mods and tried to drag the macro onto your bar?
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: Lazy 1 button leveling macro

by vorlinath » Fri Feb 26, 2016 6:38 am

Dyaxler wrote:Which Macro mod are you using? Are you sure it's loading?

Have you disabled ALL your mods and tried to drag the macro onto your bar?

I am using SuperMacro 3.14 and yes I've tried disabling all but that addon still not working
vorlinath
Private
Private
 

Re: Lazy 1 button leveling macro

by Dyaxler » Fri Feb 26, 2016 7:08 am

Look in --> Interface Options --> Advanced Options...

Upper right hand corner: Lock Action Bars - make sure that is NOT checked. :)
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: Lazy 1 button leveling macro

by Smithmystery » Sun Mar 06, 2016 6:43 am

Gonna give it a try
Smithmystery
Tester
 

Re: Lazy 1 button leveling macro

by TastyTaste » Mon Mar 14, 2016 8:45 am

Whole point in leveling is to get used to your class and situational keybinds, i have 40+ keybinds and if i didn't level with everything bound and just started using it at 60 it would take just as much time to get adjusted to the new binds.
For those interested
keybinds are:
1-6
Alt + 1-6
Shift + 1-6
Ctrl + 1-6 (Mainly pet spells, again mainly for pvp, attack,purge,silence, purge self etc)
F1-F5
(i have razor naga mouse with 12 buttons, all bound)
Mouse wheel up/down
Shift mouse wheel up/down
TastyTaste
Grunt
Grunt
 

Re: Lazy 1 button leveling macro

by leetdemon » Fri Mar 25, 2016 8:33 pm

TastyTaste wrote:Whole point in leveling is to get used to your class and situational keybinds, i have 40+ keybinds and if i didn't level with everything bound and just started using it at 60 it would take just as much time to get adjusted to the new binds.
For those interested
keybinds are:
1-6
Alt + 1-6
Shift + 1-6
Ctrl + 1-6 (Mainly pet spells, again mainly for pvp, attack,purge,silence, purge self etc)
F1-F5
(i have razor naga mouse with 12 buttons, all bound)
Mouse wheel up/down
Shift mouse wheel up/down



Feel free to play your way then and let other people play how they want....geez so many people here think they can push their playstyle on people.
leetdemon
Grunt
Grunt
 

PreviousNext

Return to Warlock