Register to post in forums, or Log in to your existing account
 
:
Search found 28 matches for:
Page 1 of 2 Goto page 1, 2  Next
Author Message
  Topic: s/s script or summon slay
DaraisDarkwave

Replies: 6
Views: 5405

PostForum: zMUD General Discussion   Posted: Fri Dec 07, 2007 4:08 am   Subject: s/s script or summon slay
I found the problem i think with this script just can't figure out how to fix it..its a problem with the variables i think...
is there a way to either shorten the script or something in that general ...
  Topic: Summoning Variable?
DaraisDarkwave

Replies: 3
Views: 4124

PostForum: zMUD General Discussion   Posted: Fri Dec 07, 2007 2:50 am   Subject: Summoning Variable?
Thank you, i think i know how to fix this now...
  Topic: Summoning Variable?
DaraisDarkwave

Replies: 3
Views: 4124

PostForum: zMUD General Discussion   Posted: Wed Dec 05, 2007 7:47 pm   Subject: Summoning Variable?
forgot to mention this is for a summoning script i set up, it will kill one variable and move on to the next....
  Topic: Summoning Variable?
DaraisDarkwave

Replies: 3
Views: 4124

PostForum: zMUD General Discussion   Posted: Wed Dec 05, 2007 7:42 pm   Subject: Summoning Variable?
#VAR weapon {sultan} {sultan} "Summoning"
#VAR weapons2 {rok-man|hero|black-pudding|purple-worm|cave-thing|caecilia|salamander|efreet|hera|zeus|apollo|ares|athena- ...
  Topic: I need help with creating autoassist settings
DaraisDarkwave

Replies: 10
Views: 8151

PostForum: zMUD General Discussion   Posted: Sun Dec 02, 2007 9:51 pm   Subject: I need help with creating autoassist settings
#ALIAS assistoff {#var assisting 0;#say auto-assist off}
#ALIAS assiston {#var assisting 1;#say auto-assist enabled}
#CLASS {assist}
#REGEX {(?:DISTENTIGR ...
  Topic: Gagging
DaraisDarkwave

Replies: 12
Views: 9615

PostForum: zMUD General Discussion   Posted: Fri Nov 30, 2007 7:08 pm   Subject: Gagging
Doh!! Doh!! Doh!!

No matter how carefully I check I always seem to miss one once a month. Well I down coverted the code for zMUD. here it is.

#TRIGGER "ExitLine" {Exits: ...
  Topic: Kill Counting
DaraisDarkwave

Replies: 15
Views: 13123

PostForum: zMUD General Discussion   Posted: Wed Nov 28, 2007 7:30 pm   Subject: Kill Counting
Open the settings editor and delete the status window item, or run #stw "" from the command line.

Thank you Fang you have been a great help to me :-)..got everything up and running perfectly now
  Topic: Kill Counting
DaraisDarkwave

Replies: 15
Views: 13123

PostForum: zMUD General Discussion   Posted: Wed Nov 28, 2007 7:03 pm   Subject: Kill Counting
Yes, except annoyingly, it doesn't print the "times" at the end of the string, so you might want to do:

#STW {%expanddb(@mobkills,%concat(" times.",%crlf)," killed ") times.}

Also, you'll probab ...
  Topic: Kill Counting
DaraisDarkwave

Replies: 15
Views: 13123

PostForum: zMUD General Discussion   Posted: Wed Nov 28, 2007 4:51 am   Subject: Kill Counting
Anywhere you like. A (sufficiently big) button caption, a status window, a #say command in an alias...

would:

#STW %expanddb(@mobkills,%concat(" times.",%crlf)," killed ")

Would that work?
  Topic: Kill Counting
DaraisDarkwave

Replies: 15
Views: 13123

PostForum: zMUD General Discussion   Posted: Wed Nov 28, 2007 2:31 am   Subject: Kill Counting
Patience is a virtue :)

You could use something like this:

%expanddb(@mobkills,%concat(" times.",%crlf)," killed ")


where do i insert this?
  Topic: A kill counter?
DaraisDarkwave

Replies: 4
Views: 6814

PostForum: zMUD General Discussion   Posted: Wed Nov 28, 2007 12:19 am   Subject: A kill counter?
Is there a way to get this stuff to show up in like a Status Window?
  Topic: Kill Counting
DaraisDarkwave

Replies: 15
Views: 13123

PostForum: zMUD General Discussion   Posted: Tue Nov 27, 2007 11:46 pm   Subject: Kill Counting
I got it recording as a variable but its not showing up in the Status window...Help please...
  Topic: Kill Counting
DaraisDarkwave

Replies: 15
Views: 13123

PostForum: zMUD General Discussion   Posted: Tue Nov 27, 2007 11:36 pm   Subject: Kill Counting
Okay, so you have the script all set up and working. Excellent.

