Jump to content


Photo

FFXI Treasure Pool v1.20 (2013/04/21)


    12 replies to this topic

    #1 Krellion

    Krellion

      Advanced Member

    • Members
    • PipPipPip
    • 30 posts

      Posted 05 August 2013 - 10:11 PM

      This program displays the current contents of the Treasure Pool, along with the time remaining before it drops as well as other information.

      Download: FFXITreasurePool_1.2.7z

      It works with either Windower or SE's official windowed mode.

      Item names are pulled from the game's data files.

      It supports POL process selection and will latch onto the first one it finds. (Note: Not properly tested as I only have one POL/FFXI account.)

      It displays the item name (or ID if the name isn't known), the time left until it drops from the pool (usually five minutes), your lot/pass status, the current high lot, and who holds the high lot. Entries are in the order they're found in the treasure pool memory. The program will remember its location when it's closed.

      Current offsets (as of 2014/01/20):
      [FFXItreasurepool]
      TimeMemLoc=425D84
      TreasureMemLoc=90D390
      Add them to the krellion.ini file that's in the same folder as the program.

      Enjoy!
       
      Future Plans
      - Proper memory signature use
      - Sort by time remaining or item name
      - User control of font type and size
      - Replace item names with user specified ones
      - Display player character name instead of POL process number
      - Japanese item name display

      Version History
      1.20 - 2013/04/21 - POL process selection, item names pulled from game data files (no longer dependent on Windower!), latest memory locations, proper icon and caption display in taskbar, able to be minimized, did some code clean-up
      1.00 - 2010/12/12 - Now uses Windower resources folder instead of the resources.xml file, allows language selection (EN/FR/DE), includes latest memory locations, column display is now saved.
      0.02 - 2009/01/04 - First public release.

      #2 Ariane

      Ariane

        Newbie

      • Members
      • Pip
      • 1 posts

        Posted 06 August 2013 - 12:49 AM

        As always - thank you Krellion for such quick updates. It is greatly appreciated! 



        #3 Arcon

        Arcon

          Advanced Member

        • Windower Staff
        • 1189 posts
        • LocationMunich, Germany

        Posted 06 August 2013 - 03:36 AM

        Just an idea, but if you're interested, I'd like to see a Lua addon port of this. Would make it possible to display it for every ingame character and modify it from within the game. And I don't know about others, but personally I like to have as few external programs running as possible.

         

        And it would also help with memory signatures, as it would use Windower's own and wouldn't require you to find them yourself. Treasure information is exposed, except for the time remaining, but that could be calculated upon item drop.



        #4 Akumasama

        Akumasama

          Advanced Member

        • Members
        • PipPipPip
        • 79 posts

          Posted 06 August 2013 - 06:36 AM

          Arcon, on 06 Aug 2013 - 05:34, said:
          but personally I like to have as few external programs running as possible.

          Seconded.

          Please consider this Krellion!

          #5 Krellion

          Krellion

            Advanced Member

          • Members
          • PipPipPip
          • 30 posts

            Posted 06 August 2013 - 11:17 AM

            Just an idea, but if you're interested, I'd like to see a Lua addon port of this. Would make it possible to display it for every ingame character and modify it from within the game. And I don't know about others, but personally I like to have as few external programs running as possible.
             
            And it would also help with memory signatures, as it would use Windower's own and wouldn't require you to find them yourself. Treasure information is exposed, except for the time remaining, but that could be calculated upon item drop.

             
            I'll consider this, though I'd have to learn Lua (probably not that difficult). Back when I was a Windower plugin creator, I had originally planned on doing a plugin version anyway. I may also keep the external program active as well as I don't like too many things on the game screen itself.

            #6 Tard

            Tard

              Newbie

            • Members
            • Pip
            • 1 posts

              Posted 21 August 2013 - 11:24 PM

              Run-time error '6': Overflow



              #7 Krellion

              Krellion

                Advanced Member

              • Members
              • PipPipPip
              • 30 posts

                Posted 22 August 2013 - 01:08 AM

                Tard, you're using the latest version (1.20) and have the current memlocs (they didn't change during this past Monday's update)? When do you get the error? Just as you run the program, after the item names are loaded, when an item is in the pool, some other time? Has it worked at all before?

                Thanks!

                (I know I really should put in some proper error handling to at least point to the section(s) that has the issue! >_<)

                #8 Krellion

                Krellion

                  Advanced Member

                • Members
                • PipPipPip
                • 30 posts

                  Posted 07 October 2013 - 11:19 PM

                  Latest memlocs (as of 7 October 2013 update):
                  TimeMemLoc=41FC74
                  TreasureMemLoc=912DE8


                  #9 Krellion

                  Krellion

                    Advanced Member

                  • Members
                  • PipPipPip
                  • 30 posts

                    Posted 08 November 2013 - 01:34 AM

                    Latest memlocs (as of 4 November 2013 update):
                    TimeMemLoc=420E84
                    TreasureMemLoc=907668


                    #10 ZChase

                    ZChase

                      Newbie

                    • Members
                    • Pip
                    • 2 posts

                      Posted 09 November 2013 - 09:20 AM

                      I have the same problem.

                       

                      Run-time error '6': Overflow

                       

                      And i just download this.



                      #11 Krellion

                      Krellion

                        Advanced Member

                      • Members
                      • PipPipPip
                      • 30 posts

                        Posted 11 December 2013 - 01:35 AM

                        Latest memlocs (as of 10 December 2013 update):
                        TimeMemLoc=424194
                        TreasureMemLoc=90AB50


                        #12 Manticmage

                        Manticmage

                          Newbie

                        • Members
                        • Pip
                        • 1 posts

                          Posted 15 December 2013 - 01:41 AM

                          I have the same problem.

                           

                          Run-time error '6': Overflow

                           

                          And i just download this.

                           

                          The problem is that the ini file is missing and apparently the program does not recreate it. Make a new ini file in the same directory as the program and name it krellion.ini. Put this code in it:

                          [FFXItreasurepool]
                          TimeMemLoc=424194
                          TreasureMemLoc=90AB50
                          PositionX=2729
                          PositionY=910
                          AlwaysOnTop=0
                          Opacity=100
                          Language=0
                          ShowItem=1
                          ShowTimeLeft=1
                          ShowPlayerLot=1
                          ShowHighLot=1
                          ShowHighLotName=1
                          
                          


                          #13 Krellion

                          Krellion

                            Advanced Member

                          • Members
                          • PipPipPip
                          • 30 posts

                            Posted 20 January 2014 - 10:27 PM

                            Latest memlocs (as of 20 January 2014 update):
                            TimeMemLoc=425D84
                            TreasureMemLoc=90D390





                            1 user(s) are reading this topic

                            0 members, 1 guests, 0 anonymous users