Search found 51 matches

by DevArrah
Wed Nov 02, 2011 8:37 pm
Forum: Mudlet Mapper
Topic: Updating older maps
Replies: 8
Views: 6418

Re: Updating older maps

4b still seems to have issues related to specialExits specifically, the function AddSpecialExit. it cuts 1 character off the command so AddSpecialExit(2,3"portal") ends up creating an exit "ortal". I checked out the code on repository and it looks like the issue TRooms.cpp on 299...
by DevArrah
Wed Nov 02, 2011 7:37 pm
Forum: Mudlet Mapper
Topic: (mapping script) 3kingdoms Mapper
Replies: 91
Views: 199198

Re: (mapping script) 3kingdoms Mapper

I'm not sure how final your scripts are but I'd love to collaborate with you on them. I've been rolling deep in the code so if there are some issues to resolve, I wouldn't mind pitching in.
by DevArrah
Wed Nov 02, 2011 3:26 pm
Forum: Mudlet Mapper
Topic: View mapping .DAT files
Replies: 1
Views: 3096

View mapping .DAT files

I know it's probably in a proprietary format (or at least that's what a quick glace at it in notepad++ suggests) but is there a viewer available? I cause the mapper to go berserk all the time so it would be great to see how it's translating into the underlying data. Any information on the format wou...
by DevArrah
Wed Nov 02, 2011 3:24 pm
Forum: Mudlet Mapper
Topic: (mapping script) 3kingdoms Mapper
Replies: 91
Views: 199198

Re: (mapping script) 3kingdoms Mapper

here's a bit of hard won experience. If you use the special exit command (>trueexit>dirOnMap), dirOnMap must be the long form of the direction
So >portal>s causes the mapper to go into hysterics but >portal>south gets the room made.
by DevArrah
Wed Nov 02, 2011 1:16 pm
Forum: Mudlet Development
Topic: Mudlet 2.0test4b: table.is_empty()
Replies: 4
Views: 3392

Mudlet 2.0test4b: table.is_empty()

Hi Guys,

Just wanted to put a quick note in that this doesn't appear to be a valid function in the mentioned build though it is in manual.
by DevArrah
Tue Nov 01, 2011 5:42 pm
Forum: Mudlet Mapper
Topic: Best way to get started
Replies: 3
Views: 4310

Re: Best way to get started

Thanks :) I've started playing with the 3k script but it's giving me all sorts of problems. Time to get my hands dirty!
by DevArrah
Mon Oct 31, 2011 6:15 pm
Forum: Mudlet Mapper
Topic: Best way to get started
Replies: 3
Views: 4310

Best way to get started

I'm very interested in the mapping component of this and have a lot of ideas I could implement via scripts and possible code. I've read the preliminary API documentation but it seems incomplete.

Does someone have a recommendation for the script or is my best option reading the source?
by DevArrah
Sun Oct 30, 2011 4:50 pm
Forum: Help Forum
Topic: ANSI Colors not working
Replies: 8
Views: 6802

Re: ANSI Colors not working

Deleting the profile worked! Ugh I should've been thinking horses not zebras.

Thanks!
by DevArrah
Sat Oct 29, 2011 10:48 pm
Forum: Help Forum
Topic: ANSI Colors not working
Replies: 8
Views: 6802

Re: ANSI Colors not working

Any other ideas? My ansi is definitely on (it works in other clients) and i reset everything to default ansi to make sure i didn't customize it. It's set to xterm mode. Maybe it's something with the escape sequences. Is there something I can reference to match my sequences to what mudlet can interpr...
by DevArrah
Sat Oct 29, 2011 5:29 pm
Forum: Help Forum
Topic: ANSI Colors not working
Replies: 8
Views: 6802

Re: ANSI Colors not working

Hmmm... i don't think that's the issue. When I use other clients, the ansi colors appear correctly.