Page 1 of 1
Agility [doubt]
Posted: 2008-04-17 15:57:53
by Knight1106
lets think i will cast a spell...
if i bind it in the injection Hotkeys tab like F2 -> cast 'Poison' 'lasttarget'
is faster then
if i make a script and then bind a key to run that script ?
Posted: 2008-04-17 19:59:53
by Destruction
Ммм.. кто-то понял смысл вопроса?
Sorry, may be i clumsy understand..
,exec script_name ?
Posted: 2008-04-18 17:44:03
by Knight1106
sorry for my english...
let me try again...
there are 2 possibilities:
I make a script like
sub poison()
uo.cast('Poison','lasttarget')
end sub
and go to injections Hotkey tab and bind a key like: F2 -> exec poison
the other possibility:
i go to the injections Hotkey tab and bind a key like: F2 -> cast 'Poison' 'lasttarget'
Is one of them faster than the other ? Wich of them the spell will be casted faster ?
Posted: 2008-04-18 18:28:03
by Destruction
Knight1106 wrote:sorry for my english...
let me try again...
there are 2 possibilities:
I make a script like
sub poison()
uo.cast('Poison','lasttarget')
end sub
and go to injections Hotkey tab and bind a key like: F2 -> exec poison
the other possibility:
i go to the injections Hotkey tab and bind a key like: F2 -> cast 'Poison' 'lasttarget'
Is one of them faster than the other ? Wich of them the spell will be casted faster ?
Hotkey without script (variant 2) is more faster.
Posted: 2008-05-30 16:17:33
by toqui
make macro in the uo client.
say ,cast Poison last
Posted: 2008-05-30 18:19:09
by Destruction
toqui wrote:make macro in the uo client.
say ,cast Poison last
Macro in injection is better.
Posted: 2008-05-31 21:59:04
by Infectous
think combos... script imo = better, you can detect wop & have anti spells like magic arrow a para & have auto targets etc... may be I have said too much haha