Search found 17 matches

by sephiel
Mon Mar 22, 2010 2:23 am
Forum: Help Forum
Topic: Trigger help needed!
Replies: 4
Views: 4100

Re: Trigger help needed!

For the last bit: ^(\w+) kicks out at your feet, knocking you to the ground.$ prone = 1 if balance == 1 then send("stand") end You have recovered balance on all limbs. balance = 1 if prone == 1 then send("stand") end In pretty basic terms, = is used to define a variable, and == i...
by sephiel
Thu Mar 18, 2010 2:31 pm
Forum: Scripts & Packages
Topic: Introducing: Mantis for Lusternia - Beta Release 5.0.1
Replies: 72
Views: 48500

Re: Introducing: Mantis for Lusternia - Beta Release 4.2

Not great with Lua, but from what I understand _,v is basically setting a "name" you can refer to the values by. Your typical table is sort of like, table = { a = 1, b = "second thing", c = true, d = {a="several", b="possible", c="options"}, } which,...
by sephiel
Wed Mar 17, 2010 2:28 pm
Forum: Geyser Layout Manager
Topic: The Geyser Layout Manager
Replies: 32
Views: 72252

Re: The Geyser Layout Manager

That did it! Thanks a bunch :)
by sephiel
Wed Mar 17, 2010 2:10 pm
Forum: Geyser Layout Manager
Topic: The Geyser Layout Manager
Replies: 32
Views: 72252

Re: The Geyser Layout Manager

No, I get that, I've been playing around with Geyser for about an hour and it looks awesome. The set_color() function only sets the gauge colour itself though, and the text parameter seems to set the actual text to display on the gauge. I was hoping for a way to change the colour of the gauge's text...
by sephiel
Wed Mar 17, 2010 1:44 pm
Forum: Geyser Layout Manager
Topic: The Geyser Layout Manager
Replies: 32
Views: 72252

Re: The Geyser Layout Manager

Sorry if this is a dumb question, but is there a way to set the text colour for gauges at the moment? Just curious.
by sephiel
Fri Mar 12, 2010 3:20 pm
Forum: Scripts & Packages
Topic: Introducing: Mantis for Lusternia - Beta Release 5.0.1
Replies: 72
Views: 48500

Re: Introducing: Mantis for Lusternia - Beta Release 4.2

My system for clearing herbs is pretty ugly, but basically it uses three variables - ateHerb, lastherb and herbCured. LastHerb saves whatever eating command I sent last, ateHerb=true when I actually eat the herb, and herbCured=true when the affliction gets removed. The prompt then checks if ateHerb=...
by sephiel
Sun Feb 14, 2010 3:09 am
Forum: Help Forum
Topic: Targetting help
Replies: 24
Views: 20210

Re: Targetting help

I'm confused as to what the problem would be, and by some of the other responses, I don't think I'm the only one. Do you have any other packages or scripts that use "x" as an alias?
by sephiel
Fri Jan 29, 2010 2:38 pm
Forum: Help Forum
Topic: echo all matches in line.
Replies: 4
Views: 3967

Re: echo all matches in line.

Not quite sure what you mean, but matches[1] is the whole line. So, if you have

^This is a thing I made up to test (\w+).$

then matches[1] is the whole line captured and matches[2] would be the wildcard in the brackets.

Hope that helps!
by sephiel
Tue Dec 29, 2009 10:29 am
Forum: Mudlet Development
Topic: Development Suggestions
Replies: 6
Views: 5593

Re: Development Suggestions

See, this is what I love about mudlet - well, besides it being simple, fast, massively customisable and very regularly updated. You guys listen.
by sephiel
Sun Dec 27, 2009 11:46 pm
Forum: Mudlet Development
Topic: Development Suggestions
Replies: 6
Views: 5593

Re: Development Suggestions

I assume he meant without having to initially connect/disconnect to the server, though.