using weapon primary/secondary skill

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
MaxiHori
Posts: 3
Joined: 2009-01-14 15:07:59

using weapon primary/secondary skill

Post 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
iRuLez
Posts: 104
Joined: 2006-05-04 18:40:42

Post 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:
Post Reply