Search found 4 matches

by solfeggio
Sat Jul 25, 2015 1:59 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: Trigger Regex Negation
Replies: 4
Views: 7169

Trigger Regex Negation

Hello, I am struggling to find the regex that I need for a particular trigger. I would like the trigger to match any line showing that an NPC slashed another player, but not match lines showing that an NPC slashed me. So, for example: Goblin slashes Tom's leg. (Match) Goblin slashes Mary's leg. (Mat...
by solfeggio
Wed Apr 15, 2015 1:19 pm
Forum: Mudlet Mapper
Topic: Capturing Two Lines of Text
Replies: 3
Views: 5624

Re: Capturing Two Lines of Text

Thank you for having a look at this. I created the trigger you described above, and it does capture the room description and exits... but, it also captures every other line of text sent by the MUD. (I checked this by clicking the "highlight" checkbox and setting the foreground/background c...
by solfeggio
Fri Apr 10, 2015 8:44 pm
Forum: Mudlet Mapper
Topic: Capturing Two Lines of Text
Replies: 3
Views: 5624

Capturing Two Lines of Text

Hello, I would like some advice on writing a trigger to capture and store two consecutive lines of text for my mapper script. On any player movement, the MUD generates two consecutive lines with Room Description and Exits, such as: A City Sidewalk (Exits: n e w s) How can I make a trigger that will ...
by solfeggio
Wed Apr 08, 2015 9:34 pm
Forum: Mudlet Mapper
Topic: Custom Mapper How-To
Replies: 1
Views: 4426

Custom Mapper How-To

Hello, I am returning to my MUD after a long hiatus. I once used a different MUD client on Windows, but now I am using Mac and have installed Mudlet. I would like to create a map of my MUD, but I see that to do that I will need to learn the Mapper API and then write (or install previously written) s...