Difference between revisions of "MQ2Telnet" - MMOBugs Wiki

(copy/pasted from mq2FAQ)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{plugin}}
 +
{{Pluginbox
 +
| name = MQ2Telnet
 +
| author = [http://www.macroquest2.com MQ2 Devs]
 +
| link = [http://www.macroquest2.com Forums]
 +
| commands=/telnet
 +
| source = Yes
 +
| usesini = Yes
 +
}}
 +
 +
 +
 +
 +
==Description==
 +
 +
<font class="highlight">MQ2Telnet</font> is a telnet server for MQ2.  With this enabled and configured you can use any available telnet client to connect to your EQ session and issue commands to your toon/s.
 +
 +
==Commands==
 +
 +
* <span class="highlight2">/telnet</span> Displays currently connected telnet users.
 +
 +
==Configuration==
 +
 
You must enable the telnet server in mq2telnet.ini's [Telnet Server] section.  
 
You must enable the telnet server in mq2telnet.ini's [Telnet Server] section.  
  
Line 13: Line 36:
  
 
Any chat output will be sent to your telnet session.  
 
Any chat output will be sent to your telnet session.  
+
 
/telnet
+
===Example Configuration===
Displays a list of all remote IP addresses for open telnet sessions.
+
MQ2Telnet.ini
 +
<pre>[Telnet Server]
 +
; port = 0 off, else put the port number here
 +
Port=6669
 +
; 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=Welcome to my toon!
 +
LoginPrompt=login:
 +
PasswordPrompt=password:
 +
 
 +
[Users]
 +
;username=password
 +
joetoon=joetoonspassword
 +
</pre>
 +
 
 +
==Availability==
 +
 
 +
This plugin is included with the MMOBugs Compile.

Latest revision as of 13:49, 6 July 2010

Plugin Info
Name MQ2Telnet
Author MQ2 Devs
Link Forums
Commands /telnet
Source Available Yes
Uses INI File Yes



Description

MQ2Telnet is a telnet server for MQ2. With this enabled and configured you can use any available telnet client to connect to your EQ session and issue commands to your toon/s.

Commands

  • /telnet Displays currently connected telnet users.

Configuration

You must enable the telnet server in mq2telnet.ini's [Telnet Server] section.

Set a valid Port=### in the [Users] section, add <USER>=, where <USER>and are the username and password you need enter to access the telnet server. Also, please set a "Welcome=message"

Using telnet Use a real telnet client. (Putty works well for this)

Connect to the system running EQ/MQ using the port you have in your ini. You should see your Welcome

message and a password prompt. (Enter it ;) 

Anything you type into the telnet session will be sent to the client and executed directly (like a macro statement)

Any chat output will be sent to your telnet session.

Example Configuration

MQ2Telnet.ini

[Telnet Server]
; port = 0 off, else put the port number here
Port=6669
; 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=Welcome to my toon!
LoginPrompt=login: 
PasswordPrompt=password: 

[Users]
;username=password
joetoon=joetoonspassword

Availability

This plugin is included with the MMOBugs Compile.