Jump to content


Photo

Boxsmasher plugin Broke w/ Dec 12th Update


    2 replies to this topic

    #1 Xaris

    Xaris

      Newbie

    • Members
    • Pip
    • 3 posts

      Posted 13 December 2016 - 07:25 PM

      i'm guessing because of teh nature on plugins the plugin hasto be recompiled for the version Update? (the plugin no longer makes its buest guesses, No longer picks best choice its not even reading chat.  and yea i get the Faile dto Bind Follow Error on Character Login. )



      #2 deadman80

      deadman80

        Member

      • Members
      • PipPip
      • 29 posts

        Posted 26 December 2016 - 10:14 PM

        Boxdestroyer addon is still broken. :(

        Will update with the console error next time I see it. 



        #3 Xaris

        Xaris

          Newbie

        • Members
        • Pip
        • 3 posts

          Posted 02 January 2017 - 01:00 AM

          Boxdestroyer addon is still broken. :(

          Will update with the console error next time I see it. 

          its some syntax error it kepts a number but gets back a null value (somethinsg stopping it from reading the game chat window for box inital values.)

           

          i bearly know anything about lua or whatnot but,

           

          seems this is whats failing.

           

          if windower.ffxi.get_mob_by_id(box_id).name == 'Treasure Casket' then
                          local chances = original:byte(9)
                          if box[box_id] == nil then
                              box[box_id] = default
                          end
                          if chances > 0 and chances < 7 then
                              display(box_id, chances)
                          end
                      end
          

          being when it tries to read for the Treasure Casket  by Mob ID in zones where its breaking the caskest may no longer be read as such or something in the update has broken windower from letting it read Mob IDs






          1 user(s) are reading this topic

          0 members, 1 guests, 0 anonymous users