What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Need to remove Conjure Mana food

reb14

Member
Joined
May 18, 2012
Messages
41
Reaction score
0
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)))),
 
heres the fixed file,
just replace it with the one you already have.
 

Attachments

This fixed my problem as well CodenameG, thank you.
 
Back
Top