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

Announcement

Collapse
No announcement yet.

Errors Professions: Herbalism 1-600

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

    Errors Professions: Herbalism 1-600

    Found errors in the: ZygorProfessionsHordeCATA.lua
    These errors are from a fresh re-install.


    Herbal section
    two line errors (need to change the numbers)

    >>>Existing Lines:
    'Redirecting to Herbalism 150-225 |next "herb_130-225" |only if skill("Herbalism")>=130 and skill("Herbalism")<225 and (level<85 or _G.GetExpansionLevel()<4 or not ZGV.guidesets['ProfessionsHMoP'])
    'Redirecting to Herbalism 200-285 |next "herb_225-285" |only if skill("Herbalism")>=225 and skill("Herbalism")<285 and (level<85 or _G.GetExpansionLevel()<4 or not ZGV.guidesets['ProfessionsHMoP'])


    >>>Corrected to match label used below
    'Redirecting to Herbalism 150-225 |next "herb_150-200" |only if skill("Herbalism")>=150 and skill("Herbalism")<200 and (level<85 or _G.GetExpansionLevel()<4 or not ZGV.guidesets['ProfessionsHMoP'])
    'Redirecting to Herbalism 200-285 |next "herb_200-285" |only if skill("Herbalism")>=200 and skill("Herbalism")<285 and (level<85 or _G.GetExpansionLevel()<4 or not ZGV.guidesets['ProfessionsHMoP'])

    #2
    Put it on the list to be investigated.
    My Flight Path Follies guide

    A pessimist knows all women are bad... an optimist hopes they are.

    I reject your reality and substitute my own.

    All foreign languages are done with Google Translate.

    Comment

    Working...
    X