I think in the weight, or in all gray people that comes close to me I say .g.
So, I only want to stop thievery in my life because I`m losing very much of my work.
Tks for all
PH





Moderators: Murderator+, Murderator
Palerique wrote:Well, I need a solution that exactly after I`m stolen my char say .g
I think in the weight, or in all gray people that comes close to me I say .g.
So, I only want to stop thievery in my life because I`m losing very much of my work.
Tks for all
PH![]()
![]()
![]()
![]()
Code: Select all
sub alarm1()
var name
var nametype
while NOT UO.Dead
name=uo.GetName(uo.JournalSerial(uo.InJournal("You see:")-1))
nametype=uo.GetNotoriety(name)
if nametype==4 then
UO.Say("Guard !!! Pshol von "+name)
endif
UO.DeleteJournal()
wait(2000)
wend
end sub
Code: Select all
sub AntiTheif()
var myWeight
REPEAT
myWeight = UO.Weight
WHILE (myWeight <= UO.Weight)
wait(1000
WEND
UO.Say(".g")
UO.Print("Thief are detected. Script reloaded.")
UNTIL UO.Dead()
UO.Snap()
end sub