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
using weapon primary/secondary skill
Moderators: Murderator+, Murderator
for use uo.cast u must pass the param
well u must use this sintax
explain the second question better of that u have done ...
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 ...
