What I want in the telnet server

A forum for feature requests/discussions and user submitted patches that improve MQ2

Moderator: MacroQuest Developers

Davef139
orc pawn
orc pawn
Posts: 15
Joined: Sun Sep 29, 2002 6:08 pm

Post by Davef139 » Wed Oct 02, 2002 4:00 pm

Im curious why you would want a telnet server that would allow localhost connections anyways.. wouldnt the whole point of running the server to be remote usage?

User avatar
KungFuHamster
a snow griffon
a snow griffon
Posts: 337
Joined: Wed Oct 02, 2002 7:47 am

No

Post by KungFuHamster » Fri Oct 04, 2002 5:16 pm

No, the whole point of the server is that your /macro this and /macro that don't show up in your chat log, and GMs can't snoop it.

At least for me, that's the point.

KFH

User avatar
rizwank
Huggle Police
Huggle Police
Posts: 524
Joined: Tue Jul 23, 2002 12:07 am
Contact:

Post by rizwank » Fri Oct 04, 2002 5:24 pm

oh...
i just use it to two box and so i can leave the chat window off in my main app.
#macroquest op
Macroquest Official Documentarion
Macroquest Board Moderator
All around cool guy

[img]http://medicomuerte.users.btopenworld.com/images/fairy_bounce08.gif[/img]

Davef139
orc pawn
orc pawn
Posts: 15
Joined: Sun Sep 29, 2002 6:08 pm

Post by Davef139 » Sat Oct 05, 2002 12:27 am

I highlyu doubt that a gm can view your logs unless you are gimp enough to send them it heh..

sethric
orc pawn
orc pawn
Posts: 19
Joined: Fri Oct 04, 2002 12:34 pm

Post by sethric » Sat Oct 05, 2002 9:43 pm

it would be pretty funny to
;tell irc.#macroquest wow, this thing actually works!
while playing.

serberus
a lesser mummy
a lesser mummy
Posts: 58
Joined: Tue Nov 19, 2002 5:04 am

Front-End

Post by serberus » Mon Dec 23, 2002 5:07 am

What i'd like to see is a custom MQ Telnet Front-End, something that is based on the EQ interface so it has buttons that are assigned to commands such as /sit and such, would make it easier to do things via telnet than having to type them all the time.

I tried to play via a telnet session but gave up after 5 hours of trying to reach a bank but having trouble getting items out... it has potential but I think the telnet server still needs quite a bit of polishing, incidentally, the bank slots work in a rather weird way, I don't think this is an issue with the telnet server, I just noticed it while using it because I couldn't use my mouse...

Using the $pack(bank,inv,0) and $item(bank,inv,0,1) commands (excuse the syntax of those commands, their probably wrong, I forget the exact options), the bank slots don't relate properly.

0 = 0
1 = 4
2 = 1
3 = 5
4 = 2
5 = 6
6 = 3
7 = 7

That above table works as follows, if you use a command such as mouseto bank 0 - 7, then right click to open that pack, then verify which pack is open by using the $pack(bank,inv,0,open) command on every backpack, then the above table shows which mouseto slot relates to which $pack number, I have always thought the bank slots went down such as..

1 5
2 6
3 7
4 8

I may be wrong but I couldn't find a pattern in the way MQ handles the bank vault, gone off topic really.

Thanks

Serberus

User avatar
L124RD
Site Admin
Site Admin
Posts: 1343
Joined: Fri Jun 14, 2002 12:15 am
Location: Cyberspace
Contact:

Post by L124RD » Mon Dec 23, 2002 11:38 am

Salutations,
thats a great idea, I think I'm going to write one... perhaps later this week... I'm cooking all day today and tomorrow.

User avatar
Fippy
a snow griffon
a snow griffon
Posts: 499
Joined: Tue Jul 16, 2002 10:42 am

Post by Fippy » Mon Dec 23, 2002 11:44 am

Bank Slots are

0 1
2 3
4 5
6 7
Fippy

This is my girl. But Rizwank had her first :-)
[img]http://www.btinternet.com/~artanor/images/fairy_bounce09.gif[/img]

User avatar
L124RD
Site Admin
Site Admin
Posts: 1343
Joined: Fri Jun 14, 2002 12:15 am
Location: Cyberspace
Contact:

Post by L124RD » Mon Dec 23, 2002 2:42 pm

Salutations,
and in old UI were labeled as such? yes?

Doodman
a ghoul
a ghoul
Posts: 124
Joined: Thu Jan 02, 2003 12:07 pm

Post by Doodman » Thu Jan 02, 2003 12:14 pm

Here are some suggestions for the telnet server. Now, keep in mind I'm a UNIX geek so not sure if these open source libaries are available on the winblowz side or not.

Command line editting ala GNU readline type support. i.e. Up moves back through command history., etc.

Curses type display. Which would allow multiple sections of the screen. I'd love to see one for EQ messages, one for MQ messages and one for command entering.

Just some ideas..