followed these directions .. also read alot of searched posts. I still can't connect to mq2 with telnet.. any ideas?dont_know_at_all wrote:Q: What if I don't like the chat window but I still want to be undetectable from a /report?
A: Use the telnet server.
In MacroQuest.ini:
[MacroQuest]
FilterMacro=2
[Telnet Server]
Enabled=1
LocalOnly=0
Port=6969
Then, using PuTTY or another GOOD telnet program:
telnet 127.0.0.1 6969
<<My INI>>
[MacroQuest]
MacroPath=.\Macros
LogPath=.\Logs
DebugSpewToFile=0
FilterSkills=0
FilterTarget=0
FilterMoney=0
FilterFood=0
FilterMacro=2
FilterEncumber=0
FilterDebug=0
KeepKeys=1
[Telnet Server]
Enabled=1
LocalOnly=0
Port=6969
Welcome=MacroQuest telnet server
Password=test
[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)
[Plugins]
mq2labels=mq2labels
mq2map=mq2map
mq2itemdisplay=mq2itemdisplay
mq2fps=mq2fps
mq2eqbugfix=mq2eqbugfix


