Page 1 of 1

using weapon primary/secondary skill

Posted: 2009-01-17 22:15:43
by MaxiHori
Im trying to make a little script that keep Mortal Strike always active.

Got 2 problem:

first, I cannot use uo.cast() but I need to use uo.press() and that's suck ^^

second, I cannot check if the ability is already active..

any suggestion pls?

thanks

Posted: 2009-01-18 04:22:18
by iRuLez
for use uo.cast u must pass the param
well u must use this sintax

Code: Select all

uo.cast(name_spell,target)
example uo.cast("Flame Strike","laststatus")


explain the second question better of that u have done ... :roll: