Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » zMUD General Discussion
garcon8199
Newbie


Joined: 06 Apr 2008
Posts: 1

PostPosted: Sun Apr 06, 2008 7:47 pm   

Built-in Zmud mapper causes Zmud to hang
 
Hello,

I've been using Zmud for a while (latest version), but have only now gotten around to configuring the mapper and beginning to explore. I've come across (as of today) an issue that's causing me quite a bit of irritation. Under normal use, Zmud works fine, but when I open the mapper and begin to map, the program will run for a few minutes (random time interval) and then hang. All input is disabled (can't even see the mouse moving) and the CPU usage jumps up to ~50% - it requires an End Task to close the program.

The mud I play outputs its directions like so:

Code:

NW   N   NE
   \ | /
W -U-*-D- E
   / | \
SW   S   SE


To capture these, I've got the following #tag triggers set:

#trigger {&t1 &t2 &t3} {
t1=%rightback( @t1, 3)
#if %trim( @t1)=NW {exits=%push( northwest, @exits)}
#if %trim( @t2)=N {exits=%push( north, @exits)}
#if %trim( @t3)=NE {exits=%push( northeast, @exits)}
#if %trim( @t1)=SW {exits=%push( southwest, @exits)}
#if %trim( @t2)=S {exits=%push( south, @exits)}
#if %trim( @t3)=SE {exits=%push( southeast, @exits)}
#tag exit {@exits}
exits=""
}

for the top and bottom lines, and

#trigger {&t1 -&t2-*-&t3- &t4} {
t1=%rightback( @t1, 3)
#if %trim( @t1)=W {exits=%push( west, @exits)}
#if %trim( @t2)=U {exits=%push( up, @exits)}
#if %trim( @t3)=D {exits=%push( down, @exits)}
#if %trim( @t4)=E {exits=%push( east, @exits)}
#tag exit {@exits}
exits=""
}

for the middle line.

I think the problem is with my triggers somewhere, but I'm stuck as to what exactly is, er, triggering it. I'd appreciate any help I can get :)
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » zMUD General Discussion All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net