LandSandBoat / server

:sailboat: LandSandBoat - a server emulator for Final Fantasy XI
https://landsandboat.github.io/server/
GNU General Public License v3.0
301 stars 606 forks source link

Goliath in Fei'Yin doesn't seem to be accurately placeholdered #127

Open TeoTwawki opened 3 years ago

TeoTwawki commented 3 years ago

Additional Information (Steps to reproduce/Expected behavior) : There are 4 copies of him, we only have 1 implemented at this time. This leaves 3 missing.

Retail game will almost always (with a very few exceptions) use either the mob at the top or bottom of a group for the PH, leading to it being right before the NM in latter case.

That would make his likely correct placeholders what I almost sent up tonight in another branch:

        GOLIATH_PH  =
        {
            -- [17613044] = 17613045,
            -- [17613046] = 17613047,
            -- [17613050] = 17613051,
            -- [17613052] = 17613053,
            -- Todo: verify the above, remove the below entry
            [17613052] = 17613045,
        },

I fubar'd it twice, and that's for the best since I realized it needs verified anyway during my battle with git here so it may as well be correct the 1st time. I don't have time to camp him anytime soon though.

N3ckB3ard commented 1 year ago

@TeoTwawki Hello! I went and captured some data for you to see if maybe we can figure out a way to dust off this old issue report. I do not think captures are necessary for this but I logged my time spent today on this odd NM. Let me know what you think of this and if it seems to help at all to get this resolved. Also, feel free to let me know if you need more data points to reference and I can gather this info for you.

      MobID |     DoorID | TOD
NextSpawnID | NextDoorID | TimeOfSpawn

Data:
17613050 | 17613226 | 17:04:30
17613050 | 17613226 | 17:09:20 (4min 50sec respawn)

17613050 | 17613226 | 17:10:53
17613046 | 17613221 | 17:16:23 (5min 30sec respawn)

17613046 | 17613221 | 17:21:10
17613054 | 17613227 | 17:26:16 (5min 6sec respawn)

17613054 | 17613227 | 17:28:13
17613052 | 17613223 | 17:33:14 (5min 1sec respawn)

17613052 | 17613223 | 17:34:58
17613050 | 17613226 | 17:40:14 (5min 16sec respawn)

17613050 | 17613226 | 17:55:02
17613045 | 17613224 | 18:00:24 (Goliath (5min 19sec respawn))

17613045 | 17613224 | 18:02:01 (Goliath (Est.HP: 3546 (Mthd: I))
17613049 | 17613222 | 18:07:17 (5min 16sec respawn)

17613049 | 17613222 | 18:08:58
17613048 | 17613225 | 18:14:14 (5min 16sec respawn)

17613048 | 17613225 | 18:15:13
17613052 | 17613223 | 18:20:21 (5min 8sec respawn)

17613052 | 17613223 | 18:26:58
17613052 | 17613223 | 18:32:14 (5min 16sec respawn)

17613052 | 17613223 | 18:34:34
17613046 | 17613221 | 18:39:44 (5min 10sec respawn)

17613046 | 17613221 | 18:40:48
17613044 | 17613224 | 18:46:14 (5min 26sec respawn)

17613044 | 17613224 | 18:48:09
17613049 | 17613222 | 18:53:14 (5min 5sec respawn)

17613049 | 17613222 | 18:54:29
17613048 | 17613225 | 18:59:45 (5min 16sec respawn)

17613048 | 17613225 | 19:00:59
17613050 | 17613226 | 19:06:15 (5min 16sec respawn)

17613050 | 17613226 | 19:07:18
17613054 | 17613227 | 19:12:46 (5min 28sec respawn)

17613054 | 17613227 | 19:13:49
17613051 | 17613226 | 19:19:14 (Goliath (5min 25sec respawn) (1hr 17min 13sec Since Last Spawn)

17613051 | 17613226 | 19:21:17 (Goliath (Est.HP: 3580 (Mthd: L)
17613045 | 17613224 | 19:26:51 (Goliath (5min 34sec respawn) (5min 34sec Since Last Spawn)

17613045 | 17613224 | 19:28:15 (Goliath (2063 ~ 3688 HP)
17613054 | 17613227 | 19:33:21 (5min 6sec respawn)

I was able to catch a back to back spawn also!

image