Results 1 to 8 of 8

Thread: spawnlog.txt in detail.

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    3

    Question spawnlog.txt in detail.

    Hello, as was writing a small script to clean up my spawnlog.txt and check for certain things, I ran into a small problem. As I play on two seperate servers, I've been getting confusing report back from spawnlog.txt, and just wanted to know if anyone could clarify a few things, as I couldn't find any info on it elsewhere.

    Here is a portion of my spawnlog.txt (edited for obvious reasons)

    -x:random_mob01(2509):54:992.-1170,310:21.45.02:3:randomzone:07.48.04.11.3181:Pl ayerX(2400)

    From what I can tell this means the following

    random_mob01, which has been given #2509 to identify itself, who is level 54, was killed at location 992,1170,310, at 21:45:02 in randomzone, by PlayerX.

    The segments of text I have not yet figured out are what the "3" means before the zone.. and everything inbetween the name of the zone and the player who killed the mob. for this example that line of text would be "07.48.04.11.3181"

    I am hoping there is some way to decipher a date, and espescially a server specification.

    If there is some other way I have not yet figured to check spawnlog.txt for which server something happened on. please let me know, or direct me to a forum in which this has been discussed. thank you very much for your time.

  2. #2
    Registered User
    Join Date
    Jan 2002
    Posts
    1,508
    Blue posted this in the thread right below yours:

    This is the format of the spawnlogs:

    :name(spawnID):Level:Xpos:Ypos:Zpos:H.m.s:Ver:Zone :eqHour.eqMinute.eqMonth.eqDay.eqYear:killedBy(spa wnID)

    Not much help for finding pets except by name.

  3. #3
    Registered User
    Join Date
    Oct 2002
    Posts
    3
    Thanks... so no way to tell which server it is by the spawnlog.txt report? other than possibly comparing EQ times?

  4. #4
    Registered User
    Join Date
    Jan 2002
    Posts
    1,508
    Nope, but does it really matter which server you are on since they are all basically the same?

  5. #5
    Registered User
    Join Date
    Oct 2002
    Posts
    3
    Actually yes, the worlds on each server are exactly the same. But I'm trying to monitor rare spawns on two seperate servers. being able to pick up both timers would be nice. However, I can't get any info about which server it is from the spawnlog, therefore i cant monitor both at the same time.

  6. #6
    Registered User
    Join Date
    Jan 2002
    Posts
    1,508
    Create a script that copies the appropriate spawnlog file into place then starts SEQ. On exit it moves it back.

    #!/bin/bash
    SHOWEQ=/usr/local/bin
    SHARE=/usr/local/share/showeq
    SERVER=$1

    mv -f $SHARE/spawnlog.$SERVER $SHARE/spawnlog.txt
    $SHOWEQ/showeq
    mv -f $SHARE/spawnlog.txt $SHARE/spawnlog.$SERVER

  7. #7
    Registered User
    Join Date
    Aug 2002
    Posts
    11
    You can also just use a different config file with a different output file setting for each server... showeq -o seqdefServerName.xml

  8. #8
    Registered User
    Join Date
    Jan 2002
    Posts
    1,508
    That too. Depends on what you want to do. If you do it the way I showed, then any time you make a change to SEQ (fonts, position, size, etc...), then when you save your preferences they will be that way no matter what server you are on.

    By using different config files, you will have to start SEQ under each config file and make the same changes to each and save them out to get them to stick to all instances.

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 On
vB code is On
Smilies are On
[IMG] code is On