Search found 9 matches

by mudlettest
Sat May 14, 2011 7:12 pm
Forum: Mudlet Mapper
Topic: Requests for 2d/3d mapper
Replies: 4
Views: 4982

Re: Requests for 2d/3d mapper

Wanted functionality (if does not exist yet): 1. Mapper to be able to show any z-level in 2D view. E.g. to have buttons Up and Down, that would change display to show level above or below currently shown level. 2. Mapper to be able to move group of rooms across Z-level also. For example, dialog on g...
by mudlettest
Sun Apr 24, 2011 10:40 pm
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 748315

Re: Mudlet API requests

True, that is another possibility, seems to work good enough at first glance.
by mudlettest
Sun Apr 24, 2011 9:51 pm
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 748315

Re: Mudlet API requests

Would be nice if feedTriggers function would have parameter, that simulated line is not added to main window at all. Currently, i was trying to re-use all triggers for parsing log file of mud sessions to collect some statistics. Log files can be big, millions of lines. I don't want those line to be ...
by mudlettest
Thu Nov 18, 2010 10:10 pm
Forum: Mudlet Mapper
Topic: Feature Request(s)
Replies: 44
Views: 31077

Re: Feature Request(s)

Yeah, those are obviously must have :)
by mudlettest
Thu Nov 18, 2010 9:59 pm
Forum: Mudlet Mapper
Topic: Feature Request(s)
Replies: 44
Views: 31077

Re: Feature Request(s)

Yep, this was one of possibilities i was thinking about. But now i'm waiting for delete functions and such :)
by mudlettest
Thu Nov 18, 2010 8:30 pm
Forum: Mudlet Mapper
Topic: Feature Request(s)
Replies: 44
Views: 31077

Re: Feature Request(s)

Actually, linking to Nirvana can be very useful. For example i move to new room and it could show me all exits the room currently has, so i can just map further by just looking at map - all exits that have to be mapped are clearly seen. Where is the problem? If you see exits to unknown rooms, you c...
by mudlettest
Fri Nov 05, 2010 12:29 pm
Forum: Scripts & Packages
Topic: Tabbed Chat [w/ screenshot+package]
Replies: 38
Views: 38730

Re: Tabbed Chat [w/ screenshot+package]

'[' and ']' symbols are special symbols for regex, so you must escape them, for your first example trigger would be:

\[OOC\] .*:.*

For your second example, if line is in the form [OOC] Name: text, it would be:
\[OOC\] (\w+): (.*)
by mudlettest
Tue Nov 02, 2010 1:57 pm
Forum: Mudlet Mapper
Topic: Feature Request(s)
Replies: 44
Views: 31077

Re: Feature Request(s)

Actually, linking to Nirvana can be very useful. For example i move to new room and it could show me all exits the room currently has, so i can just map further by just looking at map - all exits that have to be mapped are clearly seen. And also, using 0 or -1 for exit will not do anything currently...
by mudlettest
Tue Nov 02, 2010 12:38 pm
Forum: Mudlet Mapper
Topic: Feature Request(s)
Replies: 44
Views: 31077

Re: Feature Request(s)

I hope that there will be more or less full control via api to access/modify map. Right now, for example, it is not possible to remove link from room, as setExit function checks that "to" and "from" rooms exist (nor is possible to delete room). Well, i guess i should just wait fo...