Search found 19 matches

by Hiriako
Tue Mar 15, 2016 2:25 am
Forum: Help Forum
Topic: A plea for assistance!
Replies: 1
Views: 2174

A plea for assistance!

Alright, I have this function working 99%, but am stuck in trying to figure out exactly how to get the triggers within to fire. I'm open to suggestions and ideas. I know this is done, as it's something that's been built into m&m before. I'm on Imperian these days however, and am looking for some...
by Hiriako
Fri Feb 28, 2014 9:08 pm
Forum: Mudlet Mapper
Topic: Download New Map
Replies: 4
Views: 6071

Re: Download New Map

That could do it, then. I think I set it to the IP address at one point.

Thanks Vadi.
by Hiriako
Fri Feb 28, 2014 2:00 pm
Forum: Mudlet Mapper
Topic: Download New Map
Replies: 4
Views: 6071

Re: Download New Map

I really wish it were, but it doesn't seem to be. Here, take a look. (The mapper script even tells me about the map update. It's driving me batty.)

This is mudlet 2.1, downloaded from Mudlet.org.
by Hiriako
Fri Feb 28, 2014 2:59 am
Forum: Mudlet Mapper
Topic: Download New Map
Replies: 4
Views: 6071

Download New Map

A simple question for me. There used to be a button in Mudlet's options under settings to download a new copy of the map from the server. Where did this option go, and how can I update it otherwise?
by Hiriako
Sun Sep 02, 2012 6:06 pm
Forum: Help Forum
Topic: Mapper Issue
Replies: 8
Views: 5445

Mapper Issue

I'm having a strange issue with the mapper. All the rooms are there, but the map itself is only showing links, not the actual rooms. See below:

http://s262.photobucket.com/albums/ii11 ... rIssue.png
by Hiriako
Thu Sep 22, 2011 8:06 pm
Forum: General Forum
Topic: Menu Bar
Replies: 2
Views: 3731

Re: Menu Bar

That's the thing. I don't have a 'top' to click on. I only have the window bar, which doesn't seem to provide the option. I'll try it again next time I accidentally remove it. Or before I log out next.
by Hiriako
Thu Sep 22, 2011 6:38 pm
Forum: General Forum
Topic: Menu Bar
Replies: 2
Views: 3731

Menu Bar

Ok,

I don't know how I keep managing this, but I've somehow removed the menu bar from Mudlet numerous times. (The one along the top of the screen, with aliases, etc.)

Is there any way to get it back without restarting the client?
by Hiriako
Sun Sep 18, 2011 8:58 pm
Forum: Help Forum
Topic: Table/Display Assistance
Replies: 6
Views: 4063

Re: Table/Display Assistance

Yep, starting to look at things right now, though I was starting with the Lua 5.1 reference. I do try to find solutions on my own, first, believe it or not! Thank you.
by Hiriako
Sun Sep 18, 2011 8:50 pm
Forum: Help Forum
Topic: Table/Display Assistance
Replies: 6
Views: 4063

Re: Table/Display Assistance

Yes, that makes sense, and that works. It taught me the syntax bits I didn't understand too. Thank you very much!

Now I just have to figure out formatting, which hopefully wont be too challenging. I suppose I could code that whitespace in manually, but I'm sure there's a more elegant method.
by Hiriako
Sun Sep 18, 2011 8:30 pm
Forum: Help Forum
Topic: Table/Display Assistance
Replies: 6
Views: 4063

Re: Table/Display Assistance

Thanks, Vadi. Simple enough on the first part. So a table that has keys and values wouldn't work with table.sort? How would I manage to pull the keys into a separate table to sort them? Right now I have: for k,v in pairs(herbs) do if v == "true" then cecho("\n<CadetBlue> " ..tost...