Yoko

All sides of Injection
It is currently 2026-03-10 14:48:27

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2004-08-20 11:06:50 
Offline

Joined: 2004-08-20 11:02:35
Posts: 11
hi, i make a script for teleport a roof i use tile but not work i used a lasttile and work say ,infotile lasttile and say this
1447 2248 1208 20 and make this macro


sub teleport()
uo.waittargettile("1447",str(uo.getx("2248")),str(uo.gety("1208")),str(uo.getz("20")))
uo.cast("Teleport")
end sub

but not Teleport in this tile... teleport on me now local....


Top
   
PostPosted: 2004-08-20 12:20:41 
Offline

Joined: 2004-08-06 08:55:57
Posts: 4
Arthur wrote:
hi, i make a script for teleport a roof i use tile but not work i used a lasttile and work say ,infotile lasttile and say this
1447 2248 1208 20 and make this macro


sub teleport()
uo.waittargettile("1447",str(uo.getx("2248")),str(uo.gety("1208")),str(uo.getz("20")))
uo.cast("Teleport")
end sub

but not Teleport in this tile... teleport on me now local....


hi, use this:

sub teleport()
uo.waittargettile("1447","2248",1208","20")
uo.cast("Teleport")
end sub


Top
   
 Post subject:
PostPosted: 2004-08-20 12:30:19 
Offline

Joined: 2004-08-13 00:00:02
Posts: 14
If you want to set relative position of any object:

Code:
UO.WaitTargetTile("1447",Str(UO.GetX("object_id")),Str(UO.GetY("object_id")),Str(UO.GetZ("object_id")))


Top
   
PostPosted: 2004-08-20 13:21:04 
Offline

Joined: 2004-08-20 11:02:35
Posts: 11
LeiTZ wrote:
Arthur wrote:
hi, i make a script for teleport a roof i use tile but not work i used a lasttile and work say ,infotile lasttile and say this
1447 2248 1208 20 and make this macro


sub teleport()
uo.waittargettile("1447",str(uo.getx("2248")),str(uo.gety("1208")),str(uo.getz("20")))
uo.cast("Teleport")
end sub

but not Teleport in this tile... teleport on me now local....


hi, use this:

sub teleport()
uo.waittargettile("1447","2248",1208","20")
uo.cast("Teleport")
end sub


thanks work =)

and for another not a object is a roof statics not can ,addobject :S


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 2 guests


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:  
Powered by phpBB® Forum Software © phpBB Limited