PDA

View Full Version : How to filter player corpses?



rasthan
07-03-2006, 08:48 AM
On the progression servers, the yellow player corpse boxes are driving me crazy! :eek:

I've tried variants of the following, but can't seem to get it to work:

(ignore the spaces)

< seqfilters>
< section name="Filtered">
< oldfilter>< regex>Name:corpse< /regex>< /oldfilter>
< /section>
< /seqfilters>

Thanks!

purple
07-03-2006, 09:13 AM
Try &lt;regex&gt;NPC:2&lt;/regex&gt; or something like that. There's an NPC flag for player corpses. I think it is 2, but I'm not totally sure.

rasthan
07-03-2006, 09:37 AM
Ah, that worked like magic. Thanks! :)

Cryonic
07-06-2006, 12:52 AM
Also Name:corpse means you literally are trying to find a mob with a name beginning with the word corpse.

user29129
07-29-2006, 04:29 PM
Try <regex>NPC:2</regex> or something like that. There's an NPC flag for player corpses. I think it is 2, but I'm not totally sure.
First let me say hello as this is my first post here!

Purple,

I must admit that I am new to both Linux and ShowEQ. I have gotten both working however and am running into trouble with the corpse issue as well.

I created a blank .xml file and entered <regex>NPC:2</regex> into it and saved it. I selected this filter file from within SEQ but the corpses still appear.

Could you please take a moment to explain to my noob self what I am doing wrong?

Thanks in advance.

purple
07-29-2006, 04:58 PM
Post the entire filter file here.