Filters in the Macroquest.ini

A forum for the general posts relating to MacroQuest. *DEPRECATED: This forum is no longer in public use, but remains here for your reading pleasure. Enjoy

Moderator: MacroQuest Developers

Zeus
a hill giant
a hill giant
Posts: 180
Joined: Wed Feb 19, 2003 10:03 am
Contact:

Filters in the Macroquest.ini

Post by Zeus » Thu Mar 04, 2004 11:43 am

I remember a long while ago using a couple of this for filtering certain strings like when dragging corpse etc. Couldn't find anythign on the manual and can't find my old files ethers so, this still doable? and if so what's the exact syntax?

Thanks in advance.

Virtuoso65
a hill giant
a hill giant
Posts: 150
Joined: Wed Oct 15, 2003 2:29 pm

Post by Virtuoso65 » Thu Mar 04, 2004 4:07 pm

Code: Select all

[Filter Name]
Filter1="The winds of marr"
Filter2="You have fallen for"
Stick that in there somewhere, I dont think location matters really. Change the text to match what you want to block out. You do not need the whole string, just enough to specify one block of text from another.

Zeus
a hill giant
a hill giant
Posts: 180
Joined: Wed Feb 19, 2003 10:03 am
Contact:

Post by Zeus » Thu Mar 04, 2004 6:18 pm

Thanks :)

Edit: Ok went out and tested, not working this is what I have


Code: Select all

[Filter Name] 
Filter1="You no longer have a target" 
Filter2="Summoning"  
Any ideas?

Virtuoso65
a hill giant
a hill giant
Posts: 150
Joined: Wed Oct 15, 2003 2:29 pm

Post by Virtuoso65 » Thu Mar 04, 2004 10:03 pm

Um Im sorry try.

[Filter Names]


I forgot to put the "s" on the filter names.

Zeus
a hill giant
a hill giant
Posts: 180
Joined: Wed Feb 19, 2003 10:03 am
Contact:

Post by Zeus » Fri Mar 05, 2004 9:36 am

That worked :)