Page 1 of 1

Broken Filters?

Posted: Mon May 03, 2004 6:08 pm
by Mongol311
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

Posted: Mon May 03, 2004 7:17 pm
by dont_know_at_all
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.

Posted: Mon May 03, 2004 8:00 pm
by Mongol311
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

Posted: Mon May 03, 2004 11:55 pm
by Zeus
Doesn't one represents true? ....