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

    Originally posted by cabby View Post
    I would recommend checking out the elitistjerks.com forums for build ideas. Once you know what you want go to http://www.wowarmory.com/talent-calc.xml?c=Death+Knight and create the build there, then click the 'Link to this build' button on the top right and post that link up here and we'll get you the code to use with the talent advisor pretty quickly.
    If it's not too much to ask...

    DK - Frost (Tank)
    http://www.wowarmory.com/talent-calc...00000000000000

    DK - Unholy (DPS)
    http://www.wowarmory.com/talent-calc...00150013133151

    Warrior - Prot (Tank)
    http://www.wowarmory.com/talent-calc...12521330113321

    Warrior - Arms (DPS)
    http://www.wowarmory.com/talent-calc...00000000000000

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

    Comment


      Here you are!

      Code:
      if not ZygorTalentAdvisor then return end
      
      ZygorTalentAdvisor:RegisterBuild("DEATHKNIGHT", "Frost Tanking", "0055001000000000000000000000305053500500330120002301013510050310000000000000000000000000")
      ZygorTalentAdvisor:RegisterBuild("DEATHKNIGHT", "Unholy DPS", "2305020500000000000000000000000000000000000000000000000002302203350032050000150013133151")
      
      ZygorTalentAdvisor:RegisterBuild("WARRIOR", "Protection Tanking", "3500000000000000000000000000000315000000000000000000000000053351225000012521330113321")
      ZygorTalentAdvisor:RegisterBuild("WARRIOR", "Arms DPS", "0322332023330105230212013231251325000100000000000000000000000000000000000000000000000")
      
      ZygorTalentAdvisor:RegisterBuild("PRIEST", "Priest - Discipline", "0503203130300512331123231151005250030200000000000000000000000000000000000000000000")
      Installation Instructions
      1. Create a new file named Build01.lua
      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.

      If you have any questions, or if the builds not working properly, please tell me so I can fix it!

      Silverhawk11
      It may seem narcissistic to link this, but it's awesome nonetheless.

      Comment


        Wow that was simple.... can't wait to try it out.

        Darn maintenance day!

        Comment


          Yup :-). I love that feature of the Talent Advisor. I hate maintenance as well :'(.
          It may seem narcissistic to link this, but it's awesome nonetheless.

          Comment


            Talent build for a rogue

            Hello All,

            Not to sure on the talent build for a rogue not in front of the WOW computer so I can't look and see whats there.

            This is the information found at wowpopular: ( combat, mob & quest )

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

            Hope the address works?

            Major Glyph
            Major Glyph of Sinister Strike
            Major Glyph of Eviscerate
            Major Glyph of Slice and Dice
            Major Glyph of Rupture
            Major Glyph of Adrenaline Rush
            Major Glyph of Vigor

            Minor Glyph
            Minor Glyph of Blurred Speed
            Minor Glyph of Vanish
            Minor Glyph of Safe Fall
            Minor Glyph of Pick Pocket
            Minor Glyph of Pick Lock
            Minor Glyph of Distract

            Anyway can someone write the guide information so I can input into the guide if it isn't already there.

            Thanks in advance
            Enjoy Life!:

            Do not take life too seriously – you'll never get out of it alive.

            Comment


              Create a file named Build01.lua inside your ZygorTalentAdvisor/Builds directory then paste the following into it. The glyphs aren't added to this because you need to decide on 3 major and 3 minor.

              Code:
              if not ZygorTalentAdvisor then return end
              
              ZygorTalentAdvisor:RegisterBuild("ROGUE", "Custom (15/51/5)", "00532000500000000000000000002520510000350152231005012515000000000000000000000000000")
              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


                Thanks Cabby

                Thanks Cabby

                ? what is the long string on numbers:

                "Custom (15/51/5)", "0053200050000000000000000000252051000035015223100 5012515000000000000000000000000000")
                Enjoy Life!:

                Do not take life too seriously – you'll never get out of it alive.

                Comment


                  That's your talents. It starts in the left hand tree, top row, left talent, then moves across the row, then drops down a row back to the left. After the first tree is done then repeat on middle tree then right tree.
                  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


                    41/2/28 DK Build - HELP!

                    Hi Everybody,
                    I was reading through and I tried out one of the codes.. however, they aren't showing up when I save them. I tried saving as build01.lua and build01.txt and they aren't showing up. The I put the file in the "builds" folder in Talent Adviser. I am using a mac though, does that have anything to do with it?
                    Also -- could you help me with the code for: http://www.wowarmory.com/talent-calc...00100000000000

                    I would really appreciate it I'm not a programmer so... I would really really appreciate it!

                    Thanks!
                    Bloodess
                    Last edited by bloodess; March 14, 2010, 01:33 AM. Reason: fixed link

                    Comment


                      Hello bloodess,

                      Here's the code:
                      Code:
                      if not ZygorTalentAdvisor then return end
                      
                      ZygorTalentAdvisor:RegisterBuild("DEATHKNIGHT", "Custom Blood (41/2/28)", "0355021203003310231221101000002000000000000000000000000000152323000202032200100000000000")
                      Installation Instructions
                      1. Create a new file named Build01.lua
                      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.

                      If you have any questions, or if the builds not working properly, please tell me so I can fix it!

                      Silverhawk11
                      It may seem narcissistic to link this, but it's awesome nonetheless.

                      Comment


                        Error from Build

                        Originally posted by silverhawk11 View Post
                        Hello bloodess,

                        Here's the code:
                        Code:
                        if not ZygorTalentAdvisor then return end
                        
                        ZygorTalentAdvisor:RegisterBuild("DEATHKNIGHT", "Custom Blood (41/2/28)", "0355021203003310231221101000002000000000000000000000000000152323000202032200100000000000")
                        Installation Instructions
                        1. Create a new file named Build01.lua
                        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.

                        If you have any questions, or if the builds not working properly, please tell me so I can fix it!

                        Silverhawk11


                        Ok I just tried it and I got this error:
                        Date: 2010-03-14 10:29:13
                        ID: 1
                        Error occured in: Global
                        Count: 1
                        Message: ..\AddOns\ZygorTalentAdvisor\Builds\Build01.lua line 1:
                        unexpected symbol near '{'
                        Debug:
                        [C]: ?
                        AddOns:
                        Swatter, v5.7.4568 (KillerKoala)
                        AucAdvanced, v5.7.4568 (KillerKoala)
                        AucFilterBasic, v5.7.4568 (KillerKoala)
                        AucFilterOutlier, v5.7.4568.2531
                        AucMatchUndercut, v5.7.4568.2531
                        AucStatClassic, v5.7.4568 (KillerKoala)
                        AucStatHistogram, v5.7.4568 (KillerKoala)
                        AucStatiLevel, v5.7.4568 (KillerKoala)
                        AucStatPurchased, v5.7.4568 (KillerKoala)
                        AucStatSales, v5.7.4568.2842
                        AucStatSimple, v5.7.4568 (KillerKoala)
                        AucStatStdDev, v5.7.4568 (KillerKoala)
                        AucStatWOWEcon, v5.7.4568.2530
                        AucUtilAHWindowControl, v5.7.4568.3311
                        AucUtilAppraiser, v5.7.4568.2530
                        AucUtilAskPrice, v5.7.4568.3175
                        AucUtilAutoMagic, v5.7.4568.3142
                        AucUtilCompactUI, v5.7.4568.2530
                        AucUtilEasyBuyout, v5.7.4568.3583
                        AucUtilFixAH, v5.7.4568 (KillerKoala)
                        AucUtilGlypher, v5.7.4568.2545
                        AucUtilItemSuggest, v5.7.4568.3108
                        AucUtilPriceLevel, v5.7.4568.2545
                        AucUtilScanButton, v5.7.4568.2530
                        AucUtilScanFinish, v5.7.4568.2530
                        AucUtilScanProgress, v5.7.4568.2530
                        AucUtilSearchUI, v5.7.4568.3655
                        AucUtilSimpleAuction, v5.7.4568.4553
                        AucUtilVendMarkup, v5.7.4568.2530
                        Babylonian, v5.1.DEV.130
                        BeanCounter, v5.7.4568 (KillerKoala)
                        Bejeweled, v1.1b
                        Cartographer, v2.0
                        Configator, v5.1.DEV.130
                        DebugLib, v5.1.DEV.130
                        Enchantrix, v5.7.4568 (KillerKoala)
                        EnchantrixBarker, v5.7.4568 (KillerKoala)
                        SlideBar, v5.7.4568 (KillerKoala)
                        Stubby, v5.7.4568 (KillerKoala)
                        TomTom, vwowi:revision
                        ZygorGuidesViewer, v2.0
                        ZygorTalentAdvisor, v2.0.240
                        BlizRuntimeLib_enUS v3.3.2.30300 <us>
                        (ck=5ec)



                        I'm completely lost, LOL...was there an extra space in there or something?
                        Thanks again for your help =)
                        Last edited by bloodess; March 14, 2010, 12:42 PM. Reason: updated guide, still error

                        Comment


                          Hello,

                          I couldn't find the error in the code, so I created a new one. Same installation instructions, just remove the previous code and replace it with this.

                          Code:
                          if not ZygorTalentAdvisor then return end
                          
                          ZygorTalentAdvisor:RegisterBuild("DEATHKNIGHT", "BLOODPLZKTHX", 
                          [[
                          	// Blood Talents
                          	5 Blade Barrier
                          	3 Subversion
                          	2 Two-Handed Weapon Specialization
                          	5 Bladed Armor
                          	1 Rune Tap
                          	2 Dark Conviction
                          	3 Improved Rune Tap
                          	1 Mark of Blood
                          	3 Bloody Strikes
                          	3 Veteran of the Third War
                          	2 Abomination's Might
                          	1 Hysteria
                          	2 Improved Blood Presence
                          	3 Bloodworms
                          	1 Vampiric Blood
                          	2 Improved Death Strike
                          	1 Heart Strike
                          	1 Sudden Doom
                          	
                          	// Unholy Talents
                          	5 Anticipation
                          	1 Virulence
                          	3 Ravenous Dead
                          	3 Morbidity
                          	2 Epidemic
                          	2 Unholy Command
                          	2 On a Pale Horse
                          	2 Night of the Dead
                          	2 Dirge
                          	3 Impurity
                          	1 Master of Ghouls
                          	2 Desecration
                          	
                          	// Frost Talents
                          	2 Toughness
                          ]],
                          [[
                          
                          ]])
                          Let me know if it works or not!

                          Silverhawk11
                          It may seem narcissistic to link this, but it's awesome nonetheless.

                          Comment


                            2 errors, they look the same....

                            Ok I got the following errors:

                            Date: 2010-03-14 09:15:03
                            ID: -1
                            Error occured in: Global
                            Count: 1
                            Message: ..\AddOns\ZygorTalentAdvisor\Builds\Build01.lua line 1:
                            unexpected symbol near '{'
                            Debug:
                            [C]: ?
                            AddOns:
                            Swatter, v5.7.4568 (KillerKoala)
                            AucAdvanced, v5.7.4568 (KillerKoala)
                            AucFilterBasic, v5.7.4568 (KillerKoala)
                            AucFilterOutlier, v5.7.4568.2531
                            AucMatchUndercut, v5.7.4568.2531
                            AucStatClassic, v5.7.4568 (KillerKoala)
                            AucStatHistogram, v5.7.4568 (KillerKoala)
                            AucStatiLevel, v5.7.4568 (KillerKoala)
                            AucStatPurchased, v5.7.4568 (KillerKoala)
                            AucStatSales, v5.7.4568.2842
                            AucStatSimple, v5.7.4568 (KillerKoala)
                            AucStatStdDev, v5.7.4568 (KillerKoala)
                            AucStatWOWEcon, v5.7.4568.2530
                            AucUtilAHWindowControl, v5.7.4568.3311
                            AucUtilAppraiser, v5.7.4568.2530
                            AucUtilAskPrice, v5.7.4568.3175
                            AucUtilAutoMagic, v5.7.4568.3142
                            AucUtilCompactUI, v5.7.4568.2530
                            AucUtilEasyBuyout, v5.7.4568.3583
                            AucUtilFixAH, v5.7.4568 (KillerKoala)
                            AucUtilGlypher, v5.7.4568.2545
                            AucUtilItemSuggest, v5.7.4568.3108
                            AucUtilPriceLevel, v5.7.4568.2545
                            AucUtilScanButton, v5.7.4568.2530
                            AucUtilScanFinish, v5.7.4568.2530
                            AucUtilScanProgress, v5.7.4568.2530
                            AucUtilSearchUI, v5.7.4568.3655
                            AucUtilSimpleAuction, v5.7.4568.4553
                            AucUtilVendMarkup, v5.7.4568.2530
                            Babylonian, v5.1.DEV.130
                            BeanCounter, v5.7.4568 (KillerKoala)
                            Bejeweled, v1.1b
                            Configator, v5.1.DEV.130
                            DebugLib, v5.1.DEV.130
                            Enchantrix, v5.7.4568 (KillerKoala)
                            EnchantrixBarker, v5.7.4568 (KillerKoala)
                            SlideBar, v5.7.4568 (KillerKoala)
                            Stubby, v5.7.4568 (KillerKoala)
                            TomTom, vwowi:revision
                            ZygorGuidesViewer, v2.0
                            ZygorTalentAdvisor, v2.0.240
                            BlizRuntimeLib_enUS v3.3.2.30300 <us>
                            (ck=5d7)

                            AND

                            Date: 2010-03-14 12:33:45
                            ID: 1
                            Error occured in: Global
                            Count: 1
                            Message: ..\AddOns\ZygorTalentAdvisor\Builds\Build01.lua line 1:
                            unexpected symbol near '{'
                            Debug:
                            [C]: ?
                            AddOns:
                            Swatter, v5.7.4568 (KillerKoala)
                            AucAdvanced, v5.7.4568 (KillerKoala)
                            AucFilterBasic, v5.7.4568 (KillerKoala)
                            AucFilterOutlier, v5.7.4568.2531
                            AucMatchUndercut, v5.7.4568.2531
                            AucStatClassic, v5.7.4568 (KillerKoala)
                            AucStatHistogram, v5.7.4568 (KillerKoala)
                            AucStatiLevel, v5.7.4568 (KillerKoala)
                            AucStatPurchased, v5.7.4568 (KillerKoala)
                            AucStatSales, v5.7.4568.2842
                            AucStatSimple, v5.7.4568 (KillerKoala)
                            AucStatStdDev, v5.7.4568 (KillerKoala)
                            AucStatWOWEcon, v5.7.4568.2530
                            AucUtilAHWindowControl, v5.7.4568.3311
                            AucUtilAppraiser, v5.7.4568.2530
                            AucUtilAskPrice, v5.7.4568.3175
                            AucUtilAutoMagic, v5.7.4568.3142
                            AucUtilCompactUI, v5.7.4568.2530
                            AucUtilEasyBuyout, v5.7.4568.3583
                            AucUtilFixAH, v5.7.4568 (KillerKoala)
                            AucUtilGlypher, v5.7.4568.2545
                            AucUtilItemSuggest, v5.7.4568.3108
                            AucUtilPriceLevel, v5.7.4568.2545
                            AucUtilScanButton, v5.7.4568.2530
                            AucUtilScanFinish, v5.7.4568.2530
                            AucUtilScanProgress, v5.7.4568.2530
                            AucUtilSearchUI, v5.7.4568.3655
                            AucUtilSimpleAuction, v5.7.4568.4553
                            AucUtilVendMarkup, v5.7.4568.2530
                            Babylonian, v5.1.DEV.130
                            BeanCounter, v5.7.4568 (KillerKoala)
                            Bejeweled, v1.1b
                            Configator, v5.1.DEV.130
                            DebugLib, v5.1.DEV.130
                            Enchantrix, v5.7.4568 (KillerKoala)
                            EnchantrixBarker, v5.7.4568 (KillerKoala)
                            SlideBar, v5.7.4568 (KillerKoala)
                            Stubby, v5.7.4568 (KillerKoala)
                            TomTom, vwowi:revision
                            ZygorGuidesViewer, v2.0
                            ZygorTalentAdvisor, v2.0.240
                            BlizRuntimeLib_enUS v3.3.2.30300 <us>
                            (ck=5d7)

                            * Is there a setting that I might not have enabled??

                            Comment


                              Hellos,

                              Whoops, thought I switched the code but apparently I didn't. Try this, and if it gives an error, try disabling other addons.

                              Code:
                              if not ZygorTalentAdvisor then return end
                              
                              ZygorTalentAdvisor:RegisterBuild("DEATHKNIGHT","BLOODPLZKTHX",[[
                              	// Blood Talents
                              	5 Blade Barrier
                              	3 Subversion
                              	2 Two-Handed Weapon Specialization
                              	5 Bladed Armor
                              	1 Rune Tap
                              	2 Dark Conviction
                              	3 Improved Rune Tap
                              	1 Mark of Blood
                              	3 Bloody Strikes
                              	3 Veteran of the Third War
                              	2 Abomination's Might
                              	1 Hysteria
                              	2 Improved Blood Presence
                              	3 Bloodworms
                              	1 Vampiric Blood
                              	2 Improved Death Strike
                              	1 Heart Strike
                              	1 Sudden Doom
                              	
                              	// Unholy Talents
                              	5 Anticipation
                              	1 Virulence
                              	3 Ravenous Dead
                              	3 Morbidity
                              	2 Epidemic
                              	2 Unholy Command
                              	2 On a Pale Horse
                              	2 Night of the Dead
                              	2 Dirge
                              	3 Impurity
                              	1 Master of Ghouls
                              	2 Desecration
                              	
                              	// Frost Talents
                              	2 Toughness
                              ]],
                              [[]])
                              Silverhawk11
                              It may seem narcissistic to link this, but it's awesome nonetheless.

                              Comment


                                SO.. I put this in the lua file: if not ZygorTalentAdvisor then return end

                                ZygorTalentAdvisor:RegisterBuild("DEATHKNIGHT","BL OODPLZKTHX",[[
                                // Blood Talents
                                5 Blade Barrier
                                3 Subversion
                                2 Two-Handed Weapon Specialization
                                5 Bladed Armor
                                1 Rune Tap
                                2 Dark Conviction
                                3 Improved Rune Tap
                                1 Mark of Blood
                                3 Bloody Strikes
                                3 Veteran of the Third War
                                2 Abomination's Might
                                1 Hysteria
                                2 Improved Blood Presence
                                3 Bloodworms
                                1 Vampiric Blood
                                2 Improved Death Strike
                                1 Heart Strike
                                1 Sudden Doom

                                // Unholy Talents
                                5 Anticipation
                                1 Virulence
                                3 Ravenous Dead
                                3 Morbidity
                                2 Epidemic
                                2 Unholy Command
                                2 On a Pale Horse
                                2 Night of the Dead
                                2 Dirge
                                3 Impurity
                                1 Master of Ghouls
                                2 Desecration

                                // Frost Talents
                                2 Toughness
                                ]],
                                [[]])

                                LOL, I still get the 2 errors. I disabled all add-ons except the Zygor add-ons and still get the errors. its also not available when you press N and configure, the custom build isn't there in the drop-down list. Thanks for your help though! (on the weekend)

                                Bloodess

                                Comment

                                Working...
                                X