• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Shaman Fire Tongue.

    Discussion in 'Honorbuddy Support' started by Dimensionday, Aug 25, 2012.

    1. Dimensionday

      Dimensionday New Member

      Joined:
      Dec 13, 2011
      Messages:
      54
      Likes Received:
      1
      Trophy Points:
      0
      I got 2 shaman on lvl 84 they are using the SIngular class...
      i send them with the 1-525 gatherbuddy profile to skill herbing,mining..
      So sometimes after they loot an ore or herb they just stand there and
      spawn Fire tongue every 2 seconds until i walk some steps and mount onto an mount
      than it continues farmign for antoer 1 hour...

      [​IMG]
       
    2. HceTiG0L

      HceTiG0L Community Developer

      Joined:
      Feb 10, 2012
      Messages:
      435
      Likes Received:
      8
      Trophy Points:
      18
      Same problem here, so fkng annoying!!
       
    3. Dimensionday

      Dimensionday New Member

      Joined:
      Dec 13, 2011
      Messages:
      54
      Likes Received:
      1
      Trophy Points:
      0
      I HATE IT AGAIN !!!!


      [​IMG]
       
    4. AlphaWolf

      AlphaWolf New Member

      Joined:
      Nov 12, 2010
      Messages:
      82
      Likes Received:
      2
      Trophy Points:
      0
      This appears to be due to changes introduced to the Shaman class-specific PreCombatBuffs code.

      Before:

      Code:
      ret => !Item.HasWeaponImbue(WoWInventorySlot.MainHand, "Flametongue") && SpellManager.HasSpell("Flametongue Weapon") &&
                                  SpellManager.CanCast("Flametongue Weapon", null, false, false)
      
      After:

      Code:
      ret => StyxWoW.Me.Inventory.Equipped.MainHand.TemporaryEnchantment.Id != 283 && StyxWoW.Me.Inventory.Equipped.MainHand.ItemInfo.WeaponClass != WoWItemWeaponClass.FishingPole && SpellManager.HasSpell("Flametongue Weapon") &&
                                  SpellManager.CanCast("Flametongue Weapon", null, false, false)
      
      -Alpha
       
      Last edited: Aug 25, 2012
    5. HceTiG0L

      HceTiG0L Community Developer

      Joined:
      Feb 10, 2012
      Messages:
      435
      Likes Received:
      8
      Trophy Points:
      18
      I just downloaded the v1 of singular of the thread and it's working now, waiting for a fix though
       
    6. primo

      primo New Member

      Joined:
      Sep 19, 2010
      Messages:
      1,059
      Likes Received:
      0
      Trophy Points:
      0
      change CC to wowsham
       
    7. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      Use Shamwow CC
       

    Share This Page