for i=0 to 17 uo.FindType(LootingItem[i],'-1','lastcontainer') if uo.FindCount()>0 and uo.GetDistance('lastcontainer')<=3 then uo.Grab(0,'finditem') uo.Print('Looting: '+str(uo.findcount())) wait(t) uo.Print('End loot.') end if next
for i=0 to 17 uo.set('finddistance','3') uo.FindType(LootingItem[i],'-1','ground') if UO.FindCount() then uo.Grab(0,"finditem") wait(t) uo.Print('End loot.') end if Next end sub
Last edited by XRaiderX on 2009-02-02 14:06:06, edited 1 time in total.
for a=0 to 1 repeat for i=0 to 17 uo.FindType(LootingItem[i],'-1',b) if UO.FindCount() then uo.Grab(0,"finditem") wait(t) uo.Print('End loot.') end if Next wait(100) until uo.findcount()==0 b='lastcontainer' next end sub
Last edited by ADEPT_ABP on 2009-02-02 21:14:43, edited 1 time in total.
Играю на drw.ru
Использую инжект 505.18 VeNd0r
Начинающий скриптер.
repeat for i=0 to 17 uo.FindType(LootingItem[i],'-1','ground') if UO.FindCount() then uo.Grab(0,"finditem") wait(t) uo.Print('End loot.') end if Next wait(100) until uo.findcount()==0 end sub
да так ошибка не возникает , но этот скрипт лутит только вещи с земли, а ластконтейнер не лутит. Каким образом сюда можно вставить