sub HideR5() #vakrug hiding kidaet na 5 kletok
HideInRange(5)
endsub
sub HideInRange(r)
uo.set('finddistance', r)
uo.Ignore('self')
uo.FindType(-1, -1, 'ground')
while uo.FindCount()
if uo.InNpc('finditem') then
uo.Hide('finditem')
wait(10)
end if
uo.Ignore('finditem')
wait(100)
uo.FindType(-1, -1, 'ground')
wend
uo.IgnoreReset()
endsub
pomagite s scriptom na drw HIDING vakrug
Moderators: Murderator+, Murderator