Putty

Need help running MacroQuest 1? Too bad! Use MQ2.

Moderator: MacroQuest Developers

Inri
decaying skeleton
decaying skeleton
Posts: 1
Joined: Fri Aug 08, 2003 10:24 am

Putty

Post by Inri » Fri Aug 08, 2003 10:28 am

Trying to get the CVS client working, and I went through the instructions on Sourceforge's site, and I downloaded some software named Putty. I was supposed to log in with my username and password in some MSdos window that popped up, and I entered my username, but when I tried to enter a password, nothing happened when I pressed the keys. I "entered the pass" anyways, hoping it would do any good, even though I couldn't actually see any letters (or *'s) showing. But it didn't...
Sorry for this somewhat Noob question, but please help.

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

Post by Doodman » Fri Aug 08, 2003 12:00 pm

MQ does not ask for a username, just a password.

Make sure that the telnet server is enabled, you are connecting to the right port, and entering the right password. All of these are defined in your .ini file.

User avatar
Clone39
a ghoul
a ghoul
Posts: 91
Joined: Mon Jul 07, 2003 7:26 pm
Location: Montreal, Canada

Post by Clone39 » Fri Aug 08, 2003 3:27 pm

I had that kind of problem when i started using MQ.

Make sure that MQ is compiled correctly.

Edit your macroquest.ini so that it looks like this

Code: Select all

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

[Filter Names]

[Telnet Server]
[b]Enabled=1                      <-------- make sure it is enabled[/b]
LocalOnly=0
[b]Port=4567                      <-------- Use whatever port you want[/b]
Welcome=MacroQuest telnet server
[b]Password=password        <-------- Use the password you want[/b]

[Aliases]
/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)
/sell=/macro sellitem
Run MQ

Run EQ in EQWindow

Run Telnet and enter only your password

That should do it.


Clone39