I want to know if there is a way to remove the casting of Conjure mana food for mages, my bot just keeps spamming that spell even if its full of them and its causing the whole thing to run terribly, and act like a bot... Plz help
I removed this from the Mage common file, any input on doing this? Spell.BuffSelf("Conjure Refreshment", ret => !Gotfood && !ShouldSummonTable), new Decorator(ret => !HaveManaGem && SpellManager.CanCast("Conjure Mana Gem"), new Sequence( new Action(ret =>Logger.Write("Casting Conjure Mana Gem")), new Action(ret => SpellManager.Cast(759)))),