нашел тут но не работает

Code: Select all
var RecallObject = '0x404320C9'
sub RecallHome()
UO.Waittargetobject(RecallObject)
CastThis('0x1F14','Recall',33)
end sub
Moderators: Murderator+, Murderator
Code: Select all
var RecallObject = '0x404320C9'
sub RecallHome()
UO.Waittargetobject(RecallObject)
CastThis('0x1F14','Recall',33)
end sub
Code: Select all
sub Recall1()
UO.Recall(0x404320C9, 21)
end sub
Code: Select all
Gump 0x00000009 of type 0x100098CC
Siva: Kal Ort Por
Code: Select all
Gump 0x00000009 of type 0x100099A3
Code: Select all
sub test()
Uo.exec("set norbcheck 1")
uo.exec("set norbcalc 1")
end sub
Code: Select all
sub test()
Uo.exec("set norbcheck 1")
uo.exec("set norbcalc 1")
end sub
Code: Select all
sub Recall1()
Uo.exec("set norbcheck 1")
Uo.exec("set norbcalc 1")
UO.Recall("0x404320C9",33)
end sub
Code: Select all
Sub autostart()
Uo.exec("set norbcheck 1")
uo.exec("set norbcalc 1")
end sub