Author |
Message |
Topic: Help with a condition |
Daoshai
Replies: 8
Views: 10862
|
Forum: CMUD General Discussion Posted: Tue Nov 06, 2012 2:57 pm Subject: Help with a condition |
#CLASS {bashtests}
#TRIGGER {You're already engaged this round!} {#IF (@bashRounds = 0) {#ADD bashRounds 1}}
#TRIGGER {Bash whom?} {# ... |
Topic: Help with a condition |
Daoshai
Replies: 8
Views: 10862
|
Forum: CMUD General Discussion Posted: Mon Nov 05, 2012 1:42 am Subject: Help with a condition |
Heres what my script looks like
#CLASS {bashtest}
#TRIGGER {You're already engaged this round!} {#IF (@bashRounds = 0) {#ADD bashRounds 1}}
#TR ... |
Topic: Help with a condition |
Daoshai
Replies: 8
Views: 10862
|
Forum: CMUD General Discussion Posted: Sun Nov 04, 2012 10:19 pm Subject: Help with a condition |
Well here is what I have for one possible dmg message
#TRIGGER {Your bash barely touches (*)} {}
#COND {Your opponent appears (*) stunned and confused.} {#VAR bashMiss 1} {within|param=2}
#COND { ... |
Topic: Help with a condition |
Daoshai
Replies: 8
Views: 10862
|
Forum: CMUD General Discussion Posted: Sun Nov 04, 2012 9:39 pm Subject: Help with a condition |
Hi, I've been messing around with this script for way to long, hopefully someone can help me out.
I'm trying to finish up a bash script, I've got it almost complete, but sometimes a bash that hits ... |
Topic: Help with a bash trigger |
Daoshai
Replies: 16
Views: 25211
|
Forum: zMUD General Discussion Posted: Mon Aug 06, 2012 12:52 am Subject: Help with a bash trigger |
Ok it works
#CLASS {bash}
#TRIGGER {You're already engaged this round!} {#ADD bashRounds 1}
#TRIGGER {Your opponent appears briefly stunned and confused.} {#ADD bashRounds 3}
#TRIGGER {Your oppone ... |
Topic: Help with a bash trigger |
Daoshai
Replies: 16
Views: 25211
|
Forum: zMUD General Discussion Posted: Sun Aug 05, 2012 9:53 pm Subject: Help with a bash trigger |
#CLASS {bash}
#TRIGGER {You're already engaged this round!} {#AD @bashrounds 1}
#TRIGGER {Your opponent appears briefly stunned and confused.} {#AD @bashRounds 3}
#TRIGGER {Your opponent appears mo ... |
Topic: Help with a bash trigger |
Daoshai
Replies: 16
Views: 25211
|
Forum: zMUD General Discussion Posted: Sun Aug 05, 2012 9:34 pm Subject: Help with a bash trigger |
Nope it still just goes crazy
Heres what I have:
#CLASS {bash}
#TRIGGER {You're already engaged this round!} {#ADD @bashrounds+1}
#TRIGGER {Your bash does no damage.} {bash}
#TRIGGER {Your shie ... |
Topic: Help with a bash trigger |
Daoshai
Replies: 16
Views: 25211
|
Forum: zMUD General Discussion Posted: Sun Aug 05, 2012 8:50 pm Subject: Help with a bash trigger |
Ok having a weird problem with the script
for #TR (bashRounds=0 AND @target {bash @target} " "Loopexp"
it will bash even though bashrounds doesn't = 0
under test I can see
3=0 AND spider
it w ... |
Topic: Help with a bash trigger |
Daoshai
Replies: 16
Views: 25211
|
Forum: zMUD General Discussion Posted: Sun Aug 05, 2012 2:29 pm Subject: Help with a bash trigger |
You rock!
Thanks for the help, Shalimar |
Topic: Help with a bash trigger |
Daoshai
Replies: 16
Views: 25211
|
Forum: zMUD General Discussion Posted: Sun Aug 05, 2012 2:18 pm Subject: Help with a bash trigger |
hmm... how much delay you want for this? i would suggest something like...
#ALARM "keepBashing" -2 {#IF (@target AND %null(@bashRounds)) {bash @target}}
as it checks the condition of two variabl ... |
Topic: Help with a bash trigger |
Daoshai
Replies: 16
Views: 25211
|
Forum: zMUD General Discussion Posted: Sun Aug 05, 2012 1:34 pm Subject: Help with a bash trigger |
Does the miss result in a special line of text recieved at no other time?
If so, just make another trigger on that to rebash.
Unfortunately it doesn't. You get the hit message, just this time no st ... |
Topic: Help with a bash trigger |
Daoshai
Replies: 16
Views: 25211
|
Forum: zMUD General Discussion Posted: Sun Aug 05, 2012 9:33 am Subject: Help with a bash trigger |
Ok, I see how that would work.
Here is one problem I run into still though,
bashing does not always result in a stun.
I have made a trigger to bash again on a miss, but sometimes a hit will not ... |
Topic: Help with a bash trigger |
Daoshai
Replies: 16
Views: 25211
|
Forum: zMUD General Discussion Posted: Sat Aug 04, 2012 2:39 pm Subject: Help with a bash trigger |
Hey guys, I'm very new to zmud (actually only been using for 2 weeks)
I'm trying to make a trigger for bashing.
Currently I have
#TRIGGER END: (%d)
#var bashes %1
#if (@bashes > 150) { ... |
|