Register to post in forums, or Log in to your existing account
 
:
Search found 19 matches for:
Page 1 of 1
Author Message
  Topic: Trouble with multiplication
CuMorrigu

Replies: 2
Views: 4290

PostForum: zMUD General Discussion   Posted: Tue Mar 18, 2008 10:11 pm   Subject: Trouble with multiplication
You da' man, works like a charm, thx.
  Topic: Trouble with multiplication
CuMorrigu

Replies: 2
Views: 4290

PostForum: zMUD General Discussion   Posted: Tue Mar 18, 2008 9:20 pm   Subject: Trouble with multiplication
Okay,

I have the following script:

#CLASS {Stocks}
#TRIGGER {Baker's Guild: %2 %3 %4 } {bascv = %2;basop = %3;basow = %4;#math bapsv ...
  Topic: zMUD not closing properly
CuMorrigu

Replies: 3
Views: 4058

PostForum: zMUD General Discussion   Posted: Thu Aug 24, 2006 4:00 pm   Subject: zMUD not closing properly
There are quite a few times when I exit out of zMUD and it doesn't seem to close properly. The process seems to hang. I'll look at my processor usage and it's nearly pegged and it's the zMUD.exe pro ...
  Topic: Random Trigger
CuMorrigu

Replies: 2
Views: 4548

PostForum: zMUD General Discussion   Posted: Wed Aug 23, 2006 10:38 pm   Subject: Random Trigger
Okay I'm and idiot, but I am soooo lost here
  Topic: Random Trigger
CuMorrigu

Replies: 2
Views: 4548

PostForum: zMUD General Discussion   Posted: Tue Aug 22, 2006 7:26 pm   Subject: Random Trigger
I've got a character that as part of a character trait, I want him to, at random times, cluck like a chicken, oddly enough the mud I play has somthing like this as a social.

I've worked on it some ...
  Topic: Random Quote
CuMorrigu

Replies: 3
Views: 5913

PostForum: zMUD General Discussion   Posted: Fri May 26, 2006 2:26 am   Subject: Random Quote
quote
  Topic: Random Quote
CuMorrigu

Replies: 3
Views: 5913

PostForum: zMUD General Discussion   Posted: Thu May 25, 2006 8:54 pm   Subject: Random Quote
I have a widget from Yahoo (formerly Konfabulator) that every so often queryies http://www.quotedb.com and gets a random quote. Now the MUD I play has a quote channel and I thought it would be intere ...
  Topic: Script to do maintence on your Friend List on Temporal Rifts
CuMorrigu

Replies: 0
Views: 6172

PostForum: Finished MUD Scripts   Posted: Mon May 15, 2006 8:47 pm   Subject: Script to do maintence on your Friend List on Temporal Rifts
This script seems to finally be working.

When you type in 'friendcheck' it will check your list of friends on the mud and remove any character that has been deleted or has not logged in more than ...
  Topic: Multi-line Capture for Housekeeping
CuMorrigu

Replies: 17
Views: 24434

PostForum: zMUD General Discussion   Posted: Mon May 15, 2006 8:40 pm   Subject: ***SOLVED***
Okay,

I think I've got it...It seems to work. If any of ya'll see a way to simplify this or do something better, let me know. This is basically my first script.

#CLASS {friendcheck} ...
  Topic: Multi-line Capture for Housekeeping
CuMorrigu

Replies: 17
Views: 24434

PostForum: zMUD General Discussion   Posted: Mon May 15, 2006 8:01 pm   Subject: Trigger Problem **Solved** mostly
Okay,

I kept plugging away and got a little help from some people on the MUD...well one really.

The script works now (I think) the only way to really test it now is to wait until someone hasn't ...
  Topic: Multi-line Capture for Housekeeping
CuMorrigu

Replies: 17
Views: 24434

PostForum: zMUD General Discussion   Posted: Wed May 10, 2006 1:26 am   Subject: Multi-line Capture for Housekeeping
Okay...

Here is the code I have so far:

#CLASS {friendcheck}
#TRIGGER {friendcheck} {#say At the sound of the tone the time will be %time( c);#t+ check_triggers ...
  Topic: Multi-line Capture for Housekeeping
CuMorrigu

Replies: 17
Views: 24434

PostForum: zMUD General Discussion   Posted: Tue May 09, 2006 10:45 pm   Subject: Multi-line Capture for Housekeeping
Sorry it has taken me so long to get back *sigh* things at work picked up some, sick kids...blah. Anyway

I repasted the code into friends class as you suggested. It still doesn't seem to work. I ...
  Topic: Multi-line Capture for Housekeeping
CuMorrigu

Replies: 17
Views: 24434

PostForum: zMUD General Discussion   Posted: Tue May 09, 2006 10:45 pm   Subject: Multi-line Capture for Housekeeping
Sorry it has taken me so long to get back *sigh* things at work picked up some, sick kids...blah. Anyway

I repasted the code into friends class as you suggested. It still doesn't seem to work. I ...
  Topic: Multi-line Capture for Housekeeping
CuMorrigu

Replies: 17
Views: 24434

PostForum: zMUD General Discussion   Posted: Fri May 05, 2006 12:25 am   Subject: Multi-line Capture for Housekeeping
The Command Char special character was enabled

The Check class was already enabled

When I look at the following trigger:

^(%w) was last here on %w ({@Months}) (%n) * (%n)$

trigger

Zmud ...
  Topic: Multi-line Capture for Housekeeping
CuMorrigu

Replies: 17
Views: 24434

PostForum: zMUD General Discussion   Posted: Fri May 05, 2006 12:05 am   Subject: Multi-line Capture for Housekeeping
You're right...I did have the @ turned off.

I went back in and enabled it but it didn't seem to make much of a difference.

I got the following text:


Assigned variables: 'CurrentDay' to @Cur ...
  Topic: Multi-line Capture for Housekeeping
CuMorrigu

Replies: 17
Views: 24434

PostForum: zMUD General Discussion   Posted: Thu May 04, 2006 11:51 pm   Subject: Multi-line Capture for Housekeeping
Nope...didn't work.

I have mine disabled this is what I got:


235697/235697hp 116149/116149m 56515/56515mv 3800/3800en Shezrai 1,780,480,537GP 450,248SP
The Village (zone) Cumorrigu's Home ( ...
  Topic: Multi-line Capture for Housekeeping
CuMorrigu

Replies: 17
Views: 24434

PostForum: zMUD General Discussion   Posted: Thu May 04, 2006 10:43 pm   Subject: Multi-line Capture for Housekeeping
Okay,

I've been working on it some more and that is below, but first let me answer your questions:


are the full month names used or are the abbreviated to 3 letters?

The months are abbrevia ...
  Topic: Multi-line Capture for Housekeeping
CuMorrigu

Replies: 17
Views: 24434

PostForum: zMUD General Discussion   Posted: Thu May 04, 2006 3:06 pm   Subject: Multi-line Capture for Housekeeping
What is the command to initiate the collection of a list of friends?
'friend list' (without the tickmarks) will display the list of friends

What is the second command that can be used to ascerta ...
  Topic: Multi-line Capture for Housekeeping
CuMorrigu

Replies: 17
Views: 24434

PostForum: zMUD General Discussion   Posted: Thu May 04, 2006 4:47 am   Subject: Multi-line Capture for Housekeeping
All,

I've done some digging, but maybe just not enough.

The MUD I play has a friend channel. You are allowed up to 50 people on this list. Somtimes it can get kind of hard to keep up with. Ra ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net