Search found 191 matches

by phasma
Mon Aug 11, 2014 4:02 pm
Forum: Help Forum
Topic: [ SOLVED ] Mudlet built-in IRC client doesn't connect
Replies: 11
Views: 8015

Re: Mudlet built-in IRC client doesn't connect

Sadly, the IRC support in Mudlet is hardcoded to a specific server and port. I did add support to give the option for it to connect to any server and port at some point, but it was rejected. Forget the reason why, but it was a valid concern.
by phasma
Mon Aug 11, 2014 3:32 pm
Forum: Help Forum
Topic: [ SOLVED ] Quick Geyser and GMCP question
Replies: 26
Views: 18645

Re: Quick Geyser and GMCP question

Honestly, I can't stress hard enough just how bad an idea it is to use a prompt detection trigger for this. You're going to experience severe performance issues before long.
by phasma
Mon Aug 11, 2014 3:31 pm
Forum: Help Forum
Topic: [ SOLVED ] Mudlet built-in IRC client doesn't connect
Replies: 11
Views: 8015

Re: Mudlet built-in IRC client doesn't connect

It's just 'saying' that it's connecting to #mudlet-help. It does actually connect to #mudlet. (This was changed in 2.0 iirc).
by phasma
Thu Aug 07, 2014 4:32 am
Forum: Scripts & Packages
Topic: YATCO
Replies: 142
Views: 337846

Re: YATCO 2.3

Do I smell a new feature? :D
by phasma
Thu Aug 07, 2014 3:31 am
Forum: Help Forum
Topic: [ SOLVED ] Quick Geyser and GMCP question
Replies: 26
Views: 18645

Re: Quick Geyser and GMCP question

Can you post a screenshot of the script? This definitely, 100% works. I use it extensively in every single one of my IRE systems.
by phasma
Thu Aug 07, 2014 3:30 am
Forum: Help Forum
Topic: [ SOLVED ] Mudlet built-in IRC client doesn't connect
Replies: 11
Views: 8015

Re: Mudlet built-in IRC client doesn't connect

I've done a lot of work on the IRC support in Mudlet and I have never seen this happen. Ever. Would need more information before this can be debugged if possible.

Your screenshot also shows it connecting to #mudlet-help. This is an old, unsupported Mudlet version. It now connects to #mudlet.
by phasma
Tue Aug 05, 2014 1:32 am
Forum: Help Forum
Topic: [ SOLVED ] Quick Geyser and GMCP question
Replies: 26
Views: 18645

Re: Quick Geyser and GMCP question

Just add gmcp.Char.Status as the registered event handler and so long as the script name is the same as your function, the function will be called whenever Mudlet receives a char status string. As for the font size, you can literally just pass it as raw HTML: local out = [[<font size="12">...
by phasma
Sun Aug 03, 2014 7:48 pm
Forum: Help Forum
Topic: [ SOLVED ] Quick Geyser and GMCP question
Replies: 26
Views: 18645

Re: Quick Geyser and GMCP question

Yeah, I'd not use an isPrompt() call for other reasons aside of those stated, though to quickly respond to setting the font size, just pass setFontSize() to your label. You also do have the option to pass HTML directly to one.
by phasma
Fri Aug 01, 2014 8:08 pm
Forum: Help Forum
Topic: Areas not showing properly
Replies: 2
Views: 2165

Re: Areas not showing properly

Seems odd. Did you try inspecting the map file and correlating how things look for the new area against some others? Maybe they just broke the map file or it became corrupted in some way. (Can try deleting it and forcing a redownload).
by phasma
Fri Aug 01, 2014 8:04 pm
Forum: Help Forum
Topic: Lua, Mudlet and Arch Linux
Replies: 6
Views: 4915

Re: Lua, Mudlet and Arch Linux

Seems somebody missed a step. grab this: https://github.com/vadi2/mudlet-lua and cp the folder over to the install dir.