ФАСТ ЛУТ плизз срочно нунен...
Posted: 2006-02-27 20:00:18
народ дайте плиз скрипт на фаст лут чтобы чар сначала резал трупак а потом лутил...всякие там фулы реги гп и тд. и тп. 

Code: Select all
sub Loot5()
VAR i,Exit
DIM Loot[1]
UO.WaitTargetObject("lastcorpse")
UO.useType('0x0EC2'); -Тип Дагера поставь
wait(1000)
Loot[0]='0x0F7E';
UO.SetReceivingContainer('0x40188C12'); Backpack
For i=0 to 1
Exit=0
repeat
UO.FindType(Loot[0],-1,'lastcontainer')
if UO.GetQuantity('finditem') then
UO.Grab('lastcontainer','finditem')
wait(650)
Else
Exit=1
endif
until Exit==1 OR uo.injournal("loot")
Next
UO.UnSetReceivingContainer()
end sub