Register to post in forums, or Log in to your existing account
 
:
Search found 21 matches for:
Page 1 of 1
Author Message
  Topic: Making a timer to count down till the time I quit?
Jared242004

Replies: 1
Views: 4428

PostForum: zMUD General Discussion   Posted: Thu Oct 22, 2009 2:58 am   Subject: Making a timer to count down till the time I quit?
I would like to make a timer that will count down and let the group know that i am quiting every 5 mintues till the time i set to quit?
Is this kind of timer possible?

Example:
I want to quit in ...
  Topic: Auto save Timer
Jared242004

Replies: 4
Views: 7171

PostForum: zMUD General Discussion   Posted: Fri Sep 11, 2009 6:26 am   Subject: Auto save Timer
thanks, i will have to try that
  Topic: A little help with #if
Jared242004

Replies: 1
Views: 3684

PostForum: zMUD General Discussion   Posted: Fri Sep 11, 2009 2:34 am   Subject: A little help with #if
I am trying this and it doesn't seem to work for me:

%1 tells the group to 'kill %2'
#IF ismember {( @tank, %1) (kill %2) (snicker %1)}
  Topic: Avg exp for the day
Jared242004

Replies: 3
Views: 5900

PostForum: zMUD General Discussion   Posted: Fri Sep 11, 2009 12:59 am   Subject: Avg exp for the day
yes, but i would %float one of the numbers, else it will only to integer math

I just read on float in help files can seem to grasp it, could you rewrite the command or tell me where to insert it?
...
  Topic: Avg exp for the day
Jared242004

Replies: 3
Views: 5900

PostForum: zMUD General Discussion   Posted: Fri Sep 11, 2009 12:33 am   Subject: Avg exp for the day
@kills 75 @exp 157468 and I want to average it and put into @avg variable

#math avg {@exp/@kills}

Is this close?
  Topic: Auto save Timer
Jared242004

Replies: 4
Views: 7171

PostForum: zMUD General Discussion   Posted: Thu Sep 10, 2009 11:39 pm   Subject: Auto save Timer
thanks
  Topic: Auto save Timer
Jared242004

Replies: 4
Views: 7171

PostForum: zMUD General Discussion   Posted: Thu Sep 10, 2009 9:35 pm   Subject: Auto save Timer
I need a hand making an auto save timer. The game i plays allows saves every minute, but i would like to save every 2 minutes or so

Thanks in advance
  Topic: i want to keep track of daily and monthly exp
Jared242004

Replies: 1
Views: 3937

PostForum: zMUD General Discussion   Posted: Thu Aug 27, 2009 8:43 pm   Subject: i want to keep track of daily and monthly exp
I am looking to keep track of daily and monthy exp, and also have it so i can see it in my status bar.
along with kills

The game shows me:

You receive 615 experience points.

Can anyone pleas ...
  Topic: making one trigger work for 12 stones
Jared242004

Replies: 3
Views: 5712

PostForum: zMUD General Discussion   Posted: Thu Aug 27, 2009 2:20 am   Subject: making one trigger work for 12 stones
In the mud i play you can collect stones for a quest. I would like to set up 1 trigger to put any stone given to me into my bag.
Some stones when given to you show up with a a or an

gives you a mo ...
  Topic: Simple question
Jared242004

Replies: 3
Views: 5605

PostForum: zMUD General Discussion   Posted: Fri Nov 05, 2004 5:27 pm   Subject: Simple question
nothing in preferences containing anything like pretty printing
  Topic: Simple question
Jared242004

Replies: 3
Views: 5605

PostForum: zMUD General Discussion   Posted: Fri Nov 05, 2004 6:22 am   Subject: Simple question
when I input a trigger and its value my value used to look like this
Zmud 7.05

Pattern
A small chest is here
Value
l chest
open chest
get item from chest
put item in bag

and know it looks ...
  Topic: After I download the automapper what next?
Jared242004

Replies: 2
Views: 16215

PostForum: zMapper Discussion   Posted: Wed Oct 13, 2004 8:21 pm   Subject: After I download the automapper what next?
After I download the automapper what next?
  Topic: Trigger to turn of classes
Jared242004

Replies: 2
Views: 4905

PostForum: zMUD General Discussion   Posted: Fri Sep 10, 2004 8:04 pm   Subject: Trigger to turn of classes
cool thanks
  Topic: Trigger to turn of classes
Jared242004

Replies: 2
Views: 4905

PostForum: zMUD General Discussion   Posted: Fri Sep 10, 2004 7:30 pm   Subject: Trigger to turn of classes
I am wondering if you can make a trigger to turn on a certain class and to turn off that class

Goblin statue is standing tall here.
trigger: turn on class goblins

Apple tree is here waiting for ...
  Topic: Trigger/Variable/Alias
Jared242004

Replies: 1
Views: 3458

PostForum: zMUD General Discussion   Posted: Tue Sep 07, 2004 8:12 am   Subject: Trigger/Variable/Alias
Confused
ok in the game I play you can get stones for a quest 12 different in total.
I have a trigger to #ad @stone1 1
#ad @stone2 1
#ad @stone3 1
etc. everytime I get one
I have an alias to report ...
  Topic: greater then less then trigger
Jared242004

Replies: 3
Views: 5192

PostForum: zMUD General Discussion   Posted: Sat Aug 07, 2004 8:44 pm   Subject: Re: greater then less then trigger
Actually sorry the Trigger is to act one these
Monthly/Yearly exp
For Monthly:
(%n)) Jared 360983 17 spaces in this one
For Yearly:
(%n)) Jared 26987234 18 spaces ...
  Topic: greater then less then trigger
Jared242004

Replies: 3
Views: 5192

PostForum: zMUD General Discussion   Posted: Thu Aug 05, 2004 11:57 pm   Subject: greater then less then trigger
My trigger is set for board with a list of Monthly/Yearly exp
For Monthly:
Jared 360983
For Yearly:
Jared 26987234

my trigger is set up for
Jared (%n)
#if (%n < 2000000) {#var month %n} { ...
  Topic: Healing and quaffing stamina herbs from prompt
Jared242004

Replies: 1
Views: 3642

PostForum: zMUD General Discussion   Posted: Thu Aug 05, 2004 11:43 pm   Subject: Healing and quaffing stamina herbs from prompt
I am looking to make a trigger for my prompt to heal when hp is low and to chew some stamina herbs when endurance is low, How can I do this and put a fail safe in it so that I only do it once if fight ...
  Topic: help for #math Dividing
Jared242004

Replies: 7
Views: 9388

PostForum: zMUD General Discussion   Posted: Wed Jul 28, 2004 3:27 pm   Subject: help for #math Dividing
Thanks Guys that give me what I needed!

I really appreciate this

Jared
  Topic: help for #math Dividing
Jared242004

Replies: 7
Views: 9388

PostForum: zMUD General Discussion   Posted: Wed Jul 28, 2004 1:45 am   Subject: help for #math Dividing
ok got that now, how about multiplying and disarding the fraction?
I had to make the trigger
#math Var1 {%float(@var2)/%float(@var3)}
#math var1 {var1*100}
I wanted to turn it into percentage to ...
  Topic: help for #math Dividing
Jared242004

Replies: 7
Views: 9388

PostForum: zMUD General Discussion   Posted: Wed Jul 28, 2004 12:38 am   Subject: help for #math Dividing
I am trying to make a trigger that will divide for me and put the answer into a variable. I have tried the recommened
#math var1 {@var2/@var3}
also
#math var1 (@var2/@var3)
also
#math var1 @va ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net