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

Announcement

Collapse
No announcement yet.

Do custom guides not work for Classic ?

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

    Do custom guides not work for Classic ?

    I was trying to start recreating some of my old professions guide, (Since you haven't done yours yet) I made way back and read in the readme file:
    Code:
    Place your guides in files Guide01.lua, Guide02.lua, ... in this directory, to have them auto-loaded on startup.
    So I created a Guide01.lua file and placed it inside the guides folder as where the readme file was in.

    I added this inside the Guide01.lua file:
    Code:
    local ZygorGuidesViewer=ZygorGuidesViewer
    if not ZygorGuidesViewer then return end
    if UnitFactionGroup("player")~="Alliance" then return end
    if ZGV:DoMutex("ProfessionsACLASSIC") then return end
    ZygorGuidesViewer.GuideMenuTier = "CLA"
    
    ZygorGuidesViewer:RegisterGuide("Profession Guides\\Cooking test",{
    	author="Satis",
    	description="Test Guide",
    	},[[
    	step
    		Travel to Darkshore |goto Darkshore/0 48.86,24.46
    	step
    		|tip It Works
    		'|confirm
    ]])
    When going ingame I don't see the guide.
    I even tried to add it to the Autoload.xml file but still no guide showing up.

    Am I doing something wrong or are they disabled atm ?
Working...
X