Search found 218 matches

by kevutian
Sat Jun 29, 2013 9:25 am
Forum: Help Forum
Topic: Math and commas
Replies: 4
Views: 3453

Re: Math and commas

Code: [show] | [select all] lua
goldheld = matches[2]:gsub(",", "")
by kevutian
Tue Jun 25, 2013 8:58 am
Forum: Scripts & Packages
Topic: CSSMan
Replies: 12
Views: 29752

Re: CSSMan

Yeah, this would definitely be a great thing to have in Geyser.

Thanks for this.
by kevutian
Thu Jun 13, 2013 12:29 pm
Forum: Help Forum
Topic: Geyser label text color
Replies: 3
Views: 3003

Re: Geyser label text color

Yeah. I've never even bothered trying decho() I use it like this: local out = [[<p align="center" style="font-size: 11px; font-family: 'Monospace'">]] .. "<span style=\"color:OrangeRed\">" .. table.concat(mobs, "<br>") .. "<br /></span><span sty...
by kevutian
Wed Jun 12, 2013 8:29 am
Forum: Help Forum
Topic: Having mapper issues
Replies: 9
Views: 5350

Re: Having mapper issues

Here we go: https://bugs.launchpad.net/mudlet/+bug/1168987

Was assuming these bugs were related.
by kevutian
Wed Jun 12, 2013 8:21 am
Forum: Help Forum
Topic: Having mapper issues
Replies: 9
Views: 5350

Re: Having mapper issues

http://forums.mudlet.org/viewtopic.php?f=9&t=3373

That's where I was referencing. Seems I was mistaken.

Apologies there.
by kevutian
Wed Jun 12, 2013 8:12 am
Forum: Help Forum
Topic: Having mapper issues
Replies: 9
Views: 5350

Re: Having mapper issues

It's still doing it, Heiko.

I was not aware the fix was in the release, but regardless, it's still doing this on the latest git. (Confirmed yesterday).

There's a post 'somewhere' that said this was fixed. I was certain it was your post :p
by kevutian
Tue Jun 11, 2013 10:48 pm
Forum: Help Forum
Topic: Having mapper issues
Replies: 9
Views: 5350

Re: Having mapper issues

First off, close Mudlet. Secondly, head into the Mudlet profile directory and delete everything with the word map in the filename, (The folder, too).

Restart Mudlet and download the map. It'll be fine here. This has been fixed already and will be available in the next release.
by kevutian
Mon Jun 10, 2013 5:25 pm
Forum: Help Forum
Topic: Your powers increase!!! Trigger Help Please.
Replies: 2
Views: 2265

Re: Your powers increase!!! Trigger Help Please.

You're not concatting properly. Try this: send("b |BB|{|C|Ap|BW|oc|Y|al|C|yp|BW|se|BB|} |BW|I am stronger now! Got|R|" .. matches[2] .. "|BW|hp,|R|" .. matches[4] .. "|BW|m,|R|" .. matches[8] .. "|BW|prac!") It's always wise to echo rather than send when you a...
by kevutian
Mon Jun 10, 2013 12:48 pm
Forum: Mudlet Development
Topic: Mudlet2+ Branch
Replies: 20
Views: 21616

Re: Mudlet2+ Branch

This is pretty damned neat. Loving this. I have a question, though: If I select a bunch of vars to be saved, is that selection persistent through profile exports with the package exporter?
by kevutian
Mon Jun 10, 2013 9:20 am
Forum: Mudlet Development
Topic: Mudlet2+ Branch
Replies: 20
Views: 21616

Re: Mudlet2+ Branch

That 'Toggle Hidden Variables' label gets a little annoying. Could you hide() that unless the variables are actually selected and visible?