Search found 17 matches

by Loem
Tue Jan 05, 2016 9:35 pm
Forum: Help Forum
Topic: Notepad Saving
Replies: 4
Views: 4821

Notepad Saving

Searched for a bit, but can't find info on this. Is there a way to force save the Mudlet notepad? Since it saves when it logs out/I close mudlet, whenever Mudlet crashes (which happens 1 in 5 times due to the mapper), I lose all of my changes.
by Loem
Wed Nov 27, 2013 2:10 am
Forum: Scripts & Packages
Topic: GMCP Inventory Organizer (Achaea)
Replies: 64
Views: 59618

Re: GMCP Inventory Organizer (Achaea)

I'm having the issue of whenever I type 'more', it just echos the inventory instead of displaying what I was trying to. I.E. I can't peruse journals, messages, skill lists, etc if they require me to use 'more' to display the rest. If I disable the 'more' alias the organizer's scripts then I can work...
by Loem
Tue Nov 26, 2013 10:37 am
Forum: Help Forum
Topic: Clickable links in Geyser objects
Replies: 0
Views: 2145

Clickable links in Geyser objects

After two hours of late-night coding I'm pretty stumped on this one. Basically I have a name list of who's in a room gathered from GMCP, stuffed into a table, and output into a reporting MiniConsole. The table is simply a character's name as the key with the value as their full name. So for example:...
by Loem
Fri Nov 15, 2013 9:14 pm
Forum: Help Forum
Topic: A minor miniconsole issue
Replies: 2
Views: 2355

Re: A minor miniconsole issue

Alright. Lets me know it's not that then. I'm reworking some UI aspects to work as GMCP miniconsoles instead of labels. The code's a bit extensive (at least I feel it is <.<) so I'll give another crack at finding the cause before I try posting it all here. Thanks. EDIT: Got it working. Not 100% sure...
by Loem
Thu Nov 14, 2013 11:33 pm
Forum: Help Forum
Topic: A minor miniconsole issue
Replies: 2
Views: 2355

A minor miniconsole issue

Code: [show] | [select all] lua
roomstuffBox1:setBold(true)
Refuses to work on my miniconsole. Have a feeling my syntax might be off.
by Loem
Thu Nov 14, 2013 2:18 am
Forum: Help Forum
Topic: HTML Logging Failure
Replies: 3
Views: 2765

Re: HTML Logging Failure

fetaera wrote:It's a known issue and will be fixed for the release of version 3.0, I believe.
Alright, thank you.
by Loem
Wed Nov 13, 2013 9:32 pm
Forum: Help Forum
Topic: HTML Logging Failure
Replies: 3
Views: 2765

HTML Logging Failure

Okay sooo apparently when I have logging set to text, it works fine. When I set it to HTML though, it only saves partial logs. Cuts off at different points. Doesn't seem like it's based on size, just that it doesn't save all the way to the end of the session. Any ideas?
by Loem
Wed Oct 23, 2013 1:14 am
Forum: Help Forum
Topic: Help with NULL gagging
Replies: 5
Views: 5215

Re: Help with NULL gagging

Did you have it in quotes, or not? You wouldn't want quotes, if you used them. And, I'm assuming that it is the character with the byte value of 0, if it isn't, then obviously it wouldn't work either. Nah, didn't use quotes. As for the character - it's a character that's blank in the Mudlet window,...
by Loem
Wed Oct 23, 2013 12:09 am
Forum: Help Forum
Topic: Help with NULL gagging
Replies: 5
Views: 5215

Re: Help with NULL gagging

I have no clue how to use git, but I'll definitely be looking forward to the next version of Mudlet then.

@Jor'Mox
I tried "\0", but it didn't work.
by Loem
Tue Oct 22, 2013 1:28 am
Forum: Help Forum
Topic: Help with NULL gagging
Replies: 5
Views: 5215

Help with NULL gagging

I'm working at my own MUD using CoffeeMud, and any who use it with Mudlet knows of the issues it has. With a little help from Vadi I eliminated them, and made a gag trigger for the NULL (ping) lines. Works well enough. Unfortunately it doesn't stay that way. I make the trigger, save it, works for th...