Register to post in forums, or Log in to your existing account
 
:
Search found 35 matches for:
Page 1 of 2 Goto page 1, 2  Next
Author Message
  Topic: Comma delimited lists
Burser

Replies: 14
Views: 11417

PostForum: zMUD General Discussion   Posted: Tue Aug 20, 2002 1:50 pm   Subject: Comma delimited lists
I've tried everything I can think of to stop the loops spamming the MUD with {IF.

I'm begining to think its a bug. Should I clutter the Beta forums with it?

---> Burser

|## - The flags ha ...
  Topic: Reading files question..
Burser

Replies: 3
Views: 4306

PostForum: zMUD General Discussion   Posted: Tue Aug 20, 2002 4:06 am   Subject: Reading files question..
I'm no expert on this, but if the read-system works like most things, the file pointer can only move down or reset.

---> Burser

|## - The flags have it.
  Topic: multi window tabs
Burser

Replies: 2
Views: 3057

PostForum: zMUD General Discussion   Posted: Tue Aug 20, 2002 2:21 am   Subject: multi window tabs
Also, if you have widows that you don't want to dock anywhere, you can hold down the Control key. This will stop them docking.

Slightly off-topic but I've had probelms with it, so others may have ...
  Topic: Comma delimited lists
Burser

Replies: 14
Views: 11417

PostForum: zMUD General Discussion   Posted: Tue Aug 20, 2002 1:30 am   Subject: Comma delimited lists
I know that *grin*

I've sorted out the ANSI stuff, I knew how to do that.

What the main problem is is the loop trigger.

I have to check the entire line, so I can't do it with the #TR {(@names ...
  Topic: Comma delimited lists
Burser

Replies: 14
Views: 11417

PostForum: zMUD General Discussion   Posted: Mon Aug 19, 2002 12:49 pm   Subject: Comma delimited lists
The only characters other than text in the @names variable are the occasional space before a name (I'm looking into stopping that) and tht full stop after my name.

The trigger which uses the string ...
  Topic: Keypad movement vs. New movement
Burser

Replies: 8
Views: 8092

PostForum: zMUD General Discussion   Posted: Mon Aug 19, 2002 4:02 am   Subject: Keypad movement vs. New movement
There is another alternative

Make macros for Ctrl-KEY2, etc.

That way you move yourself using the normal keys, and move the party using Ctrl-key.

You can even combine the two methods and have ...
  Topic: Comma delimited lists
Burser

Replies: 14
Views: 11417

PostForum: zMUD General Discussion   Posted: Mon Aug 19, 2002 3:58 am   Subject: Comma delimited lists
Right - I'll make that two beers if you can help me with this next bit. Its odd.

Here is the trigger I've got to spot someones name from the list we've now got in @names


#TRIGGER {%e[1;36m(*) ...
  Topic: Comma delimited lists
Burser

Replies: 14
Views: 11417

PostForum: zMUD General Discussion   Posted: Mon Aug 19, 2002 3:04 am   Subject: Comma delimited lists
I'd buy you a beer, but the Atlantic is in the way.

Thanks!

---> Burser

|## - The flags have it.
  Topic: Removing Items In A String List
Burser

Replies: 4
Views: 3760

PostForum: zMUD General Discussion   Posted: Sun Aug 18, 2002 8:02 pm   Subject: Removing Items In A String List
Would this work, too?

#LOOP 3 {#DELNITEM list %numitems(@list)}

---> Burser

|## - The flags have it.
  Topic: Comma delimited lists
Burser

Replies: 14
Views: 11417

PostForum: zMUD General Discussion   Posted: Sun Aug 18, 2002 5:41 pm   Subject: Comma delimited lists
Hmm - good plan. Thats why I'm the one asking for help and you're the one giving it :)

There is one last problem.


Rasteon, Obzidian, Chrystalline, Emyrld, Telluar, Gwana, Tarkhaat, Gordon, Ku ...
  Topic: Comma delimited lists
Burser

Replies: 14
Views: 11417

PostForum: zMUD General Discussion   Posted: Sun Aug 18, 2002 5:04 am   Subject: Comma delimited lists
Fantastic!

That works almost perfectly.

Only three alterations - and simple ones.

In the makelist alias, you have put quotes arround @qw - these break the alias

You also need to put in a n ...
  Topic: Comma delimited lists
Burser

Replies: 14
Views: 11417

PostForum: zMUD General Discussion   Posted: Sat Aug 17, 2002 10:28 pm   Subject: Comma delimited lists
Below is an excert from the quick-who list of a very popular MUD (Achaea).

When I type 'qw' I want my script to capture every name in this list. The list continuses for an unknown number of lines ...
  Topic: Querying Alarms
Burser

Replies: 1
Views: 2518

PostForum: zMUD General Discussion   Posted: Mon Aug 12, 2002 10:39 pm   Subject: Querying Alarms
This question was raised in another thread, but I though I'd post it again incase people who weren't interested in that one were in this one.

