Search found 116 matches

by Manni
Thu Nov 24, 2016 5:10 pm
Forum: Mudlet Mapper
Topic: IRE Mapper problem. Not maintaining settings
Replies: 1
Views: 6514

IRE Mapper problem. Not maintaining settings

I'm having this problem with the mapper maintaining it's settings, between Mudlet sessions. It essentially goes through a clean startup every time I open up the profile. 1) open mapper 2) ask to download map/start new map 3) set map to crowdmap (it tries to auto download, not always successfully) 4)...
by Manni
Sat Nov 19, 2016 3:25 am
Forum: Mudlet Development
Topic: [Bug: Mudlet 3.0 "Iota"] - Crash when accessing GMCP profile
Replies: 1
Views: 5130

[Bug: Mudlet 3.0 "Iota"] - Crash when accessing GMCP profile

I'm trying to access the default Achaea app that has no extra packages. After enabling GMCP and restarting Mudlet crashes when it tries to connect.
by Manni
Thu Nov 17, 2016 6:51 pm
Forum: General Forum
Topic: Mudlet-3.0.0-iota (preview #6) is available!
Replies: 9
Views: 30772

Re: Mudlet-3.0.0-iota (preview #6) is available!

It still crashes when I try to connect to Achaea using the default profile. No issue if I make a new profile.
by Manni
Mon Jul 13, 2015 4:51 pm
Forum: Help Forum
Topic: Installing mudlet on a secondary hard-drive/portable drive
Replies: 3
Views: 3512

Re: Installing mudlet on a secondary hard-drive/portable dri

Symlinks work near what I was looking for, while it's not quite what I'd like it can work well enough for now, and I run both Linux and windows so both work for me. Thank you both
by Manni
Thu Jul 09, 2015 5:37 pm
Forum: Help Forum
Topic: Installing mudlet on a secondary hard-drive/portable drive
Replies: 3
Views: 3512

Installing mudlet on a secondary hard-drive/portable drive

There was talk of this four years ago, but has the ability to move where mudlet stores the .config folder been added yet? For the first time I'm finding myself in a situation where I don't want mudlet storing files on my C drive due to limited space. I have plenty of storage, just not on my primary ...
by Manni
Tue Sep 10, 2013 1:30 am
Forum: Scripts & Packages
Topic: GMCP Inventory Organizer (Achaea)
Replies: 64
Views: 60631

Re: GMCP Inventory Organizer (Achaea)

I figured I might as well post the update since the changes to gmcp several months ago. I also corrected a few errors in the previous script so things should now work properly.
by Manni
Tue Jan 29, 2013 2:17 pm
Forum: Help Forum
Topic: GMCP room exits help, please
Replies: 8
Views: 5573

Re: GMCP room exits help, please

phasma wrote:
Code: [show] | [select all] lua
send(next(gmcp.Room.Info.exits))
Couldn't resist. Code consolidation and all...
You win this round!
by Manni
Tue Jan 29, 2013 1:31 am
Forum: Scripts & Packages
Topic: GMCP Inventory Organizer (Achaea)
Replies: 64
Views: 60631

Re: GMCP Inventory Organizer (Achaea)

I'm finding in the latest iteration of the script that there is an issue with it properly updating off of the 'add' and 'remove' events. I haven't tested on any of the others. There is also an error about a "state" table that you try using on line 45: [ERROR:] object:<event handler functio...
by Manni
Mon Jan 28, 2013 5:01 pm
Forum: Help Forum
Topic: GMCP room exits help, please
Replies: 8
Views: 5573

Re: GMCP room exits help, please

^run$ local dir = {} for i,_ in pairs(gmcp.Room.Info.exits) do table.insert(dir, i) end send(dir[math.random(#dir)]) I haven't tested this so there may be a couple errors in the script. It will choose only one direction and send it once. It will not see hidden directions, nor does it differentiate ...
by Manni
Thu Jan 03, 2013 3:31 am
Forum: General Forum
Topic: Mudlet 2.0 final
Replies: 33
Views: 36698

Re: Mudlet 2.0 final

This issue started in test7 for me. I was in test4 before I ran into this issue, but there seems to be an issue with display(). I'm not sure how to explain this so I'll just paste my error here. <[string "-------------------------------------------..."]:14: attempt to call global 'printabl...