Search found 177 matches

by Silvine
Fri Aug 30, 2013 8:13 am
Forum: General Forum
Topic: Mudlet 2.1
Replies: 67
Views: 63679

Re: Mudlet 2.1

Ok, thanks for the info, i'll just have to put the brakes on and be patient a while longer.
by Silvine
Thu Aug 29, 2013 6:26 pm
Forum: General Forum
Topic: Mudlet 2.1
Replies: 67
Views: 63679

Re: Mudlet 2.1

Hi, is there a time frame for the release of Mudlet 2.2? I've read in various places that fixes/additions have been made to the mapper and the database functions amongst other things, is this correct?

Thanks
by Silvine
Tue Aug 20, 2013 2:13 pm
Forum: Help Forum
Topic: Perl Regex Help Needed
Replies: 22
Views: 15584

Re: Perl Regex Help Needed

Result!! no probs at all, not sure if I actually did anything but so long as its working its all good
by Silvine
Tue Aug 20, 2013 1:48 pm
Forum: Help Forum
Topic: Perl Regex Help Needed
Replies: 22
Views: 15584

Re: Perl Regex Help Needed

Sounds like your matching on every line coming from the mud or something. Try adding one capture group at a time. What did it list for the matches, did it make sense? The regex posted above is correct for matching a single line coming from the mud. Also tick the highlight option so you can see visua...
by Silvine
Tue Aug 20, 2013 1:26 pm
Forum: Help Forum
Topic: Perl Regex Help Needed
Replies: 22
Views: 15584

Re: Perl Regex Help Needed

I can't do that sorry, can you take a couple of screen dumps from the mud output and from your trigger
by Silvine
Tue Aug 20, 2013 1:19 pm
Forum: Help Forum
Topic: Perl Regex Help Needed
Replies: 22
Views: 15584

Re: Perl Regex Help Needed

I mean the mud sends it as two lines.
Try to match
mocci the Troll is a 46th level Lord Warrior, was born on 2012/06/29,
using
(\w+) the (\w+) is a (.*) level (.*), was born on (.*),
with
display(matches)

ps uncheck multiline againe for now
by Silvine
Tue Aug 20, 2013 1:13 pm
Forum: Help Forum
Topic: Perl Regex Help Needed
Replies: 22
Views: 15584

Re: Perl Regex Help Needed

ok, check that the line you want to trigger is a single line, it looks like there might be a line break after the word , and

if thats the case you need a multiline trigger
by Silvine
Tue Aug 20, 2013 1:01 pm
Forum: Help Forum
Topic: Perl Regex Help Needed
Replies: 22
Views: 15584

Re: Perl Regex Help Needed

The trigger isnt firing i.e. display(matches) returns nothing, or you cant get it to send to your buddy channel? If trigger is not firing, is the line you want to trigger sent as a single line? its displayed funny on your screenshot. if its firing ok and you cant resend to buddy channel, how would y...
by Silvine
Fri Aug 16, 2013 11:02 pm
Forum: Help Forum
Topic: Perl Regex Help Needed
Replies: 22
Views: 15584

Re: Perl Regex Help Needed

Heiko's regex works fine for me. Make sure you have the pattern set as a regex expression not something else. It should look like this
Capture.PNG
Capture.PNG (16.64 KiB) Viewed 7361 times
and it give these results
results.PNG
results.PNG (8.61 KiB) Viewed 7361 times
by Silvine
Sun Aug 11, 2013 1:00 pm
Forum: Help Forum
Topic: Simple, Basic Mapping Script Thread
Replies: 63
Views: 82367

Re: Simple, Basic Mapping Script Thread

Map changelog Added rooms to Aredrel Added rooms to Thalos Added rooms to Grasslands Changed layout to Lower Moria Added rooms to minos (not all) Added rooms to Acadmey Added rooms to Mishrak Added rooms to Necromancer Mines Added rooms to Brandon Added rooms to village before Salem Removed exit fro...