Народ дай те пожалусто скрип на обкладу на шарде Оском...
Что бы логи обкладывались во круг человека... (последний цели)
ОБКЛАДКА ПОМОГИТЕ ПРОШУ....
Moderators: Murderator+, Murderator
sub obklad()
var musor = 0x1BE1 # пропиши здесь тип, чем обкладываешь
var x=uo.getserial('lasttarget')
var delay=300
uo.set('lasttarget','laststatus')
uo.findtype(musor,'-1','2')
if uo.findcount() then
uo.drop("1",str(uo.getx(x)-1),str(uo.gety(x)),0,"finditem")
endif
wait(delay)
uo.findtype(musor,'-1','2')
if uo.findcount() then
uo.drop("1",str(uo.getx(x)),str(uo.gety(x)-1),0,"finditem")
endif
wait(delay)
uo.findtype(musor,'-1','2')
if uo.findcount() then
uo.drop("1",str(uo.getx(x)+1),str(uo.gety(x)),0,"finditem")
endif
wait(delay)
uo.findtype(musor,'-1','2')
if uo.findcount() then
uo.drop("1",str(uo.getx(x)),str(uo.gety(x)+1),0,"finditem")
endif
end sub
ВОт этот скрипт то обкладывает То нет....
var musor = 0x1BE1 # пропиши здесь тип, чем обкладываешь
var x=uo.getserial('lasttarget')
var delay=300
uo.set('lasttarget','laststatus')
uo.findtype(musor,'-1','2')
if uo.findcount() then
uo.drop("1",str(uo.getx(x)-1),str(uo.gety(x)),0,"finditem")
endif
wait(delay)
uo.findtype(musor,'-1','2')
if uo.findcount() then
uo.drop("1",str(uo.getx(x)),str(uo.gety(x)-1),0,"finditem")
endif
wait(delay)
uo.findtype(musor,'-1','2')
if uo.findcount() then
uo.drop("1",str(uo.getx(x)+1),str(uo.gety(x)),0,"finditem")
endif
wait(delay)
uo.findtype(musor,'-1','2')
if uo.findcount() then
uo.drop("1",str(uo.getx(x)),str(uo.gety(x)+1),0,"finditem")
endif
end sub
ВОт этот скрипт то обкладывает То нет....