Search:

Type: Posts; User: iluvseq

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Thread: Test offsets?

    by iluvseq
    Replies
    1
    Views
    1,569

    Test offsets?

    Does anyone have current Test server offsets?
  2. Replies
    5
    Views
    5,095

    Re: Live Offsets - 01/19/22

    It was the switch to 64bit, so whatever you were doing for Test offsets applies to Live now :)
  3. Replies
    0
    Views
    4,194

    Rename spawn timer entry?

    MySEQ will automatically detect and rename a spawn timer if a mob with a #Name spawns at that location, making it easier to track named mob spawns. However, not all named mobs have #Names. For...
  4. Replies
    7
    Views
    16,119

    Re: New Repository with minor enhancements.

    Only if it's replaced with some other notification option. I use it with an email -> SMS gateway to get alerts on my phone when mobs spawn that I'm camping.

    If it was replaced with a REST API...
  5. Replies
    4
    Views
    5,203

    Re: Opcodes for 7/19 patch?

    No, sorry. MySEQ reads the EQ client memory space, using the memory offsets. ShowEQ decodes EQ network packets, using opcodes and packet structures. So while the results are similar, the two tools...
  6. Thread: 10/19 patch

    by iluvseq
    Replies
    8
    Views
    38,636

    Re: 10/19 patch

    pulled from SVN and did a make clean... works fine now, thank you!
  7. Thread: 10/19 patch

    by iluvseq
    Replies
    8
    Views
    38,636

    Re: 10/19 patch

    Applied to .41 and it doesn't appear to work at all.
  8. Thread: Guild info

    by iluvseq
    Replies
    2
    Views
    83,432

    Guild info

    It appears as though the guild related functionality (showing guild tags for players, showing the guild list) is broken in the current release.

    Anyone have a patch or notes on how to fix?
  9. Re: MySEQ inconsistantly showing spawn points /timers on map

    Update: it has nothing to do with instancing. Also, spawn timers are showing up for mobs in other camps, but not for mobs near my characters. Currently experiencing it in Paw, but have noticed in a...
  10. Re: MySEQ inconsistantly showing spawn points /timers on map

    This seems related to instancing, as I believe it works fine in the base instance of a zone, but seems to have issues when in an instance of the zone.
  11. Re: MySEQ inconsistantly showing spawn points /timers on map

    Addendum: the "Spawn timer list" works just fine, however. It's the display on the map which doesn't work reliably.
  12. MySEQ inconsistantly showing spawn points /timers on map

    Sometimes this works perfectly, and other times, for some reason, MySEQ won't show spawn points / timers on the map. It appears to be random, but worse in some zones than others. UGuk for example...
  13. Replies
    1
    Views
    3,648

    Re: EQ Crashing if MySEQ loaded?

    I haven't had any issues with EQ crashing, but sometimes the myseq server gets 'hung' or doesn't detect EQ till I restart the server.
  14. Re: Looking for ShowEQ update for Project 1999 after v33 6/25 patch

    Thank you very much for the hard work on this. Still a few issues however. Corpses show up as the wrong thing (blue + instead of yellow squares) and session tracking doesn't work. Does anyone have...
  15. Replies
    21
    Views
    18,394

    Re: Offsets: Nov 9th patch

    What is this the output of? The offset finder? It isn't working right now...
  16. Replies
    3
    Views
    4,296

    Re: help cant get it to work ..??

    Have to update the server too
  17. Replies
    21
    Views
    18,394

    Offsets: Nov 9th patch

    [File Info]
    Patchdate=11/8/2012

    [Port]
    port=5555

    [Memory Offsets]
    ZoneAddr=0xd4dcb4
    SpawnHeaderAddr=0xdd20e8
    CharInfo=0xd40740
  18. Replies
    39
    Views
    28,755

    Re: November 7th patch

    I always just use IDA to figure out the offsets every patch anyway :)
  19. Replies
    39
    Views
    28,755

    Re: November 7th patch

    nice, thank you!
  20. Replies
    39
    Views
    28,755

    Re: November 7th patch

    The good news is that processes without ASLR enabled return 0x400000 as their baseaddress, so the same code works either way. (IDA offset - 0x400000 + 0x400000 == IDA offset) so you don't need to...
  21. Replies
    39
    Views
    28,755

    Re: November 7th patch

    Windows XP was the first Windows with some support for ASLR, but it's not enabled by default. Windows Vista and up have it enabled by default, as long as the application is linked with the ASLR...
  22. Replies
    39
    Views
    28,755

    Re: November 7th patch

    Was the info I posted helpful?
  23. Replies
    39
    Views
    28,755

    Re: November 7th patch

    The code I posted doesn't help get offsets. It was for Razzle to show how he could figure out the process base address, which is now a component in accessing the EQ memory. The old way was 'open...
  24. Replies
    39
    Views
    28,755

    Re: November 7th patch

    Ok, this little commandline tool gets the base address for all running eqgame.exe processes. You should be able to easily pull in the bits that would be needed for MySEQ to obtain the info as well. ...
  25. Replies
    39
    Views
    28,755

    Re: November 7th patch

    They use ASLR now for eqgame.exe so now we have to take the offsets from IDA or whatever and subtract 0x400000 from them. Then, we have to obtain the modulebase for the currently running eqgame.exe...
Results 1 to 25 of 47
Page 1 of 2 1 2