Search:

Type: Posts; User: MQSEQ2

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: MySEQ 1.15.4

    by MQSEQ2
    Replies
    21
    Views
    16,566

    If you now C++ you pretty much know C#. This...

    If you now C++ you pretty much know C#. This project doesn't use alot of C# features and the ones it does they are pretty easy to figure out.

    I haven't programmed in C# until I started to work on...
  2. Thread: 11/5 Offsets

    by MQSEQ2
    Replies
    66
    Views
    48,741

    The Ini file is the one for the Server and the...

    The Ini file is the one for the Server and the offsets posted here should work for you.
  3. Thread: 11/5 Offsets

    by MQSEQ2
    Replies
    66
    Views
    48,741

    I've been getting mixed results on the Server...

    I've been getting mixed results on the Server 1.10. I do believe the offsets on the front page are the correct ones. Those should work for 1.9b and 1.10. If you are still having issues with 1.10 try...
  4. Thread: 11/5 Offsets

    by MQSEQ2
    Replies
    66
    Views
    48,741

    Check your port settings. If you are using Server...

    Check your port settings. If you are using Server 1.10 it's in the Ini file. If you are using 1.9b it's hardcoded to 5555. Make sure your Client is using the same port as the Server.
  5. Replies
    2
    Views
    5,672

    Look in the Dev Section: ...

    Look in the Dev Section:

    http://seq.sourceforge.net/forums/showthread.php?s=&threadid=4200

    [Memory Offsets]
    GroupCountAddr=7454208
    GroupAddr=7454536
    SpawnHeaderAddr=7460984 ...
  6. Replies
    10
    Views
    10,311

    Currently I'm using the EQ icon. If folks want to...

    Currently I'm using the EQ icon. If folks want to design an Icon please doe then we can decide which looks good.
  7. Replies
    7
    Views
    7,231

    Jag is correct. The Client and Server ports...

    Jag is correct.

    The Client and Server ports are used for communications between the two apps.

    The refresh rate in the Server Ini should be 0 and the Client should be set to 250 or higher.
  8. Replies
    10
    Views
    17,398

    That's not the same SEQ filter file I use to use....

    That's not the same SEQ filter file I use to use. The one I'm talking about looks exactly like the MySEQ. I know I got the SEQ filters from BlueAdept a long time ago, so I will look them up.
  9. Replies
    10
    Views
    17,398

    the .txt and .conf are the exact format. I don't...

    the .txt and .conf are the exact format. I don't like Unix naming convesion on Windows (long live MS, now I better duck :)). I really changed the name sine .txt is associated to notepad or you...
  10. Replies
    10
    Views
    9,879

    Make sure there is a check next to Center on...

    Make sure there is a check next to Center on Player then when you zoom out the map will follow the player. The Zneg/Zpos is for depth filtering up and down. OffsetX/OffsetY is what pans the map...
  11. Replies
    10
    Views
    17,398

    The problem with doing that way vs separating the...

    The problem with doing that way vs separating the are's into each zone filter is the time for it to cycle thru the complete list each time a Spawn occurs. This will kill ya when zoning into a new...
  12. Replies
    10
    Views
    10,311

    We could redo MySEQ to not need a server. SEQ...

    We could redo MySEQ to not need a server. SEQ works my setting the NIC into permiscuis mode (Listen to all packets) and process finds the EQ packets and pulls data from it. With all you would need is...
  13. Replies
    7
    Views
    7,231

    The port listing in the Ini file is used for the...

    The port listing in the Ini file is used for the 1.10 server. I will be looking into the crashing today.

    If you are having the crashing of 1.10, please start using 1.9b and it is hardcoded to use...
  14. Replies
    10
    Views
    10,311

    That was requested yesterday. I have started on...

    That was requested yesterday. I have started on that feature. I will need to work on the server stuff once I'm at home and in front of EQ.

    Basically I will dispaly the list o PID (EQ Processes) in...
  15. Replies
    10
    Views
    9,879

    That would be cool tho. Alfred is correct the...

    That would be cool tho.

    Alfred is correct the Global is for those who hunt the same mobs in different zones and don't want to edit every zone filter to add the mob in each one of them.
  16. Thread: MySEQ 1.15.4

    by MQSEQ2
    Replies
    21
    Views
    16,566

    Done. I will be posting this new code later today.

    Done. I will be posting this new code later today.
  17. Thread: MySEQ 1.15.3

    by MQSEQ2
    Replies
    36
    Views
    25,147

    1.15.4 is now out and the .Txt issue has been...

    1.15.4 is now out and the .Txt issue has been resolved in it.
  18. Replies
    10
    Views
    10,311

    Time to start on a SysTray Server

    I will be starting the process of working on a SysTray version of the server. I already have all the code to make an SysTray application now it's time to join the codes together.

    Features:
    Ini...
  19. Thread: 11/5 Offsets

    by MQSEQ2
    Replies
    66
    Views
    48,741

    Thanks for the support :). I loved ShowEQ but...

    Thanks for the support :).

    I loved ShowEQ but I have forgotten to much Linux and I just never got into looking at the source code of ShowEQ. I will try to keep the momentum going with MySEQ by...
  20. Thread: MySEQ 1.15.4

    by MQSEQ2
    Replies
    21
    Views
    16,566

    1.15.4 will work with 1.9b Server. I will look...

    1.15.4 will work with 1.9b Server.

    I will look into the 1.10 issues, I ran 1.10 for hours in debug mode of the compiler and seen no issues. I will try to add some error logging to the server as...
  21. Replies
    32
    Views
    23,187

    1.10 doesn't offer any error logging and that's...

    1.10 doesn't offer any error logging and that's part of the problems with the project in general. Jag has started to add some error logging in the client and I have asked him to start looking at what...
  22. Replies
    2
    Views
    4,112

    We might be getting space here to do that but we...

    We might be getting space here to do that but we always want multiple locations just in case Sourceforge goes down (like it normally does).
  23. Replies
    2
    Views
    4,267

    I will ftp the source files to the site when new...

    I will ftp the source files to the site when new ones are available.

    I'm currenlty updating your site and Jag's site and will get the GeoCity up to date for today but in the future will stop using...
  24. Replies
    10
    Views
    9,879

    Ok I will start with the following: Alert...

    Ok I will start with the following:

    Alert Filters - Hunt/Caution/Rare filters are use to locate Spawns (Mob/Players) in a zone. To Add/Edit Spawns to the list go to Options -> Alerts -> Add/Edit...
  25. Thread: Classes.txt?

    by MQSEQ2
    Replies
    1
    Views
    3,462

    I've posted the CFG files as well as posting the...

    I've posted the CFG files as well as posting the latest source files that adds these files.
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4