Search found 46 matches

by Iktomi
Sat Aug 26, 2017 12:38 am
Forum: General Forum
Topic: What is in the .config/mudlet/profiles/<name>/current folder?
Replies: 1
Views: 9434

What is in the .config/mudlet/profiles/<name>/current folder?

There's a LARGE number of xml files in this folder on different profiles that -appear- to be timestamped. What are these files? Can they safely be deleted?
by Iktomi
Sun Sep 14, 2014 5:58 pm
Forum: General Forum
Topic: [SOLVED] Linux mapper issues
Replies: 6
Views: 6460

Re: Linux mapper issues

Problem resolved by downgrading to Lua 5.1 on my system.
by Iktomi
Sun Sep 14, 2014 5:56 pm
Forum: Help Forum
Topic: [SOLVED] Mapper issues
Replies: 4
Views: 3765

Re: Mapper issues

Sorry, forgot this was still open. The problem was the version of Lua I had installed.
by Iktomi
Sat Aug 23, 2014 2:35 am
Forum: Help Forum
Topic: Using Dropbox to sync images for GUI
Replies: 3
Views: 3420

Re: Using Dropbox to sync images for GUI

But I'd still have to have it looking in two different places in the script. When on Windows it's going to look for something on C:\ while on linux it's going to look for something in /home.
by Iktomi
Fri Aug 22, 2014 2:04 pm
Forum: Help Forum
Topic: Using Dropbox to sync images for GUI
Replies: 3
Views: 3420

Using Dropbox to sync images for GUI

Hello, I've got my mudlet folder in dropbox, so that everything stays sync'd whether I'm on my Windows or Arch Linux OS. Now that I've started playing around with making a GUI for Mudlet I'd like to be able to store images in dropbox so that they can be used on either OS as well. When specifying ima...
by Iktomi
Tue Aug 12, 2014 1:34 am
Forum: Help Forum
Topic: [ SOLVED ] Quick Geyser and GMCP question
Replies: 26
Views: 17883

Re: Quick Geyser and GMCP question

Oh thank goodness. Don't worry, I didn't take it as (too) snarky. None more than my own post, heh. And believe me, I know all about programmer error and how frustrating it is. I don't remember when or why the script name got changed, but that fixed it. Even though I've used Mudlet on and off for yea...
by Iktomi
Mon Aug 11, 2014 11:47 pm
Forum: Help Forum
Topic: [ SOLVED ] Quick Geyser and GMCP question
Replies: 26
Views: 17883

Re: Quick Geyser and GMCP question

Except it doesn't work. See the screenshot below. You can see that I sent myself a message, then checked my SCORE which, as indicated, calls gmcp.Char.Status. In that SCORE screen you can see that it says I have 1 message, but as indicated in the upper left, the label which the value is echoed to do...
by Iktomi
Mon Aug 11, 2014 8:47 pm
Forum: Help Forum
Topic: [ SOLVED ] Quick Geyser and GMCP question
Replies: 26
Views: 17883

Re: Quick Geyser and GMCP question

What else should I try then? I'm not sure where else to put it. Having it as a prompt detector is the only thing that I've found that works... If I understand Oneymus' suggestion correctly, doing function charStatus() mylevel = gmcp.Char.Status.level mygold = gmcp.Char.Status.gold myname = gmcp.Char...
by Iktomi
Sun Aug 10, 2014 10:33 pm
Forum: Help Forum
Topic: [ SOLVED ] Quick Geyser and GMCP question
Replies: 26
Views: 17883

Re: Quick Geyser and GMCP question

Sometimes I hate coding. The problem was my label was named "nameinfolabel" and the echo that I was trying to do was "namelabel:echo" I do have the function being called from a -- return isPrompt() -- trigger though. ANYWAYS. Moving on the label styling. Akaya, your suggestion wo...
by Iktomi
Sun Aug 10, 2014 3:02 am
Forum: Help Forum
Topic: [ SOLVED ] Quick Geyser and GMCP question
Replies: 26
Views: 17883

Re: Quick Geyser and GMCP question

Okay, now I'm really confused. I created the -- return isPrompt() -- trigger with -- charStatus()-- as the action. It is still not updating my little window with the correct values! Here is the whole section for this label: nameinfolabel = Geyser.Label:new({ name = "nameinfolabel", x = 4, ...