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

Announcement

Collapse
No announcement yet.

Build_Data.lua needs revisiting

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

    Build_Data.lua needs revisiting

    The hunter data in the file it not correct you have
    Code:
    		["Posthaste"]= 1,
    		["Narrow Escape"]= 2,
    		["Crouching Tiger, Hidden Chimera"]= 3,
    		["Silencing Shot"]= 4,
    		["Wyvern Sting"]= 5,
    		["Binding Shot"]= 6,
    		["Exhilaration"]= 7,
    		["Aspect of the Iron Hawk"]= 8,
    		["Spirit Bond"]= 9,
    		["Fervor"]= 10,
    		["Dire Beast"]= 11,
    		["Thrill of the Hunt"]= 12,
    		["A Murder of Crows"]= 13,
    		["Blink Strike"]= 14,
    		["Lynx Rush"]= 15,
    		["Glaive Toss"]= 16,
    		["Powershot"]= 17,
    		["Barrage"]= 18,
    and it should be
    Code:
    		["Posthaste"]= 1,
    		["Narrow Escape"]= 2,
    		["Crouching Tiger, Hidden Chimera"]= 3,
    		["Binding Shot"]= 4,
    		["Wyvern Sting"]= 5,
    		["Intimidation"]= 6,
    		["Exhilaration"]= 7,
    		["Aspect of the Iron Hawk"]= 8,
    		["Spirit Bond"]= 9,
    		["Fervor"]= 10,
    		["Dire Beast"]= 11,
    		["Thrill of the Hunt"]= 12,
    		["A Murder of Crows"]= 13,
    		["Blink Strike"]= 14,
    		["Lynx Rush"]= 15,
    		["Glaive Toss"]= 16,
    		["Powershot"]= 17,
    		["Barrage"]= 18,
    at this point I have not check the other classes build data

    #2
    Looks like you have an old guide version being used. When I look in that file it's listed exactly like you said it should be. Please make sure you have the latest version installed. Double check this by logging into the game and looking in the lower left corner of the guide selection window to make sure that number matches the current version of 4.0.7487.
    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