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

Thread: Files from new patcher in different location than old?

  1. #1
    Registered User
    Join Date
    Jun 2003
    Posts
    550

    Files from new patcher in different location than old?

    I noticed last week, that my Mystify spell wasn't showing up in the spell list. I never bothered checking it out until today, but it seems that the script I use to download the data files (strings_us.txt, etc.) no longer pull down "current" versions of the files.

    I checked the number of lines in the file on the SEQ box vs. the one on my EQ box. SEQ was missing about 1000 lines.

    Anyone know of a way to see what the new patcher does when downloading files? Do they pull them from a differnet directory from the old? Or should it be acting the same and I'm just going insane?

    Thanks

  2. #2
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,008

    Re: Files from new patcher in different location than old?

    Quote Originally Posted by uRit1u2CBBA=
    I noticed last week, that my Mystify spell wasn't showing up in the spell list. I never bothered checking it out until today, but it seems that the script I use to download the data files (strings_us.txt, etc.) no longer pull down "current" versions of the files.

    I checked the number of lines in the file on the SEQ box vs. the one on my EQ box. SEQ was missing about 1000 lines.

    Anyone know of a way to see what the new patcher does when downloading files? Do they pull them from a differnet directory from the old? Or should it be acting the same and I'm just going insane?

    Thanks
    Check to make sure it is pulling down spells_us.txt and not spells_en.txt. The file name was changed some time ago and would account why the spells aren't there.

    I had updated staticspells.h with a perl script that was in the old tree. It was updated in the 11.1. That updated the file to the newest spells. I did not know that SEQ did it automaticly since I do not pull the spells_en.txt over.

    As for strings_en.txt I do not see that in the Everquest directory.
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

  3. #3
    Registered User
    Join Date
    Jun 2003
    Posts
    550

    Re: Files from new patcher in different location than old?

    The files that I'm pulling down from the patcher using my "do_patch" script is:

    spells_us.txt
    eqstr_us.txt // both used by SEQ
    dbstr_us.txt // not used by SEQ, but I use it against another script to generate races.h

    I'm not grabbing spells_en at all, only the _us one.

    It looks like that the version that I am pulling down has some new data, just not all of the new data (like my Mystify spell, which is the one that I first noticed was missing to tip me off of something going wrong).

    I copied my EQ box version of the file to the SEQ box, and then I started to see the Mystify spell in it, so it's working when the file's current.

    Did I answer or verify all your questions?

  4. #4
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,008

    Re: Files from new patcher in different location than old?

    I dont know then. As far as I can tell, nothing was changed.
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

  5. #5
    Registered User
    Join Date
    Jun 2003
    Posts
    550

    Re: Files from new patcher in different location than old?

    Is anyone else able to pull down the file from the various patchers to at least duplicate what I've found or to show me that I'm messing something else up?

    Thanks.

  6. #6
    Developer
    Join Date
    Jan 2002
    Posts
    239

    Re: Files from new patcher in different location than old?

    The script that I have always used pulls files from http://patch.everquest.com:7000/patch/everquest/main. It appears the string and spell files there were last updated 08/14/2007.

  7. #7
    Registered User
    Join Date
    Jun 2003
    Posts
    550

    Re: Files from new patcher in different location than old?

    Does anyone have a proxy server or something to log http requests to try to find out where the new patcher is pulling files from? Sounds like it's confirmed it's not the same as the old one.

  8. #8
    Registered User
    Join Date
    Oct 2006
    Posts
    28

    Re: Files from new patcher in different location than old?

    I could see about running a tcpdump while the patcher's running.

  9. #9
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,008

    Re: Files from new patcher in different location than old?

    From what I can see it is pulling from here:

    Code:
    http://abeeqp-1.station.sony.com:7000/patch/everquest/en/patch0/main/
    but when I try to get one of the files, I get a 404
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

  10. #10
    Registered User
    Join Date
    Jun 2003
    Posts
    550

    Re: Files from new patcher in different location than old?

    Don't forget that the patcher downloads all files with a .gz extension then gets extracted.

    so the file you want to "wget" is spells_us.txt.gz

    I just did a sample test, and it worked.

    I'll update my "do_patch" script with this new info and try it out for a few days. But I think we got the problem fixed.

  11. #11
    Developer
    Join Date
    Jun 2003
    Posts
    446

    Re: Files from new patcher in different location than old?

    Mine is getting them from

    Code:
    http://patch.everquest.com:7000/patch/everquest/en/patch0/main/

  12. #12
    Registered User
    Join Date
    Jun 2003
    Posts
    550

    Re: Files from new patcher in different location than old?

    They may have some sort of router in the middle that splits the load of the server over several servers. They have adjacent IP addresses:

    199.108.194.72 and 199.108.194.73

  13. #13
    Registered User
    Join Date
    Jun 2003
    Posts
    550

    Re: Files from new patcher in different location than old?

    OK - I'm confused again.

    The patcher downloaded a new file: dragitem59.tga

    I updated my script that grabs all dragitem files with the new URL we discovered, and it works, except for that new file.

    So the patcher must have grabbed it from somewhere else. Anyone able to determine that?

    Thanks.

  14. #14
    Developer
    Join Date
    Jun 2003
    Posts
    446

    Re: Files from new patcher in different location than old?

    I deleted mine so it would grab another and it came from

    Code:
    patch.everquest.com:7000/patch/everquest/en/patch1/main/uifiles/default/dragitem59.tga.gz

  15. #15
    Developer
    Join Date
    Jun 2003
    Posts
    446

    Re: Files from new patcher in different location than old?

    Quote Originally Posted by ieatacid
    Mine is getting them from

    Code:
    http://patch.everquest.com:7000/patch/everquest/en/patch0/main/
    The string and spell files came from the same URL except this time it's "patch1".

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