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....
Can you help me whit a macro for Teleport?
Moderators: Murderator+, Murderator
Re: Can you help me whit a macro for Teleport?
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
If you want to set relative position of any object:
Code: Select all
UO.WaitTargetTile("1447",Str(UO.GetX("object_id")),Str(UO.GetY("object_id")),Str(UO.GetZ("object_id")))
Re: Can you help me whit a macro for Teleport?
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