Broken Filters?

Need help running MacroQuest2? Ask your questions about how to get things to work on your computer.

Moderator: MacroQuest Developers

Mongol311
a lesser mummy
a lesser mummy
Posts: 45
Joined: Sat Apr 24, 2004 12:06 pm
Location: Connecticut, USA

Broken Filters?

Post by Mongol311 » Mon May 03, 2004 6:08 pm

Help, my filters are all messed up! I am trying to debug a plugin, and now instead of all the errors being seen in the macroquest window, all that shows up is the name of the macro in red such as wizardhunter.mac It is really annoying!! here is my macroquest.ini from a FRESH compile. Please help me!

Code: Select all

[MacroQuest]
MacroPath=.\Macros
LogPath=.\Logs
DebugSpewToFile=0
FilterSkills=0
FilterTarget=0
FilterMoney=0
FilterFood=0
FilterMacro=0
FilterEncumber=0
FilterDebug=0
KeepKeys=1
FilterMQ=0

[Aliases]
/a=/anonymous
/b=/bazaar
/ba=/bazaar
/c=/consider
/cha=/channel
/d=/duel
/exp=/echo ${Me.PctExp}% experience...
/f=/feedback
/fa=/fastdrop
/g=/gsay
/gmlist=/who all gm
/gu=/guildsay
/hp=/echo Current Health: ${Me.CurrentHPs} -- Max Health: ${Me.MaxHPs}
/key=/keys
/load=/loadspells
/m=/msg
/mana=/echo Current Mana: ${Me.CurrentMana} -- Max Mana: ${Me.MaxMana}
/npc=/who npc
/slotid=/echo ${SelectedItem.InvSlot}
/t=/tell
/ta=/tap
/w=/who

[Plugins]
mq2labels=mq2labels
mq2itemdisplay=mq2itemdisplay
mq2fps=mq2fps
mq2custombinds=mq2custombinds
mq2chatwnd=mq2chatwnd
mq2map=mq2map

[Key Binds]
RANGED_Nrm=clear
RANGED_Alt=clear
MQ2CHAT_Nrm=.
MQ2CSCHAT_Nrm=/
[SWho Filter]
Holding=1
I live in an asbestos igloo, do your worst!
(Devs, please don't hate me, I donated!)

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Mon May 03, 2004 7:17 pm

Why did you post an unedited copy of Macroquest.ini?

Are you using this file? If so, your filters are not fucked up; your code is.
If you are not using this file, then use this file. Exactly this file.

On second thought, start again. Clean source, clean, new directory. Get it working correctly before you pollute it with your code so that you'll know it's your fault.

Mongol311
a lesser mummy
a lesser mummy
Posts: 45
Joined: Sat Apr 24, 2004 12:06 pm
Location: Connecticut, USA

Post by Mongol311 » Mon May 03, 2004 8:00 pm

Nm, was able to fix it myself, i think. Is this anything close to right? I tested it and seems to work fine

Code: Select all

[MacroQuest]
MacroPath=C:\Release\Macros
LogPath=C:\Release\Logs
DebugSpewToFile=1
FilterSkills=1
FilterTarget=1
FilterMoney=1
FilterFood=1
FilterMacro=1
FilterEncumber=1
FilterDebug=1
KeepKeys=1
FilterMQ=1

[Aliases]
/a=/anonymous
/b=/bazaar
/ba=/bazaar
/c=/consider
/cha=/channel
/d=/duel
/exp=/echo ${Me.PctExp}% experience...
/f=/feedback
/fa=/fastdrop
/g=/gsay
/gmlist=/who all gm
/gu=/guildsay
/hp=/echo Current Health: ${Me.CurrentHPs} -- Max Health: ${Me.MaxHPs}
/huntstats=/echo Script has been running for $running seconds. You've killed @MobsKilled mobs so far and gotten ${LootObtained} loots!
/key=/keys
/load=/loadspells
/m=/msg
/mana=/echo Current Mana: ${Me.CurrentMana} -- Max Mana: ${Me.MaxMana}
/mcords=/echo $mouse(x) $mouse(y)
/newif=/if
/npc=/who npc
/slotid=/echo ${SelectedItem.InvSlot}
/t=/tell
/ta=/tap
/w=/who

[Plugins]
mq2labels=mq2labels
mq2itemdisplay=mq2itemdisplay
mq2fps=mq2fps
mq2custombinds=mq2custombinds
mq2chatwnd=mq2chatwnd
mq2map=mq2map

[Key Binds]
RANGED_Nrm=clear
RANGED_Alt=clear
MQ2CHAT_Nrm=.
MQ2CSCHAT_Nrm=/
[SWho Filter]
Holding=1
I live in an asbestos igloo, do your worst!
(Devs, please don't hate me, I donated!)

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

Post by Zeus » Mon May 03, 2004 11:55 pm

Doesn't one represents true? ....