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

Announcement

Collapse
No announcement yet.

Talent Builds Discussion

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

    It looks like in your build that each line is spaces in front to line it all up. Try replacing all those spaces with a tab instead. I think the talent advisor has had an issue in the past with using spaces instead of tabs.

    Also, when you're saving the file make sure the encoding is ANSI and if you're using Notepad you want the 'Save as type' to be set to all, not text.
    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


      Am I right or wrong in the assumption that you can put as many builds as you would like in one file? Or do you need a different file for each build?

      Comment


        You can put multiple builds into one file. I don't know if there is a limit to the number of builds in one file, but I haven't found it yet.
        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


          Was looking to get this build for talent advisor but im not good with this stuff can someone put it in the right coding I guess would be the term:P

          http://www.wowarmory.com/talent-calc...00000000000000

          Comment


            Here ya go:

            Code:
            if not ZygorTalentAdvisor then return end
            
            ZygorTalentAdvisor:RegisterBuild("MAGE", "Custom (57/3/11)", "13300523010033015032310250532103000000000000000000000000002032030010000000000000000000")
            Installation Instructions
            1. Create a new file named Build01.lua and copy above into it.
            2. Place inside of .../World of Warcraft/Interface/AddOns/ZygorTalentAdvisor/Builds/.

            Replace the ... with the current file structure you're using to place your World of Warcraft file in.
            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


              Thanx alot for the work on this Cabby

              Comment


                Any time.
                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


                  This is a disc healer spec meant for LFD leveling. I didn't get any errors and my level 31 priest correctly learned talents as I wanted them, so hopefully its bug-free. Minor glyphs are debatable, but they wont make a big difference anyway. You will end up with a cookie-cutter 57/14/0 spec when you ding 80.

                  Code:
                  if not ZygorTalentAdvisor then return end
                  
                  ZygorTalentAdvisor:RegisterBuild("PRIEST","Disc Healer (57/14/00) - Custom",[[
                  		5/5 Twin Disciplines
                  		3/3 Improved Inner Fire
                  		2/2 Improved Power Word: Fortitude
                  		3/3 Meditation
                  		1/1 Inner Focus
                  		1/3 Improved Power Word: Shield
                  		3/3 Mental Agility
                  		2/3 Improved Power Word: Shield
                  		1/1 Soul Warding
                  		4/5 Mental Strength
                  		3/3 Enlightenment
                  		1/5 Mental Strength
                  		1/2 Focused Power
                  		1/1 Power Infusion
                  		3/3 Improved Flash Heal
                  		1/2 Focused Power
                  		3/3 Rapture
                  		2/2 Renewed Hope
                  		1/1 Pain Suppression
                  		2/2 Grace
                  		2/2 Aspiration
                  		5/5 Borrowed Time
                  		1/1 Penance
                  		5/5 Holy Specialization
                  		2/2 Healing Focus
                  		3/3 Improved Renew
                  		1/1 Desperate Prayer
                  		3/3 Inspiration
                  		3/3 Focused Will
                  		3/3 Divine Aegis
                  ]],[[
                          Major Glyph of Flash Heal
                          Major Glyph of Power Word: Shield
                          Major Glyph of Penance
                          Minor Glyph of Shadowfiend
                          Minor Glyph of Levitate
                          Minor Glyph of Fortitude
                  ]])

                  Comment


                    Please add an in-game interface for creating a new talent layout.

                    Otherwise this addition to zygor products is great

                    EDIT: until then, the Enhancement Leveling spec I'll be using (from the Totem Talk articles... currently only until level 70)
                    Code:
                    if not ZygorTalentAdvisor then return end
                    
                    ZygorTalentAdvisor:RegisterBuild("SHAMAN","Enhancement (09/52/00): Levels 1-70",[[
                    		3 Enhancing Totems
                    		2 Ancestral Knowledge
                    		2 Improved Ghost Wolf	// can skip if wanted... I like fast cast
                    		5 Thundering Strikes
                    		3 Elemental Weapons
                    		5 Flurry
                    		1 Spirit Weapons
                    		3 Mental Dexterity
                    		1 Shamanistic Focus
                    		3 Weapon Mastery	
                    		2 Unleashed Rage
                    		1 Dual Wield
                    		2 Dual Wield Specialization
                    		1 Stormstrike
                    		1 Dual Wield Specialization	
                    		1 Lava Lash	
                    		2 Improved Stormstrike
                    		2 Static Shock	
                    		1 Shamanistic Rage
                    		3 Mental Quickness
                    		1 Static Shock
                    		5 Maelstrom Weapon
                    		1 Feral Spirit
                    		1 Unleashed Rage
                    		5 Concussion
                    		3 Elemental Devastation
                    		1 Call of Flame
                    ]],[[
                            Major Glyph of Stoneclaw Totem
                    	Minor Glyph of Ghost Wolf
                    	Major Glyph of Windfury Totem
                    	Minor Glyph of Astral Recall
                    	Minor Glyph of Water Walking
                    ]])
                    EDIT2: Also, what's considered the best Enhancement Raiding spec:
                    Code:
                    if not ZygorTalentAdvisor then return end
                    
                    ZygorTalentAdvisor:RegisterBuild("SHAMAN", "Enhancement Raiding (19/52/00)",   "05303015200000000000000003020501310502133303113113105100000000000000000000000000",
                    [[
                            Major Glyph of Feral Spirit
                    	Major Glyph of Stormstrike
                    	Major Glyph of Windfury Weapon
                    	Minor Glyph of Astral Recall
                    	Minor Glyph of Renewed Life
                    	Minor Glyph of Water Walking
                    ]])
                    Current Character: Stormstriker

                    Comment


                      plz and thank you

                      http://www.wowarmory.com/talent-calc...00000000000000

                      could you please make that into a zygor talent advicer format? its a tanking build
                      Quote: "This is how it starts off.. everyone needs a Warlock alt.. then it becomes their main.. then they start taking over third world countries. Stuff happens."

                      -Abi http://kungaloosh.wordpress.com/

                      Comment


                        Here ya go:

                        Code:
                        if not ZygorTalentAdvisor then return end
                        
                        ZygorTalentAdvisor:RegisterBuild("DEATHKNIGHT", "Custom (56/5/10)", "0155121533003313200220131351005000000000000000000000000000052300000000000000000000000000")
                        Installation Instructions
                        1. Create a new file named Build01.lua and copy above into it.
                        2. Place inside of .../World of Warcraft/Interface/AddOns/ZygorTalentAdvisor/Builds/.

                        Replace the ... with the current file structure you're using to place your World of Warcraft file in.
                        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


                          Now for the next question --

                          Is there a way to control when the points are spent for each talent within a tree? For instance, a fury warrior gets titan grip at the bottom of the talent tree. If you go for bare minimums, you can get titan grip at level 60 then go back and fill in some of the points you skipped in some of the earlier talents as you continue to level from 61 to 80. Is there a way to mimic that with the Zygor talent guide?

                          Comment


                            Yes, you'd have to do it like in post #235 above. The method I had just posted is really a quick and sloppy way of getting a build pulled into the talent advisor. For complete control over when points are spent and in what order you have to actually list it out completely like in post #235. Keep in mind when you do this that "5 Thundering Strikes", "5/5 Thundering Strikes", and 5 separate lines of "Thundering Strikes" are the exact same thing. The talent advisor will use the first number for how many points to spend, or if no number it will only spend 1 point in the talent. This means that you can have one line that says "3/5 Thundering Strikes" and later on another line that says "2/5 Thundering Strikes" which would spend a total of 5 points in the talent. If you were to have 5 separate lines with "1 Thundering Strikes", "2 Thundering Strikes", "3 Thundering Strikes", "4 Thundering Strikes", "5 Thundering Strikes" this would cause an error because you're then trying to spend 15 points in one talent.

                            You can see how I've done this with some of the different talent builds I've posted thru this thread, and with the size of the thread it's almost time for me to go thru and pull all the talent builds out and put them into a thread dedicated for just the builds only.
                            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


                              http://www.wowarmory.com/talent-calc...00150003133151

                              can someone convert this plz?

                              i want
                              major glyph of the ghoul
                              major glyph of dark death
                              major glyph of icy touch
                              minor glyph of raise dead
                              minor glyph of horn of winter
                              minor glyph of blood tap
                              thanks
                              Quote: "This is how it starts off.. everyone needs a Warlock alt.. then it becomes their main.. then they start taking over third world countries. Stuff happens."

                              -Abi http://kungaloosh.wordpress.com/

                              Comment


                                Here ya go:

                                Code:
                                if not ZygorTalentAdvisor then return end
                                
                                ZygorTalentAdvisor:RegisterBuild("DEATHKNIGHT", "Custom (17/0/54)",  "2305020500000000000000000000000000000000000000000000000002302003350032152000150003133151")
                                Installation Instructions
                                1. Create a new file named Build01.lua and copy above into it.
                                2. Place inside of .../World of Warcraft/Interface/AddOns/ZygorTalentAdvisor/Builds/.

                                Replace the ... with the current file structure you're using to place your World of Warcraft file in.

                                Note: This is just a quick conversion for you and doesn't include any of the glyph stuff. Since you already know what you want for glyphs you can just pick them up since you still have to manually put them on the glyph page.
                                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