Author |
Message |
Topic: I need help in scripts |
Nickman
Replies: 6
Views: 6899
|
Forum: zMUD General Discussion Posted: Fri Dec 03, 2004 9:31 pm Subject: I need help in scripts |
Thank you very much for your help and your time ![Smile](images/smiles/icon_smile.gif) |
Topic: I need help in scripts |
Nickman
Replies: 6
Views: 6899
|
Forum: zMUD General Discussion Posted: Thu Dec 02, 2004 8:06 pm Subject: I need help in scripts |
Ohh i got the point. I have only one (%w) and for that reason i just changed the "%2" to "%1" but unfortunately i got the same result.
That output is the second line after the "A Cloak skinned from R ... |
Topic: I need help in scripts |
Nickman
Replies: 6
Views: 6899
|
Forum: zMUD General Discussion Posted: Thu Dec 02, 2004 7:39 pm Subject: I need help in scripts |
The first and working script (but for a different purpose) is the following
#CLASS {Skin Test}
#VAR skinns {boots|leggings|sleeves|cloak|gloves|helm}
#VAR Statters {intelligenceluckwisdomst ... |
Topic: I need help in scripts |
Nickman
Replies: 6
Views: 6899
|
Forum: zMUD General Discussion Posted: Thu Dec 02, 2004 7:18 pm Subject: I need help in scripts |
Hi all
I was trying to make a trigger to automate in a way the process to enhance an item.
#CLASS {Enhance Test}
#TRIGGER {A (%w) skinned from Ruiners Zmud Gag. begins to hum softly!} {#IF ("%2 ... |
Topic: need help with triggers |
Nickman
Replies: 2
Views: 3751
|
Forum: zMUD General Discussion Posted: Tue Jun 15, 2004 12:39 pm Subject: need help with triggers |
Ahh i didnt know the * ... but is working great .. Thanks much :) |
Topic: need help with triggers |
Nickman
Replies: 2
Views: 3751
|
Forum: zMUD General Discussion Posted: Tue Jun 15, 2004 12:15 pm Subject: need help with triggers |
The mud output is
You receive 84+9 experience points.
and im using the following trigger to make a skin when mob dies.
#tr {You receive *.$(*)} {skin %item( @skinns, %random( 1, 6)) corpse}
But t ... |
Topic: I need help with conditions |
Nickman
Replies: 7
Views: 6112
|
Forum: zMUD General Discussion Posted: Mon Mar 29, 2004 1:00 pm Subject: I need help with conditions |
At this case the "%2" that is next to IF is checking for the line to see if the words <If you want to keep this item ... > are next to <You make yourself ...> ??
|
Topic: I need help with conditions |
Nickman
Replies: 7
Views: 6112
|
Forum: zMUD General Discussion Posted: Mon Mar 29, 2004 11:07 am Subject: I need help with conditions |
Ohh yes .. lack of info is very bad :))
I have a trigger that checks when the mob dies and then it fires
skin %item( @skinns, %random( 1, 6)) corpse
the var @skinns contains the kind of the ... |
Topic: I need help some help in conditions |
Nickman
Replies: 2
Views: 9273
|
Forum: Finished MUD Scripts Posted: Sat Mar 27, 2004 12:10 pm Subject: I need help some help in conditions |
Ohh sorry :(( |
Topic: I need help with conditions |
Nickman
Replies: 7
Views: 6112
|
Forum: zMUD General Discussion Posted: Sat Mar 27, 2004 12:08 pm Subject: I need help with conditions |
To the mud that im playing we have the option to skinn the corpse and make some items (helm/sleeves/boots/cloak/leggings/helm) and in some cases those items can get one or more bonus stats.
The gener ... |
Topic: I need help some help in conditions |
Nickman
Replies: 2
Views: 9273
|
Forum: Finished MUD Scripts Posted: Fri Mar 26, 2004 1:52 pm Subject: I need help some help in conditions |
To the mud that im playing we have the option to skinn the corpse and make some items (helm/sleeves/boots/cloak/leggings/helm) and in some cases those items can get one or more bonus stats.
The gener ... |
Topic: Need help with triggers. |
Nickman
Replies: 6
Views: 6471
|
Forum: zMUD General Discussion Posted: Thu Jan 01, 2004 11:37 am Subject: Need help with triggers. |
I found it .. the alias must be #ALIAS CastSpells {#FORALL @SpellCheck {cast '%i'}} without the ~ .
I tested it right now ant is working perfectly. Thanks for the help and (btw) Happy New Year to ev ... |
Topic: Need help with triggers. |
Nickman
Replies: 6
Views: 6471
|
Forum: zMUD General Discussion Posted: Wed Dec 31, 2003 7:05 pm Subject: Need help with triggers. |
The alias is #ALIAS CastSpells {#FORALL @SpellCheck {cast ~'%i~'}}
as far as i check from the help file the spelling is right but i really cant find the problem.. |
Topic: Need help with triggers. |
Nickman
Replies: 6
Views: 6471
|
Forum: zMUD General Discussion Posted: Wed Dec 31, 2003 5:40 pm Subject: Need help with triggers. |
I just did that but i got the same result. The strange is that the variable called SpelCheck contains every spell that needs to be casted. |
Topic: Need help with triggers. |
Nickman
Replies: 6
Views: 6471
|
Forum: zMUD General Discussion Posted: Wed Dec 31, 2003 3:53 pm Subject: Need help with triggers. |
pattern: Spell: (%1) :*$
value : #if %ismember(%1,@SpellCheck) {SpellCheck=%delitem(%1,@SpellCheck)}
I'm using this trigger (is a parf of automatic spellchecker) but when i execute the command ... |
|