• Visit Rebornbuddy
  • LeechingPoison Fix

    Discussion in 'Honorbuddy Forum' started by MaxMuster, Oct 27, 2012.

    1. MaxMuster

      MaxMuster Well-Known Member Buddy Store Developer

      Joined:
      Jan 30, 2012
      Messages:
      1,735
      Likes Received:
      30
      Trophy Points:
      48
      In the File "Poisons.cs" you must change:

      Code:
                      case NonLethalPoisonType.Leeching:
                          if (SpellManager.HasSpell(LeechingPoison) && !StyxWoW.Me.HasAura(LeechingPoison))
                              return MindNumbingPoison;;;
                          break;
      to

      Code:
                      case NonLethalPoisonType.Leeching:
                          if (SpellManager.HasSpell(LeechingPoison) && !StyxWoW.Me.HasAura(LeechingPoison))
                              return LeechingPoison;
                          break;
      then it works ^^
       
    2. psykosis

      psykosis New Member

      Joined:
      Jun 19, 2012
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      0
      Thanks - this fix worked for me - none of the others did. +rep
       
    3. sion06

      sion06 New Member

      Joined:
      Mar 22, 2012
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      thx, nice fix :)
       

    Share This Page