Search found 218 matches

by kevutian
Tue Feb 19, 2013 6:54 pm
Forum: General Forum
Topic: Mudlet 2.1
Replies: 67
Views: 63639

Re: Mudlet 2.1

I very much doubt that is anything to do with Geyser, personally. It's just not the sort of behaviour one would expect to experience from a UI manager.

I have used Geyser for a fair while now, and I also display the map with the wrapper provided....

I have never experienced what you describe.
by kevutian
Sat Feb 16, 2013 5:35 pm
Forum: Mudlet Mapper
Topic: Basic Simple Mapping Script Thread
Replies: 68
Views: 72911

Re: Mapping

Server: 0.0.0.0
Port : 1337
by kevutian
Sat Feb 16, 2013 5:35 pm
Forum: Help Forum
Topic: Simple, Basic Mapping Script Thread
Replies: 63
Views: 82340

Re: Mapping

Server: 0.0.0.0
Port : 1337
by kevutian
Fri Feb 15, 2013 7:18 pm
Forum: Help Forum
Topic: Capping map to miniconsole
Replies: 3
Views: 2662

Re: Capping map to miniconsole

Glad to help. Enjoy :)
by kevutian
Thu Feb 14, 2013 2:26 pm
Forum: Help Forum
Topic: Mudlet 2.1, Mudbot, and GMCP
Replies: 19
Views: 13902

Re: Mudlet 2.1, Mudbot, and GMCP

Time to crack open Wireshark!

Though it's likely just something simple like Mudlet not receiving a response when sending IAC DO GMCP.
by kevutian
Thu Feb 14, 2013 2:07 pm
Forum: Help Forum
Topic: Mudlet 2.1, Mudbot, and GMCP
Replies: 19
Views: 13902

Re: Mudlet 2.1, Mudbot, and GMCP

Actually, change that to:
Code: [show] | [select all] lua
if not gmcp then
   sendGMCP(Core.Hello { "client": "Mudbot", "version": "2.42" })
end
by kevutian
Thu Feb 14, 2013 2:05 pm
Forum: Help Forum
Topic: Mudlet 2.1, Mudbot, and GMCP
Replies: 19
Views: 13902

Re: Mudlet 2.1, Mudbot, and GMCP

Is a long shot as I don't use Mudbot, but this might be worth adding to the top level of your scripts:
Code: [show] | [select all] lua
sendGMCP(Core.Hello { "client": "Mudbot", "version": "2.42" })
by kevutian
Wed Feb 13, 2013 8:52 am
Forum: Help Forum
Topic: Mudlet 2.1, Mudbot, and GMCP
Replies: 19
Views: 13902

Re: Mudlet 2.1, Mudbot, and GMCP

I can assure you that Mudlet is not at fault here. 110% Just because the problem is only evident when using Mudlet does -not- mean that the client is the source of the problem. As for the upgrade statement, nothing to Mudlet's GMCP implementation was changed between 2.0 and 2.1 so far as I can recal...
by kevutian
Wed Feb 13, 2013 8:51 am
Forum: Scripts & Packages
Topic: YATCO
Replies: 142
Views: 344208

Re: YATCO 2.3

Set your wrap width to 0 (or equivalent). You basically need to disable wrapping completely. (Via your game, not via Mudlet).