Bloodrose Family Forums Archive


Public Board

-

Scripts

-

Auto-BBT

Poted by Avian on 14 Dec 2005 19:29 - Auto-BBT
Hope this works, you may have to tweak the messages and stuff a bit. I don't have a Black Belt monk. My monk is a Bronze Belt. Credit donations are always welcome.

Keep in mind I'm assuming you're using my targetting script too.

TRIPBLOCK
T: {<}You dodge nimbly to one side and trip $t, sending {w} sprawling.
A: #set varProne 1
  bbt $t

GUARDING
T: {<}You step to one side, grab $t by the arm and slam {w} into the ground.
A: #set varProne 1
  bbt $t

SWEEPKICK
T: {<}You knock the legs out from under $t and send {w} sprawling.
A: #set varProne 1


Now for balance and stuff.

STANDING
T: {<}$t stands up and stretches {w} arms out wide.
A: #set varProne 0

BALANCE
T: {<}You have recovered balance on all limbs.
A: #if $varProne = 1{
       bbt $t
  }

ARM BALANCE
T: {<}You have recovered balance on your {w} arm.
A: #if $varProne = 1{
       bbt $t
  }

EQUILIBRIUM
T: {<}You have recovered equilibrium.
A: #if $varProne = 0{
       bbt $t
  }


Come to think of it, I should make an auto-curing system... so much effort... bleh... I think I'll stick with manual.

Oh, and you should target their full name, with capitalization. I hope that works. *chin* If it doesn't, tell me.
Poted by Sarkis on 15 Dec 2005 17:08 -
Who's your monk?
Poted by Broly on 15 Dec 2005 17:16 -
What's the fun in using an auto-bbt script? It's like: trb, sit there waiting for them to hit the block, auto-bbt...
Poted by Avian on 15 Dec 2005 18:41 -
My monk's a Daru

And Jahara knows, ask her.

Also, bbt works, okay? Fighting is not about fun, it's about winning.
Poted by Sarkis on 15 Dec 2005 21:25 -
Daru = Monk? Statement untrue.

Daru = Zealot? Statement true.

Never get monk and zealot confuzzed, Avi.
Poted by Avian on 16 Dec 2005 00:25 -
Actually, try replacing the $t triggers with {[$t]}...

That way you can target sar instead of Sarkis.
Poted by Avian on 16 Dec 2005 19:27 -
Grrr... stupid variables. Just drop {[$t]} entirely.

I'm not sure how to get this to work... Hm.

>_< Gah I hate my life.

I could just make it so you can stack commands...

Back to main forum archive

View normal forum version