Adding a tracking window is easy. To track only a certain mob (or a certain subset of mobs) you just put %db(@mobkills,name) in the s ...
  Topic: Kill Counting
DaraisDarkwave

Replies: 15
Views: 13123

PostForum: zMUD General Discussion   Posted: Tue Nov 27, 2007 11:20 pm   Subject: Kill Counting
Okay, so you have the script all set up and working. Excellent.

Adding a tracking window is easy. To track only a certain mob (or a certain subset of mobs) you just put %db(@mobkills,name) in the s ...
  Topic: Kill Counting
DaraisDarkwave

Replies: 15
Views: 13123

PostForum: zMUD General Discussion   Posted: Tue Nov 27, 2007 11:04 pm   Subject: Re: Kill Counting
I've been reading all kinds of diffrent scripts and set up's on how to do this and i found at using the database would be a easier way

I got it set up to where it counts how many kills i do, but i ...
  Topic: Kill Counting
DaraisDarkwave

Replies: 15
Views: 13123

PostForum: zMUD General Discussion   Posted: Tue Nov 27, 2007 10:53 pm   Subject: Kill Counting
I've been reading all kinds of diffrent scripts and set up's on how to do this and i found at using the database would be a easier way

I got it set up to where it counts how many kills i do, but i ...
  Topic: Average Experienced Gained
DaraisDarkwave

Replies: 7
Views: 6310

PostForum: zMUD General Discussion   Posted: Tue Nov 27, 2007 10:49 pm   Subject: Average Experienced Gained
EDIT: Damn having to stop halfway through writing a post to get food out of the oven. Beaten to a pulp :( Perhaps this'll still be useful, anyway:

Spaces are very important in zScript syntax - they ...
  Topic: Average Experienced Gained
DaraisDarkwave

Replies: 7
Views: 6310

PostForum: zMUD General Discussion   Posted: Tue Nov 27, 2007 10:25 pm   Subject: Average Experienced Gained

#alias ExpHour {ExpHour=%eval(@XPCount/@Kcount);#ECHO @Exphour}



Prog

Thank you, that worked perfectly :-)
  Topic: Average Experienced Gained
DaraisDarkwave

Replies: 7
Views: 6310

PostForum: zMUD General Discussion   Posted: Tue Nov 27, 2007 9:55 pm   Subject: Average Experienced Gained
You have spaces in the expression that's being evaluated. Remove them or surround the expression with {} or (). You could also use

Exphour = %eval(@XPCount/@Kcount)


So its actually #Alias ExpH ...
  Topic: Average Experienced Gained
DaraisDarkwave

Replies: 7
Views: 6310

PostForum: zMUD General Discussion   Posted: Tue Nov 27, 2007 9:24 pm   Subject: Average Experienced Gained
I got a real simple script i am designing just got stuck on it now...

#Alias {ExpHour} {#MATH Exphour @XPCount / @Kcount} {#ECHO @Exphour}

that is what i came up with, it won't actually divide t ...
  Topic: Gagging
DaraisDarkwave

Replies: 12
Views: 9615

PostForum: zMUD General Discussion   Posted: Tue Nov 27, 2007 7:22 pm   Subject: Gagging
Thank you all for trying to help me, i have gotten so frustrated with this one i just will talk to the Admin to see if he will do the fixing on his end...Im moving on to another script...
  Topic: Gagging
DaraisDarkwave

Replies: 12
Views: 9615

PostForum: zMUD General Discussion   Posted: Tue Nov 27, 2007 7:08 pm   Subject: Gagging
EDIT: Ninja'd twice, but hopefully this is still relevant. Definitely pester your MUD admins to implement this themselves - surely they can see as well as anyone that that is simply horrific.

This ...
  Topic: Gagging
DaraisDarkwave

Replies: 12
Views: 9615

PostForum: zMUD General Discussion   Posted: Tue Nov 27, 2007 6:54 pm   Subject: Gagging
Tell you what, post a few full room descriptions, i.e. from prompt to prompt and we'll see what we can come up with. In the mean while look at the following commands and special variables.



The ...
  Topic: Gagging
DaraisDarkwave

Replies: 12
Views: 9615

PostForum: zMUD General Discussion   Posted: Tue Nov 27, 2007 6:44 pm   Subject: Gagging
There's probably somethnigs that can be done but we'll need more information. A full room description including prompt would be needed at minimum.

Since all the the lines aren't guaranteed to be r ...
  Topic: Gagging
DaraisDarkwave

Replies: 12
Views: 9615

PostForum: zMUD General Discussion   Posted: Mon Nov 26, 2007 7:41 pm   Subject: Gagging
A small silver vial rests here.
A small silver vial rests here.
A small silver vial rests here.
A small silver vial rests here.
A small silver vial rests here.
The key to the Malaccan palace lies ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net