Search found 30 matches

by tarkenton
Tue Jan 14, 2020 9:27 am
Forum: Help Forum
Topic: help with capture trigger
Replies: 6
Views: 5256

Re: help with capture trigger

^HP: \[(\d+)\/(\d+)\], SP: \[(\d+)\/(\d+)\], EP: \[(\d+)\/(\d+)\]$ would be correct. Looks like you flipped the slashes on the second d+ of each pair stridera. Have done it approx. 1.7 billion times myself, so don't feel bad. rayotuir, take a look at https://regex101.com/r/QpGuZn/1 That will show y...
by tarkenton
Tue Jan 14, 2020 9:19 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Trigger with punctuation.
Replies: 2
Views: 5749

Re: Trigger with punctuation.

Honestly, I'd just close it out properly if it's a single line like it looks like. ^You receive (\d+) experience\.$ if you want to capture the number amount of experience. ^You receive \d+ experience\.$ if you don't care about the number amount of experience. The reason it kept is you didn't signal ...
by tarkenton
Tue Jan 14, 2020 9:08 am
Forum: Scripts & Packages
Topic: git Updater
Replies: 2
Views: 3944

Re: git Updater

Hilariously, I was literally -just- going to look into this. I haven't played with this yet but am going to start poking it this week. I'll let you know how it works out. Thanks in advance!
by tarkenton
Sun Jun 12, 2016 2:24 am
Forum: Help Forum
Topic: Main window resize on Mac/OS X
Replies: 3
Views: 3495

Re: Main window resize on Mac/OS X

I've found increasing the size of the input box will help. Settings -> Input line -> Command line minimum height in pixels

I find a value of 40 tends to work fairly well.
by tarkenton
Wed Apr 13, 2016 3:47 am
Forum: Help Forum
Topic: Aliases prints 2 times
Replies: 2
Views: 2724

Re: Aliases prints 2 times

send("whatever it is you want to send", false)
by tarkenton
Mon Feb 22, 2016 5:35 am
Forum: Help Forum
Topic: GMCP Events Not Firing
Replies: 5
Views: 4542

Re: GMCP Events Not Firing

Silly question, I know, but have you made sure you turned GMCP on in the settings?
by tarkenton
Thu Nov 05, 2015 7:28 am
Forum: Help Forum
Topic: Using registerAnonymousEventHandler to redraw UI
Replies: 2
Views: 3698

Using registerAnonymousEventHandler to redraw UI

Hey all, been playing a good bit with trying to gracefully handle redrawing the UI I've created when the Mudlet window gets resized (which still happens a ton on macs) since it starts to just look like trash without it. From what I've read and searched around for, pretty much the only way to redraw ...
by tarkenton
Wed Sep 09, 2015 4:18 am
Forum: Help Forum
Topic: Having some trouble with vertical gauges
Replies: 1
Views: 2600

Re: Having some trouble with vertical gauges

After some playing, and deciding to scrap that profile for a new one, I think the problem lies in using an HBox to contain the gauges in instead of just slapping them inside of a regular container and positioning them manually.
by tarkenton
Sat Sep 05, 2015 9:24 pm
Forum: Help Forum
Topic: Having some trouble with vertical gauges
Replies: 1
Views: 2600

Having some trouble with vertical gauges

Hey folks, been playing with this off and on for a few weeks and I'm stumped. So figured I'd appeal to the greater minds than mine to see what I'm doing wrong. Long and short of it, I've been working on a new UI after having learned a good bit from Akaya's layout template that they were nice enough ...
by tarkenton
Wed Sep 02, 2015 6:35 am
Forum: Help Forum
Topic: How to begin developing scripts
Replies: 5
Views: 4394

Re: How to begin developing scripts

Make a new profile, install and see. Should be compatible.