Jump to content


Photo

GEO clouser info


    5 replies to this topic

    #1 sdahlka

    sdahlka

      Advanced Member

    • Members
    • PipPipPip
    • 324 posts

      Posted 15 September 2014 - 05:58 AM

      im going to look for the info for

      pet GEO inf

      npc GEO info

      pc GEO info

      we already have player GEO info



      #2 Arcon

      Arcon

        Advanced Member

      • Windower Staff
      • 1189 posts
      • LocationMunich, Germany

      Posted 15 September 2014 - 07:21 PM

      I'm not sure what you mean. Do you mean GEO the job? If not, what else? Location data? That already exists.



      #3 sdahlka

      sdahlka

        Advanced Member

      • Members
      • PipPipPip
      • 324 posts

        Posted 16 September 2014 - 03:28 AM

        the only one we know of is in the player packet

        i going to try and find the pet and party one(i.e. the location in the packets ware there located at lest if i can)



        #4 Arcon

        Arcon

          Advanced Member

        • Windower Staff
        • 1189 posts
        • LocationMunich, Germany

        Posted 16 September 2014 - 04:56 AM

        You can get any mob's location (if that's what you mean):

         

        texts = require('texts')
         
        t = texts.new('Target: ${name|-}\nX: ${x}\nY: ${y}\nZ: ${z}\nDistance: ${distance}')
         
        windower.register_event('prerender', function()
            local mob = windower.ffxi.get_mob_by_target('t')
            if mob then
                t:update(mob)
                t:show()
            else
                t:hide()
            end
        end)


        #5 sdahlka

        sdahlka

          Advanced Member

        • Members
        • PipPipPip
        • 324 posts

          Posted 16 September 2014 - 03:22 PM

          no im looking for the packet data that informes the client of the grafix that are generated for other pc indi spells, pet geo,and posibly npc indi/geo data



          #6 Arcon

          Arcon

            Advanced Member

          • Windower Staff
          • 1189 posts
          • LocationMunich, Germany

          Posted 18 September 2014 - 11:12 PM

          We don't know where this info is, but we suspect it's in the 0x00D packet, which carries almost all mob-related info.






          1 user(s) are reading this topic

          0 members, 1 guests, 0 anonymous users