Post
by MeqPleb » Wed Mar 24, 2004 10:30 pm
Hey guys, How can i remotely start up MQ2, and start the telnet server?
I have the ini file settings to enable it, do i still need to do a
/plugin telnet to start it ?? That really wouldnt be good for me.
macroquest.ini settings below:
[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=1
LocalOnly=0
Port=2222
Welcome=Welcome
Password=NotRealPassword
[Aliases]
/a=/anonymous
/b=/bazaar
/ba=/bazaar
/bind=/doability "Bind Wound"
/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
mq2chatwnd=mq2chatwnd
mq2fps=mq2fps
mq2eqbugfix=mq2eqbugfix
mq2telnet=mq2telnet
And my mq2telnet.ini in the same folder:
;**********************************************************************
; for use with the telnet server plugin -- mq2telnet
;**********************************************************************
[Telnet Server]
; port = 0 off, else put the port number here
Port=2222
; 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=MEQ
LoginPrompt=login:
PasswordPrompt=password:
[Users]
;username=password
bob=bob
Please help this stupid freaking RTFM fool!!
:)