Search found 405 matches

by Caled
Sat Apr 25, 2009 4:50 am
Forum: General Forum
Topic: editing profile while offline
Replies: 3
Views: 6034

editing profile while offline

I'd like to write my scripts while offline.

Is this possible? There doesn't seem to be an "Open session offline" option.
by Caled
Sat Apr 18, 2009 12:08 pm
Forum: General Forum
Topic: bug: profile not saving correctly
Replies: 3
Views: 5434

Re: bug: profile not saving correctly

I don't use more than one connection and window at a time, so I'm not sure that is actually the cause.
by Caled
Sat Apr 18, 2009 6:17 am
Forum: General Forum
Topic: bug: profile not saving correctly
Replies: 3
Views: 5434

bug: profile not saving correctly

If I make a change to any of my settings, save profile, close mudlet, reopen mudlet. There is now a duplicate of my settings before the change, right next to the new settings. Example: Two triggers: - ATCP Autosip calibration - health - ATCP Autosip calibration - mana I create a trigger group called...
by Caled
Fri Apr 17, 2009 8:50 am
Forum: General Forum
Topic: Bug: copying from the main window
Replies: 1
Views: 4155

Bug: copying from the main window

To copy a line from the mud (usually for the purpose of creating a trigger), we have to highlight the line, right click the selection and choose copy (which appears oddly). Bug: Using ctrl+c once it is highlighted does not work. Further suggestions: In zmud, if you click on the far left of the line,...
by Caled
Fri Apr 17, 2009 2:29 am
Forum: Help Forum
Topic: trig type: lua function condition
Replies: 6
Views: 8084

Re: trig type: lua function condition

Thanks for the help, I've learned a lot from all that. My reason for looking at expression trigs is basically because my techniques for efficient scripting come from dealing with the oddities of CMUD and getting that to perform well (an expression trigger in this instance performs much better than a...
by Caled
Thu Apr 16, 2009 1:19 pm
Forum: Help Forum
Topic: trig type: lua function condition
Replies: 6
Views: 8084

Re: trig type: lua function condition

The bit I don't get, is do I put the whole if expression in the pattern, and the "then" part in the commands, or the entire if statement in the pattern? The help file seems to suggest the second, but I don't see how that is possible.
by Caled
Thu Apr 16, 2009 1:01 pm
Forum: Help Forum
Topic: trig type: lua function condition
Replies: 6
Views: 8084

trig type: lua function condition

From reading the help files, I believe this trigger type is similar to the one zmud/cmud calls an "expression" trigger type. That is, rather than firing on a line from the mud output, it fires when its expression evaluates to be true. I've played around with it, and read the help files, bu...
by Caled
Thu Apr 16, 2009 10:58 am
Forum: Help Forum
Topic: help with SelectString and replace
Replies: 3
Views: 6063

Re: help with SelectString and replace

Ah of course. A silly mistake, thanks for the help.

And thanks for the tip about the debug report, I didn't know it existed.
by Caled
Thu Apr 16, 2009 7:20 am
Forum: Help Forum
Topic: help with SelectString and replace
Replies: 3
Views: 6063

Re: help with SelectString and replace

I'm having trouble with selectString in general, I think. Pattern: You have recovered equilibrium. Script: selectString( "You have recovered equilibrium." ) fg( "blue" ) I tried the above with various different pattern types (Pattern starts at beginning of line, pattern is entire...
by Caled
Thu Apr 16, 2009 6:37 am
Forum: Help Forum
Topic: help with SelectString and replace
Replies: 3
Views: 6063

help with SelectString and replace

H:4661|3492 100% Exp:47 <kcsdb eb <<< ARM BALANCE >>>> 100|100 A sample of my prompt ^ I want to replace <<<ARM BALANCE>>> with lr (Eventually I will want to replace it with the contents of the variable "armb" but for now just the string "lr" is enough, because I have not yet wri...