Author |
Message |
Topic: Not sure how to improve this triggers |
killer78
Replies: 6
Views: 10755
|
Forum: zMUD General Discussion Posted: Tue Mar 29, 2005 6:12 pm Subject: Not sure how to improve this triggers |
Just what i was looking for thx alot :) |
Topic: Not sure how to improve this triggers |
killer78
Replies: 6
Views: 10755
|
Forum: zMUD General Discussion Posted: Mon Mar 28, 2005 10:47 pm Subject: Not sure how to improve this triggers |
I got a trigger on my spellcasters to cast spell on my fellow clan members if they ask for one below is a short version of it.
#CLASS {clan spells}
#VAR clan {Judas|Smartie|Killer}
#VAR self {doc}
... |
Topic: zMUD login error? |
killer78
Replies: 4
Views: 7260
|
Forum: zMUD General Discussion Posted: Sat Mar 26, 2005 11:05 pm Subject: zMUD login error? |
sounds like your problem is your preferances is set to show trigger or echo scripts on |
Topic: Problematic alias sufix |
killer78
Replies: 10
Views: 10707
|
Forum: zMUD General Discussion Posted: Sat Mar 26, 2005 6:41 pm Subject: Problematic alias sufix |
#TRIGGER {(@TT1) shivers uncomfortably from effects} {cast 'cure poison' @TT1}
this is my trigger for remove poison on whoever is in my TT1 variable
if TT1 is empty then i start casting cure poison ... |
Topic: Problematic alias sufix |
killer78
Replies: 10
Views: 10707
|
Forum: zMUD General Discussion Posted: Fri Mar 25, 2005 3:29 pm Subject: Problematic alias sufix |
sorry for my bad english as you probably guess it is not my native language
1) yepp got 1 #alias #class and #variable named TT1
here is the alias as it look atm
#T+ TT1 class
TT1=%1
the thin ... |
Topic: Lay on hand trigger |
killer78
Replies: 7
Views: 8556
|
Forum: zMUD General Discussion Posted: Thu Mar 24, 2005 11:47 pm Subject: Lay on hand trigger |
must been a messup in my list or some such when i tried again today it worked perfect the way nexela said :) |
Topic: Problematic alias sufix |
killer78
Replies: 10
Views: 10707
|
Forum: zMUD General Discussion Posted: Thu Mar 24, 2005 11:44 pm Subject: Problematic alias sufix |
i'll try to make it less confusing here
I got a alias named TT1 that do the following
#T+ TT1 class
TT1=%1
the tt1 var i in some other triggers to cast spells at them, so i want this alias to need ... |
Topic: Question on Pricing |
killer78
Replies: 2
Views: 4648
|
Forum: zMUD General Discussion Posted: Thu Mar 24, 2005 11:33 pm Subject: Question on Pricing |
Lifetime :) |
Topic: Problematic alias sufix |
killer78
Replies: 10
Views: 10707
|
Forum: zMUD General Discussion Posted: Thu Mar 24, 2005 7:47 pm Subject: Problematic alias sufix |
i made a alias that amongst other things will use whatever i type after it to set a variable that works on some of my triggers, the problem start when if me or groupleader forget to set a sufix then i ... |
Topic: a small problem with spaces |
killer78
Replies: 4
Views: 6229
|
Forum: zMUD General Discussion Posted: Thu Mar 24, 2005 5:20 pm Subject: a small problem with spaces |
superb works now :) |
Topic: a small problem with spaces |
killer78
Replies: 4
Views: 6229
|
Forum: zMUD General Discussion Posted: Thu Mar 24, 2005 4:08 pm Subject: a small problem with spaces |
with that one it thinks the last (%d) is 4 so that dont work to well :( |
Topic: a small problem with spaces |
killer78
Replies: 4
Views: 6229
|
Forum: zMUD General Discussion Posted: Thu Mar 24, 2005 3:48 pm Subject: a small problem with spaces |
Here is the mud output i use for the trigger not incl code brackets
[Hits: 2228/2228 Mana: 5005/5005 Moves: 984/ 984]
Here is how my patternmatching is atm
Hits:%s%d/(%d)%sMana:%s%d/(%d)%sMo ... |
Topic: Lay on hand trigger |
killer78
Replies: 7
Views: 8556
|
Forum: zMUD General Discussion Posted: Thu Mar 24, 2005 11:56 am Subject: Lay on hand trigger |
thanks for the help guys but it didnt work out for me so i took the hard way around and made a trigger to lay hands on the ones i know i can lay instead but just out of curiosity might it be some sett ... |
Topic: Lay on hand trigger |
killer78
Replies: 7
Views: 8556
|
Forum: zMUD General Discussion Posted: Wed Mar 23, 2005 1:50 pm Subject: Lay on hand trigger |
hmm it still try to lay the one in my list as well as the ones outside it
and also check up with a syntax error |
Topic: Lay on hand trigger |
killer78
Replies: 7
Views: 8556
|
Forum: zMUD General Discussion Posted: Wed Mar 23, 2005 12:52 pm Subject: Lay on hand trigger |
Hi i could use a little bit help modifing my healing script that is as this
#CLASS {Lay on hand} {enable}
#TRIGGER {%1 is moderate hurt} {lay %1}
#TRIGGER {%1 is bleeding} {lay %1}
#TRIGGER {%1 ... |
|