Page 1 of 3 123 LastLast
Results 1 to 15 of 34

Thread: MySEQ 1.15.14

  1. #1
    Registered User MQSEQ2's Avatar
    Join Date
    Oct 2003
    Posts
    910

    MySEQ 1.15.14

    MySEQ 1.15.14 is now available at http://www.dvolve.net/EQ/MySEQ

    If are upgrading for the first time to the 1.15.x series you MUST download the SupportFiles.zip and place the 3 DLLs in the directory with the executable.

    Features Added:
    ============
    MacroQuest Console - Add the MQ Console to MySEQ. This is nothing more than a Telnet session that can connect to MQ. This did not install MacroQuest on your system. If you do not wish to use the MQConsole you can close the MQConsole. If you sre going to use MQ be carefull with what you do in game with it. You will get banned if you abuse the systems and get caught.

    Compile.Bat - I have created a batch file that will make it very easy to compile your own executeable. To compile the .exe just type the following at a DOS prompt:

    Compile {Program Name}

    I allow you to supply a Program name, so if you don't want to use MySEQ you can compile it with something else. You must supply a name tho.

    Bug Fixes:
    ========
    Toggle Spawn List (F8) - This is now working.


    MQConsole Configuration:
    ===================
    [MQConsole]
    EQClientIni="C:\Program Files\EverQuest\EQClient.Ini"

    [Login]
    Server={Put your MQ Server IP Address here}
    Password=={Put your MQ Server Password here}
    Port=={Put your MQ Server Port here}

    [Macros]
    Count=2
    Macro1=Forage,/macro forage
    Macro2=Fishing,/macro fishing

    In the next version I will have a interface for all of this. The EQClientIni is used to read the color settings you have set inside EQ. We try to use the EQ colors to colorize the MQConsole text.
    The Macro is commands are set by Name,Command. For Example if you wanted to add another Macro you would need to do the following:

    [Macros]
    Count=3
    Macro1=Forage,/macro forage
    Macro2=Fishing,/macro fishing
    Macro3=Trade Skill,/macro ts "brew barrell" something1 something 2 something3

    This will be the final version of the 1.x series of MySEQ. Starting today I'm going to be working on the 2.x series of the Client/Server. Once I get everything converted in the Client I will release it, hopefully within this next week. All new feature requesteed will be added to the 2.x series.

  2. #2
    Registered User
    Join Date
    Jan 2003
    Posts
    197
    Thankies!! Compile worked smooth with no mishaps

    Will give it a testing, and report if i find some strangeness.. Keep up the good work!!

    Hopefully things will be solvable after the next patch 18th tho..

  3. #3
    Registered User MQSEQ2's Avatar
    Join Date
    Oct 2003
    Posts
    910
    If SourceForge.Net can stay up and running, we will be able to get the new offsets in under 2 hrs once the servers come back up and running.

  4. #4
    Registered User
    Join Date
    Apr 2003
    Posts
    25
    This new client takes about 3x times of the cpu usage of the old 13 client.

    on my AMD 1200 Duron i was at about 30% cpu usage, now with this release im at 96%.

    Using Windows XP

  5. #5
    Registered User
    Join Date
    Nov 2002
    Posts
    10
    i must have missed something important, i cant get the telnet to work =\

  6. #6
    Registered User MQSEQ2's Avatar
    Join Date
    Oct 2003
    Posts
    910
    What do you have the refresh rate set too? The lower the number the higher the CPU utilization.

  7. #7
    Registered User MQSEQ2's Avatar
    Join Date
    Oct 2003
    Posts
    910
    For the MQ Console? or the Client to Server?

    If it's the the MQConsole then post the tope sections of the MQConsole.Ini in the CFG directory.

  8. #8
    Registered User
    Join Date
    Nov 2002
    Posts
    10
    i mean the macroquest side of it, never used the telnet before

  9. #9
    Registered User MQSEQ2's Avatar
    Join Date
    Oct 2003
    Posts
    910
    You have to turn on the Telnet Server on inside MQ. Which version of MQ are you using?

  10. #10
    Registered User
    Join Date
    Nov 2002
    Posts
    10
    newest version, but i dont understand what the username/pass should be, the ini file says


    Welcome=Successful login. Welcome to my undergroud lair.
    LoginPrompt=login:
    PasswordPrompt=password:

    [Users]
    ;username=password
    kinda confusing

  11. #11
    Registered User MQSEQ2's Avatar
    Join Date
    Oct 2003
    Posts
    910
    The following is used as prompts:

    Welcome=Successful login. Welcome to my undergroud lair.
    LoginPrompt=login:
    PasswordPrompt=password:


    The following is used as the Login and Password information:
    [Users]
    ;username=password

    So you should do something like this:

    [Users]
    ;username=password
    myuser=mypassword

    Make sure there isn't any blank lines under the last line of text. I've heard this might cause problems.

  12. #12
    Registered User
    Join Date
    Nov 2002
    Posts
    10
    alright, i feel stupid now, but! it still doesnt connect in myseq because it requires a username and you only supply a password?

  13. #13
    Registered User
    Join Date
    Apr 2003
    Posts
    25
    Using 250 on the refresh, same as on the .13 version but stil lags the shit out of the system.

  14. #14
    Registered User deda's Avatar
    Join Date
    Oct 2003
    Posts
    20
    mqconsole doesnt work for me with MQ2telnet plugin.
    all i get is "login:" , when i try to enter username nothing happens.
    when i use putty (small telnet client) it works without problems.

  15. #15
    Registered User MQSEQ2's Avatar
    Join Date
    Oct 2003
    Posts
    910
    When I run 1.15.14 I get 13% CPU usage for the MySEQ.Exe.

    I reuploaded the 1.15.14 Client, this should resolve the MQ2 issue with the MQConsole.

    You will need to adjust the followings:

    MQ1 Users:
    ========
    [Login]
    ;MQType=MQ1/MQ2
    MQType=MQ1
    Server={Your MQ2 IP Address}
    LoginName={Leave Blank, not used in MQ1}
    Password={Your MQ1 password}
    Port={Your MQ1 Port}

    MQ2 Users:
    ========
    [Login]
    ;MQType=MQ1/MQ2
    MQType=MQ2
    Server={Your MQ2 IP Address}
    LoginName={Your MQ2 login name}
    Password={Your MQ2 password}
    Port={Your MQ2 Port}

    I'm working with Showme1 in resolving the issue (since I don't use MQ2 yet). If it's doesn't work for you the turn on logging and email me the erro logs. I still use MQ1 and why upgrade if it ain't broke .
    Last edited by MQSEQ2; 12-16-2003 at 11:40 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On