Allright, i was spamming ritual of refreshment(new mage spell) for fun, and i saw that it can trigger the half-time spellcasting meta gem(dont remember the name), and possibly other "chance on spellcast" items, and it does'nt use mana/arcane powder at all when it triggers.
And the exploit part, was thinking a macro, but i'm not experienced in lua language, so i dont know how to make it, something like this to get the picture:
/run if [buff:something]==1
do SpellCastByName("Arcane Missiles")
else SpellCastByName("Ritual of Refreshment"),StopCasting
/press actionbutton2
That it spams ritual of refreshment until buff comes, and casts another spell.
If anyone could do that so it works, we could test it
And i came up with another idea
Making a guild with colorful name. I tried
/run BuyGuildCharter("\124cffff0000Raiders");
but it did'nt work, because it says "unappropriate characters", and came up with idea, with bypassing the "unappropriate characters", by doing it somelike this:
/run local i,g=\124cffff0000,BuyGuildCharter()g(i.."Raiders")g
So it has "Raiders" with appropriate characters, and link to the color code with ..i.. or something, so it would see it as appropriate.
But once again, i'm not good in lua or advanced WoW macros, so would need help again to make the script work![]()