Monteo
Monteo
I unfortunately do not have items with a comma in the name for the test try to replace /equipoh with /equipoff /equip, /smequip, /eq, /smeq /equipoff, /smequipoff, /eqoff, /smeqoff
## Low rank Arcane Explosion, max rank if Clearcasting /run SpellStopCasting() local i,x=1,0 while UnitBuff("player",i) do if UnitBuff("player",i)=="Interface\\Icons\\Spell_Shadow_ManaBurn" then x=1 end i=i+1 end if x==1 then CastSpellByName("Arcane Explosion")else CastSpellByName("Arcane Explosion(Rank...
/script local q; local t;for i=0,15,1 do t=GetPlayerBuffTexture(i); if (t and string.find(t, "ManaBurn")) then q=1; break; end; end; if(q ~= nil) then CastSpellByName("Arcane Missiles(Rank 7)") else CastSpellByName("Arcane Missiles(Rank 1)"); end;