Hello! I am trying to add a spell into my Mage rotation but because it is a flying spell, the bot does it twice (I only want it to go once).
Is there to detect this ? ie
{ "Fire Blast", { "player.buff(48107)", "!player.lastcast(Fire Blast)", "!player.lastcast(Phoenix's Flames)"}},
Obviously the ! within the quotes means 'NOT'.
Thank you for any help!