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

Announcement

Collapse
No announcement yet.

Alliance Herblism Guide broken

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

    Alliance Herblism Guide broken

    I was using the guide this morning logged off to run errands and came back and got this message.


    "Fault when jumping from step 3 to herb_125-210
    WHOA. Nowhere to jump (alch_125-210). Assuming NO jump."

    #2
    Looks like there are some false jump labels in the guide:
    'Redirecting to Herbalism 70-125 |next "herb_70-125" |only if skill("Herbalism")>=70 and skill("Herbalism")<125
    'Redirecting to Herbalism 125-210 |next "herb_125-210" |only if skill("Herbalism")>=125 and skill("Herbalism")<210
    'Redirecting to Herbalism 210-300 |next "herb_210-300" |only if skill("Herbalism")>=210 and skill("Herbalism")<300
    'Redirecting to Herbalism 285-375 |next "herb_285-375" |only if skill("Herbalism")>=285 and skill("Herbalism")<375

    Should be:
    'Redirecting to Herbalism 70-150 |next "herb_70-150" |only if skill("Herbalism")>=70 and skill("Herbalism")<150
    'Redirecting to Herbalism 150-200 |next "herb_150-200" |only if skill("Herbalism")>=150 and skill("Herbalism")<200
    'Redirecting to Herbalism 200-285 |next "herb_200-285" |only if skill("Herbalism")>=200 and skill("Herbalism")<285
    'Redirecting to Herbalism 285-375 |next "herb_285-375" |only if skill("Herbalism")>=285 and skill("Herbalism")<375

    Later on the sections are:
    70-150
    150-200
    200-285

    The first section however has a wrong label, it says 70-125.

    Comment


      #3
      Originally posted by Cartman View Post
      'Redirecting to Herbalism 70-125 |next "herb_70-125" |only if skill("Herbalism")>=70 and skill("Herbalism")<125
      The first section however has a wrong label, it says 70-125.
      These are the only two issues I could find wrong in the Alliance version of the guide. I think you were looking at Horde. Fixes will be included in our next update. Thanks for reporting.
      Zygor Guides Creative Director

      Comment


        #4
        Maybe I looked into the wrong file. But as both versions had a bug...

        Comment

        Working...
        X