Search found 6 matches

by eewallace
Sat Dec 08, 2012 9:16 pm
Forum: Help Forum
Topic: Anyone have a Wormholes script?
Replies: 3
Views: 4435

Re: Anyone have a Wormholes script?

Since someone requested it, here's a version of Wyd's tracker script with the atcp stuff rewritten for gmcp.
by eewallace
Wed Jan 25, 2012 6:16 pm
Forum: Help Forum
Topic: Mudlet compilation errors on Fedora 16
Replies: 3
Views: 4192

Re: Mudlet compilation errors on Fedora 16

I just ran into the same thing compiling the latest git snapshot ounder Arch Linux. My solution was to add #include <GL/glu.h> to glwidget.cpp, and link against the appropriate library by adding -lGLU to the unix:LIBS list in the src.pro. On my system, libGLU.so is provided by a package called mesa....
by eewallace
Fri Apr 29, 2011 12:03 am
Forum: Mudlet Development
Topic: yajl 2.0
Replies: 4
Views: 3712

yajl 2.0

I run mudlet on Arch Linux, where the yajl version in the repositories recently moved to 2.0. Trying to run mudlet after an update, I got a couple errors complaining about undefined symbols in yajl.so, specifically yajl_gen_alloc2 and yajl_parse_complete. On further inspection it appears that these ...
by eewallace
Tue Apr 05, 2011 6:03 pm
Forum: Help Forum
Topic: Blademaster Limb Tracker?
Replies: 4
Views: 3409

Re: Blademaster Limb Tracker?

Just a few quick things. First, in your pregexp triggers, make sure you escape punctuation with /'s. Ie ^Whispering a prayer to the (.+)/, you draw Dreaming Eels and unleash a slash towards (\w+)/'s (.+)/.$ Second, matches[1] is the whole trigger line, matches[2] is going to be the first (.+), matc...
by eewallace
Tue Feb 01, 2011 3:33 pm
Forum: Scripts & Packages
Topic: Achaea shard counter
Replies: 1
Views: 3293

Re: Achaea shard counter

OK, first problem: the trigger for the weight of a shard that weighs less than a pound is wrong (that is, the trigger named "ounces"). It should be "^It weighs (\d+) ounce\(s\)\.$". This in turn means that the begin of line trigger "Shards weight" should be "It wei...
by eewallace
Tue Feb 01, 2011 2:32 am
Forum: Scripts & Packages
Topic: Achaea shard counter
Replies: 1
Views: 3293

Achaea shard counter

A few people expressed interest in a script to count iconic shards for Achaea, so I thought I'd share mine. It just runs through your inventory and counts how many shards you have and totals the weights. It's partly based on Wyd's offering script (http://forums.mudlet.org/viewtopic.php?f=6&t=149...