Search found 102 matches

by Slayd
Wed Mar 04, 2015 5:50 pm
Forum: General Forum
Topic: gmcp access fails without error
Replies: 2
Views: 6844

gmcp access fails without error

I have a lua script Variables, that initializes general flags, tables, etc that are not tied to a particular skill set. When I log in to Achaea, I find that anything in the script after setting a variable to a gmcp value is never reached so the variables are not set until I manually resave the scrip...
by Slayd
Mon Mar 02, 2015 4:56 pm
Forum: Mudlet Development
Topic: Mudlet 3.0.0-delta (preview #4)
Replies: 146
Views: 264985

Re: Mudlet 3.0.0-delta (preview #4)

For some reason, I'm no longer seeing the problem with the long input line causing the window to shrink in size.

It may have been something that was fixed in an OSX release. I am using 10.10.2
by Slayd
Fri Feb 27, 2015 7:36 pm
Forum: Mudlet Development
Topic: Mudlet 3.0.0-delta (preview #4)
Replies: 146
Views: 264985

Re: Mudlet 3.0.0-delta (preview #4)

I applaud all the effort that has and is being put into this new release of mudlet. I know that incremental progress is being made. Are there known problems with 3.0 that cannot be solved by our mudlet team in isolation? That require changes in third party software that mudlet is using? If so, is th...
by Slayd
Tue Feb 24, 2015 6:13 pm
Forum: General Forum
Topic: How to make a tempTimer fire
Replies: 2
Views: 4475

Re: How to make a tempTimer fire

good man. thanks!
by Slayd
Mon Feb 23, 2015 7:02 pm
Forum: General Forum
Topic: How to make a tempTimer fire
Replies: 2
Views: 4475

How to make a tempTimer fire

I want a flag I use, AntiTheftFlag, to reset to true after 2 seconds. Here is the function that creates the timer and enables it: function reset_AntiTheftFlag() local tt = tempTimer(2.0, [[function () AntiTheftFlag = true end]]) enableTimer(tt) end The timer never fires. I can see it when I search I...
by Slayd
Fri Feb 20, 2015 9:11 pm
Forum: General Forum
Topic: When mudlet begins to suffer from tertiary syphilis
Replies: 1
Views: 4334

When mudlet begins to suffer from tertiary syphilis

What would cause mudlet 2.1 to do this all of a sudden in Achaea? rs of silver", "icon": "mineral", "attrib": "grn" lchemical iro 2 alchemical iron, bringing the total in the rift to 37g 20, "amal in the rift to 37g thetotal in the rift to 37g thetot...
by Slayd
Tue Nov 18, 2014 7:29 pm
Forum: General Forum
Topic: Mudlet 3.0.0-beta (preview #2)
Replies: 115
Views: 175503

Re: Mudlet 3.0.0-beta (preview #2)

Thanks, ktiedt. I will just move the files out of context to somewhere else since 3.0.0 removes the previous utility of that location. You are right. I could use something in that directory area that is not in the profile directory.
by Slayd
Tue Nov 18, 2014 4:37 pm
Forum: General Forum
Topic: Mudlet 3.0.0-beta (preview #2)
Replies: 115
Views: 175503

Re: Mudlet 3.0.0-beta (preview #2)

The very first time I exported a directory of triggers, mudlet, at that time, defaulted to the contents directory as the place to store it. I run lots of different profiles and reuse scripts, triggers, etc I have made there. I was going there in mudlet 3.0.0 to import some of my previously created A...
by Slayd
Tue Nov 18, 2014 12:48 am
Forum: General Forum
Topic: Mudlet 3.0.0-beta (preview #2)
Replies: 115
Views: 175503

Re: Mudlet 3.0.0-beta (preview #2)

Vadi, If I am in Mudlet2.1, I can get to the Contents directory, /Application/Mudlet2.1/Contents by selecting /Application/Mudlet2.1 in the finder and then use the context menu to get to the Contents directory. I can't do that in Mudlet 3.0.0. I'll send you my latest profile from the current directo...
by Slayd
Mon Nov 17, 2014 11:22 pm
Forum: General Forum
Topic: Mudlet 3.0.0-beta (preview #2)
Replies: 115
Views: 175503

Re: Mudlet 3.0.0-beta (preview #2)

On the right-click menu, I don't have an option to show the contents directory. The only options I get are to Move To Trash, Duplicate, Quicklook, and then the color tags. I searched on all deleteLine() in my triggers. There were none but the ones I set up and they were very specific. There was no g...