Log in to ZYGOR
Log in with social media
OR
Log in with Zygor account

Announcement

Collapse
No announcement yet.

Pet Talent Advisor - BUG

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Once we get this locked down so it will not have anymore issues than we will release the final version. We are working on getting this updated soon.
    Become a Fan of Zygor Guides on Facebook:
    http://www.facebook.com/pages/Zygor-...04933799556988

    Follow Zygor Guides on Twitter:
    http://twitter.com/zygorguides

    Comment


      #17
      i noticed that if you dismiss your pet then you can select the ferocity spec

      Comment


        #18
        I also noticed that some "exotic" pet dont get a drop down either...

        Comment


          #19
          i did some poking around and managed to stop the lua Error so you can select Ferocity

          open up ZygorTalentAdvisor.lua in notepad (i use Notepad++) and search for

          Code:
          elseif builds[num].pettype:upper()~=pettype_en:upper() then
          change it to
          Code:
          elseif builds[num].pettype:upper()~=pettype:upper() then
          also look for

          Code:
          self.status[who] = {code="BLACK",msg=L['status_black_badpet']:format(petname,L['opt_petbuild_'..(pettype_en or "?"):lower()])}
          change to
          Code:
          self.status[who] = {code="BLACK",msg=L['status_black_badpet']:format(petname,L['opt_petbuild_'..(pettype or "?"):lower()])}
          you will be able to select Ferocity but there is another problem

          this will show in the ZygorTalent Options window below the talent select

          Error: This build contains unrecognized talents. It is broken and unusable
          ERROR: Incorrect pet/class 'HUNTERPETFEROCITY' in ParseTableTalents

          hope this helps the Zygor team.

          Comment

          Working...
          X