sub PvPloot() VAR i,Exit DIM LootingItem[50]
LootingItem[1] = 0x0EED ## - Shroud ( all type ) UO.SetReceivingContainer('0x4000BBE4');ID backpacka LootingItem[2] = 0x204E ## - Gold 0x204E LootingItem[3] = 0x1089 ## - Trolls ( all type ) LootingItem[4] = 0x1549 ## - Helm of the leader ( all type ) LootingItem[5] = 0x1F0B ## - Orc'a ( all type ) LootingItem[6] = 0x09D2 ## - Deamon Bysbl ( all type ) LootingItem[7] = 0x1086 ## - Deamon braclet ( all type ) LootingItem[8] = 0x1078 ## - Scrop koga ( all type ) LootingItem[9] = 0x1876 ## - Spider Wire ( all type) LootingItem[10] = 0x0F90 ## - dead wood ( all type ) LootingItem[11] = 0x0FB8 ## - scorpion sting ( all type ) LootingItem[12] = 0x0F82 ## - Dragon Blood ( all type ) LootingItem[13] = 0x1515 ## - Thieves Cloak ( all type ) LootingItem[14] = 0x13FE ## - Katana ( all type ) LootingItem[15] = 0x1415 ## - Telo ( all type ) LootingItem[16] = 0x1411 ## - Nogi ( all type ) LootingItem[17] = 0x1410 ## - Ple4i ( all type ) LootingItem[18] = 0x1414 ## - Ryki ( all type ) LootingItem[19] = 0x1412 ## - Golova ( all type ) LootingItem[20] = 0x1413 ## - Gorget ( all type ) LootingItem[21] = 0x1B78 ## - Shield ( all type ) LootingItem[22] = 0x0E76 ## - Backback ( all type ) LootingItem[23] = 0x1842 ## - Banka ( all type ) LootingItem[24] = 0x0F3F ## - Titan hamer ( all type ) LootingItem[25] = 0x1B76 ## - Heater ( all type ) LootingItem[26] = 0x108A ## - Kolbco ( all type ) LootingItem[27] = 0x13D8 ## - koganie nogi ( all type ) LootingItem[28] = 0x1C04 ## - CuCbki ( all type ) LootingItem[29] = 0x1087 ## - Cerbgi ( all type ) LootingItem[30] = 0x14EB ## - Karta ( all type ) LootingItem[31] = 0x14EB ## - o4ko ( all type ) For i=1 to 1 Exit=0 repeat UO.FindType(LootingItem[i],-1,'lastcontainer') if UO.GetQuantity ('finditem') then UO.Grab('0','finditem') wait(100) Else Exit=1 endif until Exit==1 OR uo.injournal("loot") Next UO.UnSetReceivingContainer() end sub
|