Search found 10 matches

by TheUltimateMap
Sun Sep 15, 2013 1:51 pm
Forum: Help Forum
Topic: creating a new room seems to make a loop which hangs
Replies: 2
Views: 2704

creating a new room seems to make a loop which hangs

Right now, I have an area with the name of Terrinor an ID number of 1. It is in grid mode. In this area I already have a single happy room, with a coordinate of (-1250/-1250/0) Now, using a slightly different method than was used to create this room, I am trying to create another room right next to ...
by TheUltimateMap
Mon Sep 09, 2013 5:45 pm
Forum: Help Forum
Topic: variation of string.split w/o delimiters?
Replies: 1
Views: 1934

variation of string.split w/o delimiters?

Hello I would like to split a line into parts that are 2 characters long each. There is no delimiter in between these parts though. So something like xxyyzz I want to capture xx, yy, and zz... It may be possible for me to create an echo from the line that adds delimiters and capture from that instea...
by TheUltimateMap
Thu Jul 18, 2013 7:35 pm
Forum: Help Forum
Topic: Two "Match Alls" in Same Line Interfering with Each Other
Replies: 4
Views: 3264

Re: Two "Match Alls" in Same Line Interfering with Each Othe

I'm not at home to try it, but I just just found the getBgColor() and getFgColor() commands, that I'm pretty certain would do it. Crisis averted.
by TheUltimateMap
Thu Jul 18, 2013 12:35 pm
Forum: Help Forum
Topic: Two "Match Alls" in Same Line Interfering with Each Other
Replies: 4
Views: 3264

Re: Two "Match Alls" in Same Line Interfering with Each Othe

One was blue and blue and the other was white and blue, but to be safe I changed it to white and orange. The line delta is at zero for both. The tooltip I noticed that made me /facepalm is under 'match all'... 'match all occurences of the pattern in the line'. I can't seem to create matches from a c...
by TheUltimateMap
Thu Jul 18, 2013 9:11 am
Forum: Help Forum
Topic: Two "Match Alls" in Same Line Interfering with Each Other
Replies: 4
Views: 3264

Re: Two "Match Alls" in Same Line Interfering with Each Othe

Actually I don't think that splitting it would work either; not without that color differentiation. Can anyone bail me out? :shock:
by TheUltimateMap
Thu Jul 18, 2013 8:45 am
Forum: Help Forum
Topic: Two "Match Alls" in Same Line Interfering with Each Other
Replies: 4
Views: 3264

Two "Match Alls" in Same Line Interfering with Each Other

Ok, so I may have coded myself into a corner here. What I am trying to do is make Mudlet understand the difference between "fresh water" and "salt water" in the game, which are represented by little waves like this ~~ but are different in coloration, and then seperate the two so ...
by TheUltimateMap
Wed Jul 17, 2013 1:01 am
Forum: Help Forum
Topic: killtrigger and resetprofile alias not working
Replies: 3
Views: 3803

Re: killtrigger and resetprofile alias not working

Oh snap, should have realized it was case sensitive by all the capitalized letters in the API :? And thanks for pointing out the error console. resetProfile now works but killTrigger still does not. I noticed something else however that may indicate the problem, and it could be the trigger itself. I...
by TheUltimateMap
Tue Jul 16, 2013 8:15 pm
Forum: Help Forum
Topic: killtrigger and resetprofile alias not working
Replies: 3
Views: 3803

killtrigger and resetprofile alias not working

After much reading and trying different solutions, including here in the forum, I need help with a temp trigger that runs and fires properly but I can't seem to kill; I still see it in the statistics. In trying different things, I used resetprofile() as a temporary solution, which worked for a bit, ...
by TheUltimateMap
Mon Jul 15, 2013 9:35 pm
Forum: Mudlet Mapper
Topic: General Discussion - Wilderness Mapping
Replies: 5
Views: 7344

Re: General Discussion - Wilderness Mapping

Holy cow! Thanks for the great response, guys. :o That was indeed quite helpful. I'm off to a pretty rockin' start. Turns out there was a lot more documentation than I originally thought, and once I managed to visualize the mechanics behind it all it was just a matter of determining if the engine’s ...
by TheUltimateMap
Fri Jul 12, 2013 11:52 pm
Forum: Mudlet Mapper
Topic: General Discussion - Wilderness Mapping
Replies: 5
Views: 7344

General Discussion - Wilderness Mapping

Six million rooms. That's the approximate size of the wilderness in this one particular MUD, and I'm aiming to map all of it and save it as a bmp file. :mrgreen: This is why I picked up Mudlet. It appears to have the most powerful mapping system, and although this will be my first encounter with LUA...