Search found 6 matches

by Xikue
Mon Aug 03, 2009 4:21 pm
Forum: Help Forum
Topic: Pointers in Lua
Replies: 2
Views: 3165

Re: Pointers in Lua

Ah, I didn't switch the parameters and it still works with the table, so I guess it doesn't mind nil as the first parameter.
Thanks!
by Xikue
Sun Aug 02, 2009 3:50 am
Forum: Help Forum
Topic: Pointers in Lua
Replies: 2
Views: 3165

Pointers in Lua

Hello. I was trying to go further with the flexible offensive aliases ( http://mudlet.sourceforge.net/phpBB3/viewtopic.php?f=8&t=97 ) so that entering "kick rat" would also set your target to rat. (And following attacks would not need you to specify the target again.) So I changed the ...
by Xikue
Thu Jul 23, 2009 5:16 pm
Forum: Help Forum
Topic: Optimizing and Events
Replies: 2
Views: 3166

Optimizing and Events

Q1. I have some aliases which start off with the same pattern. Will they go through faster if I collapse it into one alias? db (command: drink bromide) df (command: drink fire) ... dm (command: drink mana) collapse into alias: d(b|f|...|m) script: --if statement to send correct command Q2. What is a...
by Xikue
Thu Jul 23, 2009 2:09 am
Forum: Help Forum
Topic: Regex characters
Replies: 3
Views: 4268

Re: Regex characters

Thanks!
by Xikue
Wed Jul 22, 2009 5:03 pm
Forum: Help Forum
Topic: Regex characters
Replies: 3
Views: 4268

Regex characters

1.13 in the manual doesn't explicitly explain ^, $, (\w+), (\d+) and .*. I've also seen a (\s) not mentioned in the manual. Would it be possible to get a table in the manual of what they match? The list below is what I've found so far from other parts of the manual or posts here in the forums. ^ sta...
by Xikue
Wed Jul 22, 2009 4:20 pm
Forum: Help Forum
Topic: Odd tag in xml profile
Replies: 0
Views: 3592

Odd tag in xml profile

I've been editing my .xml profile and just started on triggers. I noticed an odd tag in the Triggers -- <conditonLineDelta>. Is this supposed to be <conditionLineDelta>?