Changing target
Moderators: Murderator+, Murderator
Changing target
I am loosing target in PvP. I want to change waittargetlast with the ID of the player, can someone help me?
Re: Changing target
When i am with low mana and try to cast a spell i get the msg "Auto-target canceled" and then i loose the target (i am using waittargetlast)
How to fix it?
How to fix it?
Re: Changing target
Do not perform any action between the occurrence of target and its indication
Re: Changing target
ZeroDX wrote:Do not perform any action between the occurrence of target and its indication
I am not
The line is "usetype 'FSscroll';waittargetlast"
Re: Changing target
can i see full script
Re: Changing target
ZeroDX wrote:can i see full script
That's it: "usetype 'FSscroll';waittargetlast", its directly executed from the hotkey command
But now i am using this, temporary fix for the problem
sub FSc()
if UO.Mana >= 20 then
UO.usetype('FSscroll')
uo.waittargetlast()
else
uo.charprint('0x0015','Sem mana')
endif
end sub
Re: Changing target
waittarget must be before usetype
Re: Changing target
ZeroDX wrote:waittarget must be before usetype
I still get "Auto target cancelled" and lose target when i run out of mana