It is currently 28 Mar 2024, 20:36

All times are UTC + 2 hours [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 09 Dec 2016, 09:04 
Offline
Эксперт

Joined: 07 Jan 2014, 20:46
Posts: 1637
Все время исправно добавлял новый лут в список, а сейчас выскакивает ошибка
Execute at 45
Line 47 in file (тут путь указан):Runtime error
В чем может быть ошибка? Вот сам скрипт:

sub Loot()
VAR i,Exit
DIM Loot[34]


Loot[0]=0x2683 ; øðàóäû
Loot[1]=0x2253 ; êíèãà íåêðî
Loot[2]=0x1F0B ; øëåì àñîãà
Loot[3]=0x0EFA ; êíèãà ýíåðäæè
Loot[4]=0x13F8 ; ïàëêà 1
Loot[5]=0x0DF0 ; ïàëêà 2
Loot[6]=0x1F03 ; robe
Loot[7]=0x1515 ; ïëàù
Loot[8]=0x144F ; áîí1
Loot[9]=0x144E ; áîí2
Loot[10]=0x1450 ; áîí3
Loot[11]=0x1452 ; áîí4
Loot[12]=0x1451 ; áîí5
Loot[13]=0x1010 ; key
Loot[14]=0x1012 ; key2
Loot[15]=0x100E ; key3
Loot[16]=0x13B9 ; sword
Loot[17]=0x26BB ; serp
Loot[18]=0x0F21 ; darkstone
Loot[19]=0x1088 ; îæåðåëüå
Loot[20]=0x1F07 ; ñåðüãè
Loot[21]=0x1F09 ; êîëüöî
Loot[22]=0x1F06 ; brac
Loot[23]=0x14EF ;ench
Loot[24]=0x14ED ; map
Loot[25]=0x1F19 ; AC
Loot[26]=0x170B ; òàïêè õàíòåð
Loot[27]=0x26C2 ; ëóê ôèáëà
Loot[28]=0x0EED ;gold
Loot[29]=0x0E26 ;potion
Loot[30]=0x1853 ;÷åðåï
Loot[31]=0x1F1C ;ÌÑ
Loot[32]=0x0F8F ;GD
Loot[33]=0x0F09 ;bottle orc\lizard
Loot[34]=0x0F87 ;eye of newt

UO.SetReceivingContainer('0x4006A5CC') ;ID backpacka

For i=0 to 34
Exit=0
repeat
UO.FindType(Loot[i],-1,'lastcontainer')
if UO.GetQuantity('finditem') then
UO.Grab('0','finditem')
wait(1500)
Else
Exit=1
endif
until Exit==1 OR uo.injournal("loot")
Next
UO.UnSetReceivingContainer()
end sub


Top
 Profile  
 
PostPosted: 09 Dec 2016, 11:25 
Offline
Игрок

Joined: 09 Jun 2015, 22:38
Posts: 149
Напишешь в дискорде починю ))) ты мега скриптер хуле :)


Top
 Profile  
 
PostPosted: 09 Dec 2016, 12:07 
Offline
Эксперт

Joined: 07 Jan 2014, 20:46
Posts: 1637
:D ок


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 2 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 164 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group