Need help running MQ

Need help running MacroQuest 1? Too bad! Use MQ2.

Moderator: MacroQuest Developers

Loramov
decaying skeleton
decaying skeleton
Posts: 2
Joined: Tue Oct 21, 2003 1:25 am

Need help running MQ

Post by Loramov » Tue Oct 21, 2003 1:34 am

Hi i've been reading through the boards for some time now. Old versions of MQ used to work well but since the oct. 09 patch i've been unable to get MQ running properly.

I get the MacroQuest Active message when i'm in EQ but none of the commands are responding.

I downloaded and compiled SRC-20031017a.zip
Moved the release files in a fresh directory. (Not running from the compiled directory)

Reading through the boards i saw that it might have something to do with my macroquest.ini file if it is i can't figure it out. (Maybe im just lacking sleep).

Here is my macroquest.ini file maybe somebody can point out what isnt right:

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

[Telnet Server]
Enabled=0
LocalOnly=0
Port=0
Welcome=MacroQuest telnet server
Password=macroquest

[Aliases]
/exp=/echo $char(exp)% experience...
/bind=/doability "Bind Wound"
/gmlist=/who all gm
/mana=/echo Current Mana: $char(mana,cur) -- Max Mana: $char(mana,max)
/hp=/echo Current Health: $char(hp,cur) -- Max Health: $char(hp,max)
/mousepos=/echo Your mouse is at $mouse(X) , $mouse(Y)


Hope somebody can help me.

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 » Tue Oct 21, 2003 2:00 am

use the *.sln file for compiling.

Loramov
decaying skeleton
decaying skeleton
Posts: 2
Joined: Tue Oct 21, 2003 1:25 am

Post by Loramov » Tue Oct 21, 2003 2:29 am

thanks :) I'm up and running now.