Search found 30 matches

by tarkenton
Sat Oct 25, 2014 1:48 am
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 706804

Re: Mudlet features and API requests

Would be nice to be able to delete the profiles that come pre-loaded in Mudlet. Doing the standard remove profile doesn't do anything.
by tarkenton
Fri Sep 19, 2014 6:40 am
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 137327

Re: Mudlet 3.0.0-alpha

I'll verify tomorrow. The joys of working at a mac repair shop, plenty of machines to test on.
by tarkenton
Thu Sep 18, 2014 8:20 pm
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 137327

Re: Mudlet 3.0.0-alpha

Can confirm the black toolbar. Running the alpha on a Mac Pro 1,1 running 10.7.5 Mudlet also oddly resizes itself while using it. For example, if I open a profile, despite mudlet being full screen, once it loads the profile it shrinks itself to occupy the southwest quadrant of the screen. This happe...
by tarkenton
Mon Mar 24, 2014 7:21 am
Forum: Scripts & Packages
Topic: Geyser UI Template
Replies: 120
Views: 178832

Re: Geyser UI Template

and...derp. You, of course, are a genius. And, in the spirit of sharing (though, honestly, I haven't done anything revolutionary) here's the latest screenshot of what I've cobbled together from your fine work. edit: just linking to the pic since these forums hate me https://dl.dropboxusercontent.com...
by tarkenton
Sun Mar 23, 2014 10:48 am
Forum: Scripts & Packages
Topic: Geyser UI Template
Replies: 120
Views: 178832

Re: Geyser UI Template

Hey Akaya, I have a question since I apparently fail at reading comprehension/lifting bits of script and using them myself. I'm trying to insert an image into GUI.Icon1 using the following code GUI.BalIcon = Geyser.Label:new({ name = "GUI.BalIcon", width = "80%", height = "8...
by tarkenton
Mon Mar 17, 2014 5:56 am
Forum: Scripts & Packages
Topic: YATCO
Replies: 142
Views: 332970

Re: YATCO 2.3

I was curious if there's any way to have the script not append certain captures to all. For instance, I have a tab set up to catch tells/says from a certain person. My general tells/says trigger also captures those, so the effect is that anything from them shows up twice in the All tab.
by tarkenton
Thu Sep 05, 2013 4:43 pm
Forum: Scripts & Packages
Topic: Wound tracking miniwindow for Lusternia
Replies: 0
Views: 3002

Wound tracking miniwindow for Lusternia

In case there's folks that don't frequent the Lusternia forums that could use this, here's a direct copy over of my post w/link to this. Thanks to someone else's hard work, this is actually updated and working again. For the moment, requires stratagems in combat and that GMCP be turned on in the Mud...
by tarkenton
Sat Feb 09, 2013 6:43 am
Forum: Help Forum
Topic: and now for something a bit more advanced. (rescue scripts)
Replies: 5
Views: 3614

Re: and now for something a bit more advanced. (rescue scrip

This is just me guessing, haven't tried it yet, but I'd think making an alias whose command/code in it is rescuelist = {} would clear it. I'll double check this after I get some sleep.
by tarkenton
Fri Feb 08, 2013 4:02 am
Forum: Help Forum
Topic: and now for something a bit more advanced. (rescue scripts)
Replies: 5
Views: 3614

Re: and now for something a bit more advanced. (rescue scrip

Try something like this for matching in the trigger, and make sure you change the match type to regexp. According to http://gskinner.com/RegExr/ it matches the line. ^(.*) attacks (\w+). (.*)$ Also, for your bit of script inside the trigger itself, wouldn't you need to use myrescues instead of rescu...
by tarkenton
Thu Feb 07, 2013 7:38 am
Forum: Help Forum
Topic: Capturing Lusternian assess lines
Replies: 1
Views: 1808

Capturing Lusternian assess lines

Hey all, I'm messing with capturing the output from assess in Lusternia to display in a miniwindow. I actually have it working how I want it to (assess, capture the lines and their contents w/a gate, delete the lines, update the window when we close the gate). However, I am having an issue with capt...