Page 1 of 1

Difficulty getting telnet server up

Posted: Fri Mar 19, 2004 12:06 pm
by gillgian
I added mq2telnet=mq2telnet to macroquest.ini plugin section and
updated the mq2telnet.ini enabling port 23 for telnet. i tried a few other ports also and i cannot establish a connection. I am not running eq during this process. Is there a way to cause the server to log it's initialization of the plugins?

It's not a firewall or anything like that as i am using it on local machine. I ran a port scanner on my machine and there is no service listening on 23 or any other port i set it too. This leads me to believe that the plugin is not loaded and/or failed.

Any tips or hints?

Macroquest.ini

Code: Select all

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

[Aliases]
/a=/anonymous
/b=/bazaar
/ba=/bazaar
/c=/consider
/cha=/channel
/d=/duel
/exp=/echo $char(exp)% experience...
/f=/feedback
/fa=/fastdrop
/g=/gsay
/gmlist=/who all gm
/gu=/guildsay
/hp=/echo Current Health: $char(hp,cur) -- Max Health: $char(hp,max)
/load=/loadspells
/m=/msg
/mana=/echo Current Mana: $char(mana,cur) -- Max Mana: $char(mana,max)
/mousepos=/echo Your mouse is at $mouse(x), $mouse(y)
/slotid=/echo $selecteditem(itemslot2)
/t=/tell
/ta=/tap
/w=/who

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

[Telnet Server]
Enabled=1
Port=23
mqtelnet.ini

Code: Select all

;**********************************************************************
; for use with the telnet server plugin -- mq2telnet
;**********************************************************************
[Telnet Server]
; port = 0 off, else put the port number here
Port=23
; localonly boolean -- supposedly does a get peer name to compare address
; but you must use the hostname not 127.0.0.1 or localhost when connecting
LocalOnly=0
Welcome=Successful login.  Welcome to my undergroud lair.
LoginPrompt=login: 
PasswordPrompt=password: 

[Users]
;username=password

Posted: Fri Mar 19, 2004 1:56 pm
by dont_know_at_all
You must run eq.

Posted: Fri Mar 19, 2004 2:26 pm
by gillgian
Thanks :) hehe i am at work and was going to run some logic flow tests on the macro and use the telnet server as an output.