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

How Target tile ?
http://forum.yoko.com.ua/viewtopic.php?f=3&t=12066
Page 1 of 1

Author:  danielfm86.yoko [ 2007-06-09 23:30:12 ]
Post subject:  How Target tile ?

How i make a taget target the tile that im in the moment ?

i should use UO.WaitLastTile ?

(thats used to mining, use the pickaxe and target on the floor (i used UO.WaitTagetSelf before, but it stop working on the shard, now i have to target the floor))

Author:  I'm [ 2007-06-10 12:30:21 ]
Post subject: 

Code:
UO.WaitTargetTile("_XXXX_",STR(UO.GetX()),STR(UO.GetY()),STR(UO.GetZ()))

Author:  danielfm86.yoko [ 2007-06-12 03:12:07 ]
Post subject: 

So i use this

Code:
while true
   
UO.DeleteJournal()
UO.WaitTargetTile("TileSeft",STR(UO.GetX()),STR(UO.GetY()),STR(UO.GetZ()))
UO.UseType("0x0F39")


but it return to me "Target cannot be seen"

whats happen ?

Author:  I'm [ 2007-06-12 11:12:51 ]
Post subject: 

UO.WaitTargetTile("TileSeft",........)
use ,infotile
or try:
Code:
UO.WaitTargetTile("1339",STR(UO.GetX()),STR(UO.GetY()),STR(UO.GetZ())) 

Author:  danielfm86.yoko [ 2007-06-13 04:24:01 ]
Post subject:  nops...

Still not work... ;/

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