Jump to content


Photo

gearswap with augments gears -how to get it to work?-


    4 replies to this topic

    #1 ph2003

    ph2003

      Member

    • Members
    • PipPip
    • 17 posts

      Posted 04 March 2014 - 10:49 PM

      im trying to get this to work, in the doc it claims that it can equip specify augs gears so far i have no luck at all with hagondes set or dark rings. ive tried the code bellow: sets.precast.test= {legs={name="Hagondes Pants",augments={"Phys dmg. taken -3%","Avatar perpetuation cost -5"}}} sets.precast.test= {ring1={name="Dark Ring",augments={"Physical dmg. taken -6%","Breath dmg. taken -5%"}}} any clue?

      #2 Byrth

      Byrth

        Advanced Member

      • Members
      • PipPipPip
      • 85 posts

        Posted 09 March 2014 - 05:25 PM

        It was bugged, but now should work.

        #3 ph2003

        ph2003

          Member

        • Members
        • PipPip
        • 17 posts

          Posted 12 March 2014 - 05:49 PM

          all right! just tested it. its working now~ cool, nice work!

          #4 MomalPSA

          MomalPSA

            Member

          • Members
          • PipPip
          • 10 posts

            Posted 20 May 2014 - 05:56 PM

             

            --- Qaaxo Leggings differentiation

            QaaxoAcc = {name="Qaaxo Leggings",augments={"[1]Accuracy+9","[2]STR+4"}}

            QaaxoMAB = {name="Qaaxo Leggings",augments={"[1]Attack+12","[2]\"Mag.Atk.Bns\"+12","[3]STR+11"}}

             

            Hi, i set that code in my lua, and using one or the other on feet spot. But it doesnt equip anything in feet spot with that setting. Am I doing something wrong ?

            #5 Jarius86

            Jarius86

              Newbie

            • Members
            • Pip
            • 3 posts

              Posted 20 May 2014 - 07:54 PM

              I'm having a similar issue. After the last two updates, Gearswap hasn't recognized my augmented Otronif Boots correctly, even though I haven't changed my lua file any. Strangely, it recognizes all my other augmented gear fine.

               

              I have this line in my get_sets function (yes, this is the only augment they have):

              PDT_Otronif_Boots = { name = "Otronif Boots", augments = { "Physical Damage Taken -1%" } }
              

              And in my engaged set I have:

              feet = PDT_Otronif_Boots
              

              But when I engage or use any ability while engaged, I get this error in the console:

              GearSwap: Lua error (runtime) - ... (x86)/Windower4//addons/GearSwap/parse_augments.lua:573: bad argument #1 to 'char' (invalid value)
              

              And my engaged set never gets swapped into. When I use a spell or ability, I swap into the precast/midcast gear, but I end up staying in it.

               

              Setting it to feet = "Otronif Boots" works fine, but I have two sets of boots I want to distinguish between.

               

              I also tried this in the gearset:

              feet = { name = "Otronif Boots", augments = { "Physical Damage Taken -1%" } }
              

              but that didn't work either.

               

              With the last update, after cycling through all these options I somehow managed to get it to work after that, but no dice this time.

               

              Any ideas?

               

              EDIT: I just realized this probably wasn't the right place to post this. Prolly shoulda made a new topic. Sorry.

               

              UPDATE: Until I can get this issue resolved I just changed it to feet = "Otronif Boots" in my engaged set, and it worked just fine until I suddenly started getting the same error in the console again in the middle of a fight. I looked over my lua again and realized I had the feet = PDT_Otronif_Boots line in two other gearsets. Thing is, I had swapped into both of these gearsets multiple times before Gearswap suddenly decided to take offense at them literally in the middle of the fight.  What would cause that behavior? Is something corrupted?

               

              UPDATE 2: I completely uninstalled windower and deleted all plugin/addon files except for the ones I had modified myself, such as settings files, and reinstalled everything, and I'm still having the problem.






              1 user(s) are reading this topic

              0 members, 1 guests, 0 anonymous users