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 ?
Agility [doubt]
Moderators: Murderator+, Murderator
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
Ммм.. кто-то понял смысл вопроса?
Sorry, may be i clumsy understand..
,exec script_name ?
Sorry, may be i clumsy understand..

,exec script_name ?
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
-
- Posts: 64
- Joined: 2005-09-08 18:38:12
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 ?
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 ?
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
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.
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
-
- Junior Expert
- Posts: 3221
- Joined: 2004-06-24 22:08:56
toqui wrote:make macro in the uo client.
say ,cast Poison last
Macro in injection is better.
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom