Newbie Troubles

by Galad

Back to Mechanic's Corner.

Galad2007-12-30 00:38:39
Well I decided that I was going to try out Cmud and after reading through the manual, I'm still a bit confused. My real trouble is that I can't seem to get to where I can use my Kata combos and I can't seem to get the targeting correct

I enter for F1 - which I literally had to input F then 1

kata perform $target bash bash bash bash bash bash bash

keeps saying invalid target and I can't seem to get target right

I know that if I used nexus it would be #set t$1

And now I still seem to be even more confused if anyone could mind taking a bit of time and helping me make more sense of it I would be eternally grateful
Exeryte2007-12-30 01:05:11
I don't know much about CMUD or monk bashing, but I would use:

#alias {t} {target=%1;#say Target is @target}
#key F1 {kata perform @target bash bash bash bash bash bash bash}

Use T to set the target, and then hit F1 to start the bashing form.
Galad2007-12-30 01:32:52
awesome thanks dude