Search found 9 matches

by Wingard
Tue Apr 13, 2010 6:23 pm
Forum: Mudlet Development
Topic: Help Wanted
Replies: 9
Views: 45677

Re: Help Wanted

I'm probably insane, but I'm gonna try my hand at unicode support.
by Wingard
Thu Mar 04, 2010 9:52 pm
Forum: Mudlet Development
Topic: Idea: Grey out disabled items
Replies: 6
Views: 5610

Re: Idea: Grey out disabled items

I agree with this.
by Wingard
Tue Feb 23, 2010 2:31 am
Forum: Scripts & Packages
Topic: A function to do maths
Replies: 0
Views: 2877

A function to do maths

function calc(exp) return assert(loadstring("return "..exp))() or 0 end You give it an expression, such as (1 + 2) * (3 - 1) and it returns what it equals. The advantages to this over the other function available for the same thing: * It doesn't require a library * It's cross-platform * I...
by Wingard
Wed Feb 17, 2010 6:36 am
Forum: Scripts & Packages
Topic: string.insert
Replies: 0
Views: 2572

string.insert

I wrote this function a minute ago, didn't work quite how I wanted, but someone might find it useful. function string.insert(str, pos, new) return str:sub(1,pos)..new..str:sub(pos+1) end Works like this: string.insert("012345", 0, "<red>") <red>012345 Or at least, that's how it S...
by Wingard
Thu Feb 04, 2010 8:23 pm
Forum: Help Forum
Topic: Mudlet crashing when I save profile
Replies: 4
Views: 3940

Re: Mudlet crashing when I save profile

Here's the exact problem:

I click save profile, Mudlet crashes. I reopen it. I load up all of the profile snapshots, and all of them have only triggers. Scripts, aliases, keys, and etc are all gone.
by Wingard
Thu Feb 04, 2010 7:46 pm
Forum: Help Forum
Topic: Mudlet crashing when I save profile
Replies: 4
Views: 3940

Re: Mudlet crashing when I save profile

I tried that. The aliases are gone completely.
by Wingard
Thu Feb 04, 2010 7:29 pm
Forum: Help Forum
Topic: Mudlet crashing when I save profile
Replies: 4
Views: 3940

Mudlet crashing when I save profile

Okay, so this is really starting to piss me off. I just added about 50 aliases and clicked on the Save Profile button to save them all.

Mudlet closed. I lost all of them.
by Wingard
Sun Jan 24, 2010 10:14 pm
Forum: General Forum
Topic: The Mudlet Crucible
Replies: 26
Views: 39234

Re: The Mudlet Crucible

Balances aren't really that simple. Different things take balance for different amounts of time, so a timer wouldn't really work. Not to mention afflictions that slow balance recovery, and varying balance times between different classes/races/etc.
by Wingard
Thu Jan 14, 2010 6:41 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: The Shared Namespace and You
Replies: 34
Views: 97886

Re: The Shared Namespace and You

Because that's laggy. This isn't.