Author |
Message |
Topic: Health Bar won't Update |
Amylon
Replies: 6
Views: 8222
|
Forum: zMUD General Discussion Posted: Wed Jun 30, 2004 2:40 pm Subject: Health Bar won't Update |
YEP!
It was bad scripting by who ever released the script, the cap trigger is missing () and such.
Delete the capture trigger and paste this into the command line:
#TRIGGER {(%d)h, (%d)m, (%d)e, ... |
Topic: Colorizations in words |
Amylon
Replies: 6
Views: 7657
|
Forum: zMUD General Discussion Posted: Wed Jun 30, 2004 10:37 am Subject: Colorizations in words |
{{@clanm}} doesnt work at all due to the fact there is no syntax at all that uses double {
Thanks for trying :) |
Topic: Syntax checker bugs |
Amylon
Replies: 1
Views: 4578
|
Forum: zMUD General Discussion Posted: Wed Jun 30, 2004 9:24 am Subject: Syntax checker bugs |
Doesn't like #ADDITEM or #VAR in picklist either |
Topic: Mapping with #TAGs |
Amylon
Replies: 13
Views: 16032
|
Forum: zMUD General Discussion Posted: Wed Jun 30, 2004 9:22 am Subject: Mapping with #TAGs |
Zmud Mapper is the bane of alot of us :)
Like they have said give us some output to work with and Im sure with some convoluted script work we can get it to work. |
Topic: Help a newbie with a Macro in Achaea |
Amylon
Replies: 6
Views: 10534
|
Forum: zMUD General Discussion Posted: Wed Jun 30, 2004 9:07 am Subject: Help a newbie with a Macro in Achaea |
The simple answer is no.
You could do it with #alarm or #wait but that is a silly way and prone to lag messing it up. The way both Larkin and user0101 suggested is much more efficient. Version 5.48 w ... |
Topic: Colorizations in words |
Amylon
Replies: 6
Views: 7657
|
Forum: zMUD General Discussion Posted: Wed Jun 30, 2004 8:47 am Subject: Colorizations in words |
Greetings,
I have a stringlist for all my clan members that looks like this:
Name: clanm
Stringlist: Ralph|Michelle|Jon|Jack|Garradiane|Jerryine|Charlit
Now I have a trigger that colors these peo ... |
Topic: Need help with a script |
Amylon
Replies: 6
Views: 9024
|
Forum: zMUD General Discussion Posted: Sat Jun 26, 2004 1:55 am Subject: Need help with a script |
ADD red
#ALIAS allhere {
#TEMP {You see the following people here:} {}
#COND {^(&temp), Zerboxx} {#FORALL %replace( @temp, ", ", "|") {#exec %1 %i}}
who here
}
|
Topic: Creating Macro's from a script |
Amylon
Replies: 3
Views: 8172
|
Forum: zMUD General Discussion Posted: Fri Jun 25, 2004 1:48 pm Subject: Creating Macro's from a script |
Seems it was a timing issue with its place within the script.
By placing the code you did near the top and also adding a
#alarm +3 {setwood;setmetal} at the end its all works now when imported as a ... |
Topic: Creating Macro's from a script |
Amylon
Replies: 3
Views: 8172
|
Forum: zMUD General Discussion Posted: Fri Jun 25, 2004 11:02 am Subject: Creating Macro's from a script |
I am at present writing a script and need to be able to give the user the ability to set the macros to what they desire. I tried like this but it failed, am I doing it wrong? (NOTE: If pasted into com ... |
Topic: Need help with a script |
Amylon
Replies: 6
Views: 9024
|
Forum: zMUD General Discussion Posted: Fri Jun 25, 2004 10:33 am Subject: Need help with a script |
#SHOW From one druid to Another
#SHOW 25th June 2004
#CLASS {POKE}
#PR yourname "What is your name?"
#ALIAS pokeme {who here}
#ALIAS pokeem {#FORALL @POKELIST {poke %i}}
#ALIAS rep {#var pokelis ... |
Topic: help with trigger that goes off based on ansi |
Amylon
Replies: 17
Views: 22667
|
Forum: zMUD General Discussion Posted: Wed Jun 23, 2004 11:45 am Subject: help with trigger that goes off based on ansi |
After chucking it at the wall for a month I have come back to trying this again.
That doesn't work as far as I can see Mathian, I think you just got lucky and it fired once or twice?
It cant be th ... |
Topic: *** REQUEST FOR A SCRIPT please any coders :/ *** |
Amylon
Replies: 12
Views: 22100
|
Forum: zMUD General Discussion Posted: Sun Jun 20, 2004 7:44 am Subject: *** REQUEST FOR A SCRIPT please any coders :/ *** |
There is enough channel capture scripts about that if you were to sit and look through them you could write your own in no time. Channel capture isnt hard, it just looks like it is. :)
Try using a tr ... |
Topic: More Achaea Trigger problems |
Amylon
Replies: 6
Views: 11178
|
Forum: zMUD General Discussion Posted: Fri Jun 18, 2004 8:18 pm Subject: More Achaea Trigger problems |
I did it like this if anyone is interested, the final lines at catching are:
You reel in the last bit of line and your struggle is over. You've landed a
catfish weighing 11 pounds and 4 ounces.
... |
Topic: More Achaea Trigger problems |
Amylon
Replies: 6
Views: 11178
|
Forum: zMUD General Discussion Posted: Fri Jun 18, 2004 12:12 pm Subject: More Achaea Trigger problems |
Yep Nexela that would work a treat except silly Achaea can wrap with the number on one line and the word on the next. Oh well I will just create an alias to manually add the numbers to the variables. ... |
Topic: More Achaea Trigger problems |
Amylon
Replies: 6
Views: 11178
|
Forum: zMUD General Discussion Posted: Thu Jun 17, 2004 5:45 pm Subject: More Achaea Trigger problems |
Achaea in true normally painful fashion is once again causing hassles, why Bloody Matt cant just put in clean %cr and such is absolutely beyond me but anyways.
Here is the things Im talking about:
... |
Topic: Interactive scripts |
Amylon
Replies: 3
Views: 5732
|
Forum: zMUD General Discussion Posted: Sat May 01, 2004 3:24 pm Subject: Interactive scripts |
Try this Danweasel
#class PIPESET
#alias resetpipes {skullpipe=0;valerianpipe=0;elmpipe=0}
#alias setpipes {resetpipes;#PR skullpipe {What number pipe do you wish to use for skullcap?};#if @skull ... |
Topic: zMUD Accountant(?) |
Amylon
Replies: 2
Views: 5222
|
Forum: zMUD General Discussion Posted: Sat May 01, 2004 11:48 am Subject: zMUD Accountant(?) |
If you are saying what I think you are then yes. Zmud comes with 3 elicenses so you can put it on 3 different computers. One in each house and a spare. |
Topic: help with trigger that goes off based on ansi |
Amylon
Replies: 17
Views: 22667
|
Forum: zMUD General Discussion Posted: Sat May 01, 2004 5:23 am Subject: help with trigger that goes off based on ansi |
Ok then if thats how it works any ideas how to capture a name out of a line of text?
Lets say the name of a person is Jack but he is prefixed with "The Almighty hollow one" and is suffixed with "the ... |
Topic: help with trigger that goes off based on ansi |
Amylon
Replies: 17
Views: 22667
|
Forum: zMUD General Discussion Posted: Sat May 01, 2004 4:14 am Subject: help with trigger that goes off based on ansi |
Dont quote me on this but I am almost 100% sure I just found the problem!
The problem is that zmud reads the line prior to applying the #cw trigger that colors the word.
I tested this like this: I m ... |
Topic: help with trigger that goes off based on ansi |
Amylon
Replies: 17
Views: 22667
|
Forum: zMUD General Discussion Posted: Thu Apr 29, 2004 5:35 am Subject: help with trigger that goes off based on ansi |
Ok still on this ansi thing how about this?
I get a line from the mud that reads like this:
The mighty green test man[lightblue] Harry[/lightblue] Woodberry, Worlock
Now can a trigger be built th ... |
Topic: Button problem regarding #pr, #pi and #yesno |
Amylon
Replies: 1
Views: 4874
|
Forum: zMUD General Discussion Posted: Tue Apr 27, 2004 3:40 am Subject: Button problem regarding #pr, #pi and #yesno |
Greetings Zmudians,
I am having a problem with a button I have created. Here is the code for it:
#pr refill {Number of refills?}
#pi {p:Type of refill is?} {o:1} {*Health: rtype = health;cost ... |
Topic: Using #Sub in a rl time list |
Amylon
Replies: 18
Views: 18715
|
Forum: zMUD General Discussion Posted: Sun Feb 23, 2003 11:18 pm Subject: Using #Sub in a rl time list |
ROFLMAO
You rock!
Thanks
Amylon
--------------------
#trigger {LightBulb tells you, '} {tell %1 You rock!}
-------------------- |
Topic: Using #Sub in a rl time list |
Amylon
Replies: 18
Views: 18715
|
Forum: zMUD General Discussion Posted: Sun Feb 23, 2003 9:17 pm Subject: Using #Sub in a rl time list |
GOT IT! Its all good and working now.
I had to go into the the 2 states and change them, by pasting them in through the command line I wass getting this.
STATE 1 missing {LoopPat|Param=23}
so looke ... |
Topic: Using #Sub in a rl time list |
Amylon
Replies: 18
Views: 18715
|
Forum: zMUD General Discussion Posted: Sat Feb 22, 2003 2:13 pm Subject: Using #Sub in a rl time list |
Yep, certainly am, could it be something in settings? Expand vars or something?
Also in special chars it says / is class
--------------------
#trigger {(*) tells you, '} {tell %1 NO}
--------- ... |
Topic: Using #Sub in a rl time list |
Amylon
Replies: 18
Views: 18715
|
Forum: zMUD General Discussion Posted: Sat Feb 22, 2003 1:50 pm Subject: Using #Sub in a rl time list |
With the page busy, it just produces an empty trigger called -{B U S Y H O U R S~}- but when I type page busyit is still all the same.
Ok getting on to the xplist alias I checked values and this i ... |
|