• Visit Rebornbuddy
  • Need to remove Conjure Mana food

    Discussion in 'Honorbuddy Forum' started by reb14, Oct 3, 2012.

    1. reb14

      reb14 Member

      Joined:
      May 18, 2012
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      6
      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
       
    2. reb14

      reb14 Member

      Joined:
      May 18, 2012
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      6
      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)))),
       
    3. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      heres the fixed file,
      just replace it with the one you already have.
       

      Attached Files:

    4. Shizz

      Shizz New Member

      Joined:
      Sep 11, 2011
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      This fixed my problem as well CodenameG, thank you.
       

    Share This Page