Code:
/script if UnitMana("Player") < 380 then use("Major Mana Potion") end;
/decursive
/script for i=1,40 do TargetNearestFriend(); if UnitHealth("target")/UnitHealthMax("target") < 0.9 then if UnitIsPlayer("target") then CastSpellByName("Flash Heal(rank 4)"); end end end; TargetLastEnemy();
Code:
/script i=1;x=0;m=0;c=CastSpellByName;while(UnitBuff("target",i)~=nil) do if(strfind(UnitBuff("target",i),"Renew")) then m=1;end;i=i+1;end;if(m~=1) then c"Renew";elseif (m==1)and(UnitHealth("target")/UnitHealthMax("target")) < 0.3 then c"Power Word: Shield" c"Flash Heal";else c"Flash Heal(rank 4)";end;
I highly doubt any of this stuff will work on classic servers.
Mouseover, castsequence, focus, etc. were possible through addons in vanillla. Follow and assist worked differently, you had to target the unit you wanted to follow, then /follow.
As other people have said, it'll probably just be the new API with some features disabled. I've gotten used to UI mods so I'm hoping they don't disable too much. The default UI has always been hideous in literally every MMO I've ever played. ElvUI is amazing for synchronizing UI's across accounts not to mention sorting raid frames in alphabetical order, etc.
Connect With Us