November 7, 20169 yr 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!
November 8, 20169 yr Hello, wrobot has not function similar at "lastcast", do you have an way to test if "Fire Blast" and "Phoenix's Flames" have casted before (buff? cooldown?)
November 16, 20169 yr Author No not really. Would think that there should be a way to detect what spell was last cast though. Trying to think how.
December 1, 20169 yr You can set a lua variable whenever you cast that set the name of the casted spell. Then read it, so youll know what was your last spell !
Create an account or sign in to comment