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

waittarget* with delay.
http://forum.yoko.com.ua/viewtopic.php?f=4&t=3198
Page 1 of 1

Author:  ziemni [ 2005-02-24 03:52:09 ]
Post subject:  waittarget* with delay.

Yoko can u add to those functions arg delay? So it sends target after second or two after request form server.

Author:  Necr0Potenc3 [ 2005-02-24 04:21:31 ]
Post subject: 

are you thinking about something like absolute target from razor?

Author:  Goggy [ 2005-02-24 05:34:00 ]
Post subject:  Re: waittarget* with delay.

ziemni wrote:
Yoko can u add to those functions arg delay? So it sends target after second or two after request form server.


like thys??
Code:
While not UO.Targeting() 
wait(10)
wend
wait(2000)
UO.WaitTarget*

Author:  Necr0Potenc3 [ 2005-02-24 06:07:46 ]
Post subject: 

yeah but, when UO.Targeting is true, that means the client has a target cursor right?

I think that would cause injection to wait for a target while the client itself has a target cursor pending to be replied.

and maybe im wrong because yoko completly modded the original injection hehe :)

Author:  ziemni [ 2005-02-26 10:10:07 ]
Post subject:  Re: waittarget* with delay.

Goggy wrote:
ziemni wrote:
Yoko can u add to those functions arg delay? So it sends target after second or two after request form server.


like thys??
Code:
While not UO.Targeting() 
wait(10)
wend
wait(2000)
UO.WaitTarget*


Nah. ur code will just w8 for target cursor in client, and then itll wait for next target request, which will be responsed immediately.

Its more like.

Code:
while not UO.Targeting()
wait(..)
wend
wait(....)
UO.Target()


But since UO.Target is nasty function i prefer to have delayed waittarget*.

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