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 ?

    #2
    Most of the custom guide functionality was removed when we switched over to the subscription model.
    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


      #3
      Just out of curiosity then was there an issue with allowing custom guides with subscription?

      I mean that I am an subscriber and an old modder of WoW addons and for Farming Simulator (Which is also LUA coding) and would really like to add extra guides instead of me having to build a new framework from scratch again to make guides, and by using your system people that want those guides would have to get Zygor as well, which in my opinion would be a win win for both parts :P

      Comment


        #4
        you could just add a API for zygor in its core files to be able to support your own guides.... but it will be a local ran guide only

        Comment

        Working...
        X