Search found 1584 matches

by Heiko
Sat May 28, 2016 1:19 am
Forum: Help Forum
Topic: Line spacer triggers
Replies: 1
Views: 3786

Re: Line spacer triggers

It applies to multi condition triggers. Mudlet tries to match all conditions aggressively on the current line. You can use a line spacer to define a minimum of lines that must come in between 2 condtions before the second condtion can become true. There's more in depth coverage of this topic in the ...
by Heiko
Sat Feb 01, 2014 12:05 am
Forum: Help Forum
Topic: Multiple word highlights on same line
Replies: 7
Views: 8024

Re: Multiple word highlights on same line

@Rakon To be honest, I have no idea what you are trying to say. The trigger engine works on a per line basis, i.e. a single trigger is run at most once per line. In the case of the match_all option, Mudlet simply expands all matches of the trigger pattern that fired the trigger (-> difference betwee...
by Heiko
Fri Jan 31, 2014 1:04 pm
Forum: Help Forum
Topic: Multiple word highlights on same line
Replies: 7
Views: 8024

Re: Multiple word highlights on same line

@vadi match all is for regex patterns to continue matching them on the line. It doesn't do anything in a substring context across multiple patterns. This is not correct. The match-all option also captures substring patterns, e.g. you can use it in conjunction with the highlight option to highlight a...
by Heiko
Mon Jan 20, 2014 9:00 am
Forum: Help Forum
Topic: Vanishing Scripts
Replies: 8
Views: 7267

Re: Vanishing Scripts

Your data is still in the xml. I just had a quick glance at your xml file, but I think I found the problem already in your script updateStringAffects you are using 2 illegal characters (ETX and EOT) in your string.gsub() statements. These break the script import. Remove them and things will be fine ...
by Heiko
Mon Jan 20, 2014 2:12 am
Forum: Help Forum
Topic: Vanishing Scripts
Replies: 8
Views: 7267

Re: Vanishing Scripts

it hacks off several folders of scripts. Some saves persist, but most do not. (...) It's really bizarre, the cuts go thru every profile version, i.e. it doesnt matter where I try to restore to, the scripts are missing from all the saves. It's always just the scripts, the triggers and aliases are fi...
by Heiko
Sun Nov 10, 2013 7:33 pm
Forum: Mudlet Development
Topic: Line width bug [tabs]
Replies: 7
Views: 8260

Re: Line width bug [tabs]

Tab support has been added to Mudlet for some time now. Wait for the next release or use the dev branch.
by Heiko
Thu Oct 31, 2013 10:26 am
Forum: Help Forum
Topic: [SOLVED] Auto-login problems - GMCP issue?
Replies: 19
Views: 21406

Re: [SOLVED] Auto-login problems - GMCP issue?

Mudlet-lua is located inside the app bundle. Just edit a file (note that not all files in mudlet-lua are actually being loaded!) and add some function definition of your own. Then call this function to see if it's defined or not.
by Heiko
Thu Oct 31, 2013 10:20 am
Forum: Help Forum
Topic: Grid Map Character Color
Replies: 5
Views: 5505

Re: Grid Map Character Color

This image was done with older versions of Mudlet that still supported a special optimized grid map mode which I have removed. In the next version you'll be able to set both fg and bg room colors.
by Heiko
Tue Oct 22, 2013 12:55 pm
Forum: Help Forum
Topic: Help with NULL gagging
Replies: 5
Views: 5204

Re: Help with NULL gagging

Next version will ignore 0 chars completely. You can try it using the git dev version.
by Heiko
Fri Sep 27, 2013 7:54 am
Forum: Help Forum
Topic: Parse ATCP
Replies: 8
Views: 7557

Re: Parse ATCP

Upcoming Mudlet 3.0 has built-in support for MSDP.