Yoko

All sides of Injection
It is currently 2025-11-07 01:48:49

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
 Post subject: How Target tile ?
PostPosted: 2007-06-09 23:30:12 
Offline

Joined: 2007-05-15 02:21:12
Posts: 8
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))


Top
   
 Post subject:
PostPosted: 2007-06-10 12:30:21 
Offline
Expert!
User avatar

Joined: 2004-10-15 22:38:04
Posts: 1396
Location: Moscow City.
Code:
UO.WaitTargetTile("_XXXX_",STR(UO.GetX()),STR(UO.GetY()),STR(UO.GetZ()))

_________________
The End.


Top
   
 Post subject:
PostPosted: 2007-06-12 03:12:07 
Offline

Joined: 2007-05-15 02:21:12
Posts: 8
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 ?


Top
   
 Post subject:
PostPosted: 2007-06-12 11:12:51 
Offline
Expert!
User avatar

Joined: 2004-10-15 22:38:04
Posts: 1396
Location: Moscow City.
UO.WaitTargetTile("TileSeft",........)
use ,infotile
or try:
Code:
UO.WaitTargetTile("1339",STR(UO.GetX()),STR(UO.GetY()),STR(UO.GetZ())) 

_________________
The End.


Top
   
 Post subject: nops...
PostPosted: 2007-06-13 04:24:01 
Offline

Joined: 2007-05-15 02:21:12
Posts: 8
Still not work... ;/


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 5 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited