Results 1 to 5 of 5

Thread: Alerts XML file info please?

  1. #1
    Registered User
    Join Date
    Sep 2009
    Posts
    53

    Alerts XML file info please?

    could someone please advise on how to edit this alert file?
    i.e is there any special syntax for each of the sections? Or do we just type in a mob name?
    I looked around for stickies etc. but couldn't find anything, just point me at a help posting if it already exists? thanks all

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE seqfilters SYSTEM "seqfilters.dtd">
    <seqfilters>
    <section name="Hunt">
    </section>
    <section name="Caution">
    </section>
    <section name="Danger">
    </section>
    <section name="Locate">
    </section>
    <section name="Alert">
    </section>
    <section name="Filtered">
    </section>
    </seqfilters>

  2. #2
    Registered User
    Join Date
    Jan 2006
    Posts
    358

    Re: Alerts XML file info please?

    Its fairly straight forward, but as a quick example, lets say I want to set Derakor the Vindicator up as a hunted mob, I might edit the file to look like this. You can use all or part of the name. Each NPC you want to add just goes on a separate line.

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE seqfilters SYSTEM "seqfilters.dtd">
    <seqfilters>
    <section name="Hunt">
    Derakor
    </section>
    <section name="Caution">
    </section>
    <section name="Danger">
    </section>
    <section name="Locate">
    </section>
    <section name="Alert">
    </section>
    <section name="Filtered">
    </section>
    </seqfilters>

  3. #3
    Registered User
    Join Date
    Sep 2009
    Posts
    53

    Re: Alerts XML file info please?

    Thanks Hidron, appreciate the reply. I'll give that a whirl, should be interesting to see what the action is for "Hunt" "Alert" etc.

  4. #4
    Registered User
    Join Date
    Oct 2010
    Posts
    2

    Re: Alerts XML file info please?

    Is is possible to use the older SEQ filter files?

    For instance the one for Qeynos Hills looks like this:

    _________________________________________

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE seqfilters SYSTEM "seqfilters.dtd">
    <!-- Created by BlueAdept for use with ShowEQ 5.xx. All rights reserved. -->
    <seqfilters>
    <section name="Hunt">
    </section>
    <section name="Caution">
    </section>
    <section name="Danger">
    </section>
    <section name="Locate">
    </section>
    <section name="Alert">
    <oldfilter><regex>Nameefiled Grizzly</regex></oldfilter>
    <oldfilter><regex>Name:Hadden</regex></oldfilter>
    <oldfilter><regex>Name:Pyzjin</regex></oldfilter>
    <oldfilter><regex>Name:Pyzjm</regex></oldfilter>
    <oldfilter><regex>Name:Pyzjn</regex></oldfilter>
    <oldfilter><regex>Name:Scruffy</regex></oldfilter>
    <oldfilter><regex>Name:Tovax Vmar</regex></oldfilter>
    <oldfilter><regex>Name:Varsoon the Undying</regex></oldfilter>
    </section>
    <section name="Filtered">
    </section>
    </seqfilters>
    _________________________________________
    Last edited by m512; 10-01-2010 at 09:09 AM.

  5. #5
    Registered User
    Join Date
    Oct 2010
    Posts
    2

    Re: Alerts XML file info please?

    Tried it and it seems to work.

    Can anyone tell me how to make it play a specific wav.-file when a filtered mob spawns?

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