Is there any way to query a specific Alarm trigger to f ...
  Topic: Focusing and the Black Arts of Status Windows
Burser

Replies: 3
Views: 4317

PostForum: zMUD General Discussion   Posted: Sat Aug 10, 2002 4:32 am   Subject: Focusing and the Black Arts of Status Windows
Oh, and while I'm at it:

Is there a way to query an Alarm to see how long it has left? (#ALARM +n {})

When all else fails - there is always running away to fall back on.

---> Burser
  Topic: Focusing and the Black Arts of Status Windows
Burser

Replies: 3
Views: 4317

PostForum: zMUD General Discussion   Posted: Sat Aug 10, 2002 3:53 am   Subject: Focusing and the Black Arts of Status Windows
I have built myself a number of FIFO command stacks in zMUD out of the pre-defined stringList commands, a string list, some triggers and a piece of e-stickeyback plastic.

This works a treat.

Wha ...
  Topic: The old message capture conundrum
Burser

Replies: 2
Views: 3598

PostForum: zMUD General Discussion   Posted: Fri Aug 09, 2002 4:55 am   Subject: The old message capture conundrum
Thanks - it now captures to the windows and, with a bit of modification, the command line works like I want it to.

When all else fails - there is always running away to fall back on.

---> Bur ...
  Topic: The old message capture conundrum
Burser

Replies: 2
Views: 3598

PostForum: zMUD General Discussion   Posted: Fri Aug 09, 2002 1:22 am   Subject: The old message capture conundrum
I have three problems:

1) I want to capture my guilds channel to a seperate chat window. I think I have to do this with an ANSI trigger (bold red or %w[1;31m [I think]). How?

2) The chat can g ...
  Topic: Hosted Scripting Files
Burser

Replies: 3
Views: 5013

PostForum: zMUD General Discussion   Posted: Thu Aug 08, 2002 1:56 am   Subject: Hosted Scripting Files
I have to download the file every time and install it to the correct directory manualy.

I'd like zMUD to be able to update itself from the latest remote copy, and update that copy as I change it.
...
  Topic: wont install
Burser

Replies: 1
Views: 3361

PostForum: zMUD General Discussion   Posted: Wed Aug 07, 2002 8:26 pm   Subject: wont install
CRC errors usualy mean that a compressed file is corrupeted. Or, if you are installing from a CD, your CD is damaged.

"+++ OUT OF CHEESE ERROR +++"
"+++ PLEASE REINSTALL UNIVERSE ...
  Topic: Hosted Scripting Files
Burser

Replies: 3
Views: 5013

PostForum: zMUD General Discussion   Posted: Wed Aug 07, 2002 8:21 pm   Subject: Hosted Scripting Files
Many of my friends have zMUD, adn we all travel from house to house playing MUDs.

At the moment, we all have seperate scripts on each computer because there is no way to connect to a central script ...
  Topic: Automatic Terminal Size Notification thingeymabob
Burser

Replies: 3
Views: 4250

PostForum: zMUD General Discussion   Posted: Sun Jan 13, 2002 11:58 am   Subject: Automatic Terminal Size Notification thingeymabob
I like to see it move... its useful

"+++ OUT OF CHEESE ERROR +++"
"+++ PLEASE REINSTALL UNIVERSE AND REBOOT +++" - Hex

---> Burser
  Topic: Three Colour Guages
Burser

Replies: 16
Views: 18533

PostForum: zMUD General Discussion   Posted: Sat Jan 12, 2002 6:26 pm   Subject: Three Colour Guages
Thank god its a bug - I thought I was going mad.

"+++ OUT OF CHEESE ERROR +++"
"+++ PLEASE REINSTALL UNIVERSE AND REBOOT +++" - Hex

---> Burser
  Topic: Problem with text disappearing
Burser

Replies: 5
Views: 6283

PostForum: zMUD General Discussion   Posted: Sat Jan 12, 2002 4:57 pm   Subject: Problem with text disappearing
I've just had a similar problem - forcing me to re-install

With mine the text ALL went AWOL. No text, at all... even in the prefences section with the sample MUD output... nada.

Very wierd... ...
  Topic: Automatic Terminal Size Notification thingeymabob
Burser

Replies: 3
Views: 4250

PostForum: zMUD General Discussion   Posted: Sat Jan 12, 2002 3:02 pm   Subject: Automatic Terminal Size Notification thingeymabob
When I move a guage using the scroll arrows, zMUD blasts the MUDs server with terminal size change notifications.

Now not only does this flood my screen, but it is undoubtedly contributing to lag a ...
  Topic: Three Colour Guages
Burser

Replies: 16
Views: 18533

PostForum: zMUD General Discussion   Posted: Sat Jan 12, 2002 2:17 pm   Subject: Three Colour Guages
New addition - I've set the Guage Low level to 0 so -

Gauge|@hpsColor|0|100|20

now reads as

Gauge|@hpsColor|0|100|0

"+++ OUT OF CHEESE ERROR +++"
"+++ PLEASE REINSTA ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net