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

Announcement

Collapse
No announcement yet.

Can't Change Guides

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

    Can't Change Guides

    Starting immediately after completing the Guardians of Hyjal Reputation Guide, I can no longer switch guides. The problem only occurs on that one character, and I've already tried disabling all other addons. Error text is as follows:


    Date: 2012-09-02 18:42:22
    ID: 1
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\ZygorGuidesViewer\Goal.lua line 414:
    Invalid inventory slot in GetInventorySlotInfo
    Debug:
    [C]: ?
    [C]: GetInventorySlotInfo()
    ZygorGuidesViewer\Goal.lua:414: IsComplete()
    ZygorGuidesViewer\Goal.lua:92: GetStatus()
    ZygorGuidesViewer\Goal.lua:103: UpdateStatus()
    ZygorGuidesViewer\Step.lua:40: IsComplete()
    ZygorGuidesViewer\Guide.lua:126: GetCompletion()
    ZygorGuidesViewer\Guide.lua:139: GetCompletionText()
    ...ygorGuidesViewer\Skins\midnight\GuidePickerFram e.lua:730: Refresh()
    ...ygorGuidesViewer\Skins\midnight\GuidePickerFram e.lua:584: NavigateTo()
    ...ygorGuidesViewer\Skins\midnight\GuidePickerFram e.lua:594: NavigateToGuide()
    ...ygorGuidesViewer\Skins\midnight\GuidePickerFram e.lua:496: Show()
    ...rface\AddOns\ZygorGuidesViewer\ZygorGuidesViewe r.lua:3095: OpenGuideMenu()
    ...Ons\ZygorGuidesViewer\Skins\midnight\ViewerFram e.lua:1119:
    ...Ons\ZygorGuidesViewer\Skins\midnight\ViewerFram e.lua:1108
    Locals:
    (*temporary) = "RangedSlot"

    AddOns:
    Swatter, v4.0.1 (<%codename%>)
    ZygorGuidesViewer, v3.3
    BlizRuntimeLib_enUS v5.0.4.50001 <us>
    (ck=41c)


    Help!

    #2
    Okay, right after posting this I got it working. For some reason the guide button wouldn't respond when clicking on it (I only got the above error text once). After *RIGHT-CLICKING* on it, it seems to be working.

    Comment


      #3
      There's a leftover in the goal.lua where the guide seems to check for items in inventory, it tries to check the ranged slot which no longer exists.
      Putting it on the bug list.

      If you want to fix it open the Goal.lua file in the ZygorGuidesViewer folder, search for 'RangedSlot', and remove it so the part looks like this:
      'NeckSlot','SecondaryHandSlot',

      Comment


        #4
        Here's a fixed goal.lua for those not able to fix it alone (only for guide version 4853).
        Just extract the file to the WoW\Interface\Addons folder.
        Attached Files

        Comment

        Working...
        X