Register to post in forums, or Log in to your existing account
 
:
Search found 17 matches for:
Page 1 of 1
Author Message
  Topic: capturing and coloring information based on a specific mud command w/ variables
nilats

Replies: 4
Views: 6543

PostForum: zMUD General Discussion   Posted: Mon Aug 10, 2020 5:09 pm   Subject: capturing and coloring information based on a specific mud command w/ variables
Alias or trigger could both work.

The important part is that a variable gets defined.

myShip=AB

#TR {%q{@myship}%q} {#CW cadetblue}

Oh Perfect thanks!
  Topic: capturing and coloring information based on a specific mud command w/ variables
nilats

Replies: 4
Views: 6543

PostForum: zMUD General Discussion   Posted: Fri Aug 07, 2020 12:53 am   Subject: capturing and coloring information based on a specific mud command w/ variables
My mud has ships/ship fights. each time a ship undocks it is assigned a new random two letter identifier that is unique to that ship.
we use a Look Contacts command to give a data represenation of w ...
  Topic: Want to display the assigned fkey at the end of each health check line
nilats

Replies: 1
Views: 4377

PostForum: zMUD General Discussion   Posted: Sun Aug 02, 2020 7:32 am   Subject: Want to display the assigned fkey at the end of each health check line
I assume I need a group variable that would assign and add people f1-f10 automatically as they are grouped?
  Topic: Want to display the assigned fkey at the end of each health check line
nilats

Replies: 1
Views: 4377

PostForum: zMUD General Discussion   Posted: Sun Aug 02, 2020 7:21 am   Subject: Want to display the assigned fkey at the end of each health check line
So my display on my capture box looks like this:

Health[ -109 | Nul has small wounds | 73% ]

However I would like it to resemble this:

Health[ -109 | Nul has small wounds | 73% ] F1

I'm p ...
  Topic: anyone able to help translate this zmud script for cmud use?
nilats

Replies: 1
Views: 3730

PostForum: CMUD General Discussion   Posted: Mon Mar 23, 2015 1:39 am   Subject: anyone able to help translate this zmud script for cmud use?
tried just copying /pasting but it failed to do much

#ALIAS tar {#var Target %1;#say -=-=-=-=-= Target Set to: @Target =-=-=-=-=-} {-}
#ALIAS westbac {#T- FleeBac;west;bac @Target} {FleeBac}
#ALI ...
  Topic: new convert from zmud to cmud some questions on variables +classes
nilats

Replies: 2
Views: 4614

PostForum: CMUD General Discussion   Posted: Sun Sep 08, 2013 1:11 pm   Subject: new convert from zmud to cmud some questions on variables +classes
first question about importing zmud setting. Will cmud automatically update the triggers commands to what will work in cmud?

So I have some triggers that capture any info and reenter is as a comman ...
  Topic: what would i need to allow someone control of character thru tells?
nilats

Replies: 1
Views: 5951

PostForum: zMUD General Discussion   Posted: Mon Aug 05, 2013 11:43 am   Subject: what would i need to allow someone control of character thru tells?
XYZ tells you 'rem sword'
xyz tells you'wield dagger'

etc?

i'm not sure what variables i would need to use to duplicate the command being given.
  Topic: want trigger to fire only once and then disable
nilats

Replies: 2
Views: 8060

PostForum: zMUD General Discussion   Posted: Mon Aug 05, 2013 11:41 am   Subject: want trigger to fire only once and then disable
thanks. It took me a while but i remebered how i did it. I had to set an alias for #t- within the class to make it fire and set an alias that i punchin to reinitiate it.
  Topic: want trigger to fire only once and then disable
nilats

Replies: 2
Views: 8060

PostForum: zMUD General Discussion   Posted: Sat Aug 03, 2013 10:25 am   Subject: want trigger to fire only once and then disable
so i have a class setup ( wall bump)

within the class I setup the trigger {a (*) bumps into} {order minion k %1}




however i'm concerned more than one potential variable could "bump into" ...
  Topic: gah what am i doing wrong ?
nilats

Replies: 1
Views: 4535

PostForum: zMUD General Discussion   Posted: Fri Aug 03, 2012 1:11 pm   Subject: gah what am i doing wrong ?
I seem to be using the %w and %1 incorrectly..

trigger:

a [%w] enters from the east.

response:

o lion bash %1
tar %1
i have an @target system set up which works fine when i manually type ...
  Topic: How to keep a trigger from firing more than once?
nilats

Replies: 2
Views: 5349

PostForum: zMUD General Discussion   Posted: Thu Aug 02, 2012 6:15 pm   Subject: How to keep a trigger from firing more than once?
So I have a trigger set to engage pets on a variable that bumps into a wall

A (%w) bumps into a wall.
An (%w) bump into a wall.


However there may be instances where there will be multiples o ...
  Topic: tick timer keeps running even after stopping it
nilats

Replies: 4
Views: 6667

PostForum: CMUD General Discussion   Posted: Tue Oct 27, 2009 1:49 am   Subject: tick timer keeps running even after stopping it
anyone had this happen? i went so far as to uninstall and reinstall but my setting were automatically there and the timer still continues to run..
  Topic: Alias not functioning like zmud does
nilats

Replies: 1
Views: 3779

PostForum: CMUD General Discussion   Posted: Wed Oct 07, 2009 2:04 am   Subject: Alias not functioning like zmud does
so if I use a alias of ZZ for cast 'hammer' and my old zmud line would be typed zz orc, I would
cast 'hammer' orc

now with cmud if i type ZZ orc , i just cast 'hammer' and it ignores the orc... ...
  Topic: looking to capture a variable amount of data to a second window
nilats

Replies: 7
Views: 10652

PostForum: zMUD General Discussion   Posted: Tue Sep 22, 2009 2:31 pm   Subject: looking to capture a variable amount of data to a second window
hmm maybe i could make a button to disable and enable it..
  Topic: looking to capture a variable amount of data to a second window
nilats

Replies: 7
Views: 10652

PostForum: zMUD General Discussion   Posted: Tue Sep 22, 2009 2:31 pm   Subject: looking to capture a variable amount of data to a second window
works like a charm. is it possible to create a LOOK command that will enable and disable the #tr TR {Obvious exits} upon using it once? As it is now I move and it captures each room
  Topic: looking to capture a variable amount of data to a second window
nilats

Replies: 7
Views: 10652

PostForum: zMUD General Discussion   Posted: Mon Sep 21, 2009 9:49 pm   Subject: looking to capture a variable amount of data to a second window
would want to capture it using a L or Look command
  Topic: looking to capture a variable amount of data to a second window
nilats

Replies: 7
Views: 10652

PostForum: zMUD General Discussion   Posted: Mon Sep 21, 2009 9:47 pm   Subject: looking to capture a variable amount of data to a second window
text example - the bolded beginning and ending lines are the non variable parts

Obvious exits: -N -E -S -W
An Orog (large) Fury Dead by Dawn stands in mid-air here.(Red Aura)
Omm (Human)(medium) ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net