Search found 176 matches

by Iocun
Sat Dec 12, 2009 1:00 am
Forum: Mudlet Development
Topic: Some feature requests
Replies: 4
Views: 5771

Some feature requests

I've been using Mudlet for a while now and I really like it. There are just a couple of things I thought about, which would make it all even greater for me, if implemented. It's very well possible however that one or two of them already exist and I simply have failed to notice them. (I'm also still ...
by Iocun
Fri Dec 11, 2009 3:54 pm
Forum: Help Forum
Topic: Mantis Bug Squashing Help
Replies: 13
Views: 8911

Re: Mantis Bug Squashing Help

Hmm, if this is the only affliction that doesn't work, I would have been fairly sure that the problem goose mentioned was the one that caused it. Maybe you have "anorexia" instead of "anorexic" somewhere else? The debug console did show that the trigger was matched, so I'd think ...
by Iocun
Fri Dec 11, 2009 3:37 pm
Forum: Help Forum
Topic: logical and/or
Replies: 5
Views: 5145

Re: logical and/or

So, to make sure I have this conceptually, despite lua's odd treatment of and/or, this works out all right. That would be because each statement equates to either a true or a false argument. If the first argument boils down to false/nil, the entire condition is false. If the second boils down to fa...
by Iocun
Sun Dec 06, 2009 7:02 am
Forum: Scripts & Packages
Topic: Balance and Equilibrium checker
Replies: 8
Views: 8301

Re: Balance and Equilibrium checker

If it's really just for a defup alias and isn't supposed to keep defences up all the time, then a coroutine might be a suitable implementation for this, yes? (I'm may be wrong since I'm a total Lua noob and only learned about coroutines yesterday :P). Start with the defup, after putting up the first...
by Iocun
Wed Dec 02, 2009 1:55 am
Forum: Mudlet Development
Topic: ATCP?
Replies: 14
Views: 13053

Re: ATCP?

ATCP is a protocol used in IRE muds to pass on certain data to the client (specifically to the Java/Flash clients of said muds). E.g. it's used to send your current/maximum health/mana and your room exits to those clients, which can then be displayed neatly as gauges etc. It's just a convenient way ...
by Iocun
Wed Dec 02, 2009 1:52 am
Forum: Mudlet Development
Topic: ATCP?
Replies: 14
Views: 13053

Re: ATCP?

ATCP is a protocol used in IRE muds to send certain data directly to the client. This is mainly used in the Flash/Java clients of the respective muds, which use it to receive things like current and maximum health/mana, your room exits etc., which can then be displayed with those neat gauges. Using ...