Yoko
http://forum.yoko.com.ua/

Changing target
http://forum.yoko.com.ua/viewtopic.php?f=17&t=16816
Page 1 of 1

Author:  gflip [ 2011-11-17 17:13:15 ]
Post subject:  Changing target

I am loosing target in PvP. I want to change waittargetlast with the ID of the player, can someone help me?

Author:  gflip [ 2011-11-17 18:06:02 ]
Post subject:  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?

Author:  ZeroDX [ 2011-11-17 18:23:16 ]
Post subject:  Re: Changing target

Do not perform any action between the occurrence of target and its indication

Author:  gflip [ 2011-11-17 18:25:13 ]
Post subject:  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"

Author:  ZeroDX [ 2011-11-18 02:22:49 ]
Post subject:  Re: Changing target

can i see full script

Author:  gflip [ 2011-11-18 17:06:01 ]
Post subject:  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

Author:  ZeroDX [ 2011-11-18 18:13:58 ]
Post subject:  Re: Changing target

waittarget must be before usetype

Author:  gflip [ 2011-11-18 23:33:51 ]
Post subject:  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

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/