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

    Rogue Sub PvP build

    Code:
    /run t,p,a={3,12,23,33,42,52,63,72,92,101,113,121,143,151,173,191,1,12,33,43,71,2,}SetPreviewPrimaryTalentTree(t[1],GetActiveTalentGroup())for i=1,#t do a=t[i]if a<9 then p=a else AddPreviewTalentPoints(p,floor(a/10),a%10)end end
    If I wanted to use that build in an .lua how would I script that?

    Code:
    ZygorTalentAdvisor:RegisterBuild("DEATHKNIGHT","Frostie","00000000000000000000000000002250005105003101000000000000000000000000000000000000000000")
    So copying that syntax

    done it with

    Code:
    ZygorTalentAdvisor:RegisterBuild("ROGUE","Sub PvP (9/0/32)",:confused:
    could someone point me in the correct direction i'd be most grateful

    edit fixed with
    Code:
    if not ZygorTalentAdvisor then return end
    
    ZygorTalentAdvisor:RegisterBuild("ROGUE","Sub PvP (9/0/32)",{
    
    "Nightstalker",
    "Nightstalker",
    
    "Improved Ambush",
    "Improved Ambush",
    
    "Relentless Strikes",
    "Relentless Strikes",
    "Relentless Strikes",
    
    "Elusiveness",
    "Elusiveness",
    
    "Waylay",
    "Waylay",
    
    "Opportunity",
    "Opportunity",
    "Opportunity",
    
    "Initiative",
    "Initiative",
    
    "Find Weakness",
    "Find Weakness",
    
    "Hemorrhage",
    
    "Honor Among Thieves",
    "Honor Among Thieves",
    "Honor Among Thieves",
    
    "Premeditation",
    
    "Cheat Death",
    "Cheat Death",
    "Cheat Death",
    
    "Preparation",
    
    "Slaughter from the Shadows",
    "Slaughter from the Shadows",
    "Slaughter from the Shadows",
    
    "Shadow Dance",
    
    "Deadly Momentum",
    "Deadly Momentum",
    
    "Lethality",
    "Lethality",
    "Lethality",
    
    "Ruthlessness",
    "Ruthlessness",
    "Ruthlessness",
    
    "Blackjack" 
    
    })
    Last edited by k00lade; February 20, 2011, 06:01 PM. Reason: used the long winded method
    level 85 - Rogue Combat Nelf, DK Blood Squid face,Hunter MM Nelf
    Currently working the follow for profs and gold, raid team backup, Hunter lvl 64 BM Worgen, Shamen lvl 54 resto Dwarf, Druid lvl 74 Feral Nelf.

    Comment


      You can shorten that fix some also if you want. Would look like this:

      Code:
      if not ZygorTalentAdvisor then return end
      
      ZygorTalentAdvisor:RegisterBuild("ROGUE","Sub PvP (9/0/32)",{
      
      2 Nightstalker
      2 Improved Ambush
      3 Relentless Strikes
      2 Elusiveness
      2 Waylay
      3 Opportunity
      2 Initiative
      2 Find Weakness
      1 Hemorrhage
      3 Honor Among Thieves
      1 Premeditation
      3 Cheat Death
      1 Preparation
      3 Slaughter from the Shadows
      1 Shadow Dance
      2 Deadly Momentum
      3 Lethality
      3 Ruthlessness
      1 Blackjack
      
      })
      Also, you only have 40 points spent in that spec compared to the 41 you list in the description.
      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


        3 Improved Ambush
        left one out there
        level 85 - Rogue Combat Nelf, DK Blood Squid face,Hunter MM Nelf
        Currently working the follow for profs and gold, raid team backup, Hunter lvl 64 BM Worgen, Shamen lvl 54 resto Dwarf, Druid lvl 74 Feral Nelf.

        Comment


          Ahh, but you only had it listed twice, which was what I was going by.
          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


            can someone check this build over for me i am having trouble loading it

            Code:
            if not ZygorTalentAdvisor then return end
            
            ZygorTalentAdvisor:RegisterBuild("WARRIOR","Weasel Protection Tanking", "(4/3/34)",
            
            [[
            
            3/3 Toughness
            2/2 Blood and Thunder
            3/3 Shield Specialization
            3/3 Shield Mastery
            2/2 Hold the Line
            2/2 Gag Order
            1/1 Last Stand
            1/1 Concussion Blow
            2/2 Bastion of Defense
            1/1 Warbringer
            2/2 Improved Revenge
            1/1 Devastate
            2/2 Impending Victory
            2/2 Thunderstruck
            1/1 Vigilance
            2/2 Heavy Repercussions
            3/3 Sword and Board
            1/1 Shockwave
            3/3 Blood Craze
            2/2 Blitz
            2/2 Field Dressing
            ]]
            ,
            [[
            	Prime Glyph of Revenge
            	Prime Glyph of Shield Slam
            	Prime Glyph of Devastate
            	Major Glyph of Resonating Power
            	Major Glyph of Shockwave
            	Major Glyph of Spell Reflection
            	Minor Glyph of Berserker Rage
            	Minor Glyph of Demoralizing Shout
            	Minor Glyph of Intimidating Shout
            ]])
            i found the default tanking build not causing enough aggro
            level 85 - Rogue Combat Nelf, DK Blood Squid face,Hunter MM Nelf
            Currently working the follow for profs and gold, raid team backup, Hunter lvl 64 BM Worgen, Shamen lvl 54 resto Dwarf, Druid lvl 74 Feral Nelf.

            Comment


              What kind of errors do you get when trying to load it or does it just not show up in the list?
              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


                Hey can someone do this build for me? http://www.wowhead.com/talent#fchbZbZfGscdu0Rho
                been having trouble with it. Thanks

                Comment


                  Originally posted by Schitz View Post
                  Hey can someone do this build for me? http://www.wowhead.com/talent#fchbZbZfGscdu0Rho
                  been having trouble with it. Thanks
                  Here we go:
                  Code:
                  if not ZygorTalentAdvisor then return end 
                  
                  ZygorTalentAdvisor:RegisterBuild("ROGUE","Schitz Subtlety (8/2/31)",[[
                  	2/2 Nightstalker
                  	3/3 Improved Ambush
                  	3/3 Relentless Strikes
                  	2/2 Elusiveness
                  	1/2 Waylay
                  	3/3 Opportunity
                  	3/3 Energetic Recovery
                  	2/2 Find Weakness
                  	1/1 Hemorrhage
                  	3/3 Honor Among Thieves
                  	1/1 Premeditation
                  	1/1 Preparation
                  	2/2 Sanguinary Vein
                  	3/3 Slaughter from the Shadows
                  	1/1 Shadow Dance
                  	3/3 Coup de Grace
                  	3/3 Lethality
                  	2/2 Quickening
                  	2/2 Improved Recuperate
                  ]],[[
                  ]])
                  Create a new textfile called Build01.lua inside WoW\Interface\Addons\ZygorTalentAdvisor\Builds and put the content into that file.
                  Could not test it in action as I didn't want to respec my Rogue but it throws no errors

                  Comment


                    Hi - having trouble creating my own build. I am trying to use the numerical format and I am running into errors. I have created a Build01.lua file, and I see the build in the drop down list, but when I select it I get a bunch of errors. Here is what I have in the build file:

                    Code:
                    if not ZygorTalentAdvisor then return end
                    ZygorTalentAdvisor:RegisterBuild("MAGE","Worganna","3033222212021222121212000000000000000000000300000000000000000")


                    I followed the instructions of going top to bottom, left to right and typing in how many points each talent has.

                    The error I am getting is:


                    Code:
                    Message: ...ace\AddOns\ZygorTalentAdvisor\ZygorTalentAdvisor.lua:1416: Usage: GetTalentTabInfo(tabIndex[, isInspect[, isPet[, groupIndex]]])
                    Time: 05/14/11 17:20:02
                    Count: 1
                    Stack: [C]: in function `GetTalentTabInfo'
                    ...ace\AddOns\ZygorTalentAdvisor\ZygorTalentAdvisor.lua:1416: in function `GetBuildStatus'
                    ...ace\AddOns\ZygorTalentAdvisor\ZygorTalentAdvisor.lua:1539: in function `MakeSuggestion'
                    ...ace\AddOns\ZygorTalentAdvisor\ZygorTalentAdvisor.lua:1496: in function `UpdateSuggestions'
                    ...ace\AddOns\ZygorTalentAdvisor\ZygorTalentAdvisor.lua:834: in function `PlayTalented'
                    ...ace\AddOns\ZygorTalentAdvisor\ZygorTalentAdvisor.lua:775: in function <...ace\AddOns\ZygorTalentAdvisor\ZygorTalentAdvisor.lua:775>
                    [C]: in function `PlayerTalentFrame_UpdateControls'
                    ...rface\AddOns\Blizzard_TalentUI\Blizzard_TalentUI.lua:649: in function `PlayerTalentFrame_Update'
                    ...rface\AddOns\Blizzard_TalentUI\Blizzard_TalentUI.lua:607: in function <...rface\AddOns\Blizzard_TalentUI\Blizzard_TalentUI.lua:574>
                    [C]: in function `PlayerTalentFrame_Refresh'
                    ...rface\AddOns\Blizzard_TalentUI\Blizzard_TalentUI.lua:458: in function <...rface\AddOns\Blizzard_TalentUI\Blizzard_TalentUI.lua:442>
                    [C]: in function `Show'
                    Interface\FrameXML\UIParent.lua:1494: in function `SetUIPanel'
                    Interface\FrameXML\UIParent.lua:1315: in function `ShowUIPanel'
                    Interface\FrameXML\UIParent.lua:1225: in function <Interface\FrameXML\UIParent.lua:1221>
                    [C]: in function `SetAttribute'
                    Interface\FrameXML\UIParent.lua:1929: in function `ShowUIPanel'
                    ...rface\AddOns\Blizzard_TalentUI\Blizzard_TalentUI.lua:276: in function `PlayerTalentFrame_Toggle'
                    Interface\FrameXML\UIParent.lua:402: in function <Interface\FrameXML\UIParent.lua:395>
                    [C]: in function `ToggleTalentFrame'
                    [string "TOGGLETALENTS"]:1: in function <[string "TOGGLETALENTS"]:1>
                    
                    Locals: (*temporary) = nil

                    Comment


                      I'm not sure if the Talent Advisor can still work with the numbers like that since the changes with Cata, not something I have tested. Have you tried typing it out like in the one above your post? Also, make sure you have the latest version of the guides.
                      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


                        Try it this way (should be your build):
                        Code:
                        if not ZygorTalentAdvisor then return end 
                        
                        ZygorTalentAdvisor:RegisterBuild("MAGE","Worgana (36/2/3)",[[
                        	3/3 Arcane Concentration
                        	3/3 Netherwind Presence
                        	3/3 Torment the Weak
                        	2/2 Invocation
                        	2/2 Improved Arcane Missiles
                        	2/2 Improved Blink
                        	2/2 Arcane Flows
                        	1/1 Presence of Mind
                        	2/2 Missile Barrage
                        	2/2 Improved Polymorph
                        	1/1 Arcane Tactics
                        	2/2 Incanter's Absorption
                        	2/2 Improved Arcane Explosion
                        	2/2 Arcane Potency
                        	1/1 Slow
                        	2/2 Nether Vortex
                        	1/1 Focus Magic
                        	2/2 Improved Mana Gem
                        	1/1 Arcane Power
                        	2/2 Master of Elements
                        	3/3 Piercing Ice
                        ]],[[
                        ]])

                        Comment


                          THANKS!!

                          Originally posted by Cartman View Post
                          Try it this way (should be your build):
                          Code:
                          if not ZygorTalentAdvisor then return end 
                          
                          ZygorTalentAdvisor:RegisterBuild("MAGE","Worgana (36/2/3)",[[
                          	3/3 Arcane Concentration
                          	3/3 Netherwind Presence
                          	3/3 Torment the Weak
                          	2/2 Invocation
                          	2/2 Improved Arcane Missiles
                          	2/2 Improved Blink
                          	2/2 Arcane Flows
                          	1/1 Presence of Mind
                          	2/2 Missile Barrage
                          	2/2 Improved Polymorph
                          	1/1 Arcane Tactics
                          	2/2 Incanter's Absorption
                          	2/2 Improved Arcane Explosion
                          	2/2 Arcane Potency
                          	1/1 Slow
                          	2/2 Nether Vortex
                          	1/1 Focus Magic
                          	2/2 Improved Mana Gem
                          	1/1 Arcane Power
                          	2/2 Master of Elements
                          	3/3 Piercing Ice
                          ]],[[
                          ]])
                          Thanks for this - I will start converting all of my builds to this format. It would be AWESOMESAUCE if Zygor could use the Wowhead format - its nice and short and very convenient to use.

                          Comment


                            If you use the print option on wowhead you get a plain text version of the build. With a bit copy and paste you can convert it to the Zygor format.
                            Maybe when I have some time I can do a small converter for that, shouldn't be too hard to program.

                            Comment


                              Can anyone help me i am trying to choose deathknight tanking build bud zygor talent advisor is showing me error: This build contains unrecognized talents. It is broken and unusable.
                              The same with Retri Paladin

                              Comment


                                To fix Paladin build:
                                http://www.zygorguides.com/forum/sho...ll=1#post61138
                                For DK build open Builds\ZygorGuidesBuilds.lua and correct the spelling for Dancing Rune Weapon (I think it says Dancning in the build..).

                                Comment

                                Working...
                                X