| Yoko http://forum.yoko.com.ua/ |
|
| Unhandled exception in parser http://forum.yoko.com.ua/viewtopic.php?f=20&t=7250 |
Page 1 of 1 |
| Author: | Dread Masta [ 2006-04-02 23:57:32 ] |
| Post subject: | Unhandled exception in parser |
я вот пробовал этот скрипт использовать sub Loot() VAR WaitTime=700 VAR Exit=0, i DIM Loot[16] Loot[0]=0x1400 ; êðèñ Loot[1]=0x13FE ; êàòàíà Loot[2]=0x1441 ; Êóòëà Loot[3]=0x2DB2 ; Êëþõà Loot[4]=0x1B7B ; êðóãëûé ùèò Loot[5]=0x1B74 ; êèòå øèò Loot[6]=0x1B76 ; Êâàäðàòíûé ùèò Loot[7]=0x1413 ; ! Ãîðæåòêà Loot[8]=0x1414 ; ! Ïåð÷àòêè Loot[9]=0x1415 ; ! Òåëî Loot[10]=0x1410 ; ! Ïëå÷è Loot[11]=0x1411 ; ! Íîãè Loot[12]=0x1412 ; Øëåì Loot[13]=0x0F09 ; Ìàíêè Loot[14]=0x0E76 ; ìåøîê #1 Loot[15]=0x0E75 ; Ìåøîê #2 Loot[16]=0x09B0 ; Ìåøîê #3 UO.UseObject('lastcorpse') UO.SetReceivingContainer('0x40186760') ; loot store bag For i=0 to 24 UO.FindType(Loot[i],-1,'ground') if UO.GetQuantity('finditem') then UO.Grab(STR(0),'finditem') wait(WaitTime) endif if UO.GetQuantity('lastcorpse') then UO.FindType(Loot[i],-1,'lastcorpse') if UO.GetQuantity('finditem') then if Loot[i]==0x1078 then UO.WaitTargetObject('finditem') UO.UseType('0x0F9E') else UO.Grab(STR(0),'finditem') endif wait(WaitTime) endif endif next ; UO.UnSetReceivingContainer() end sub там немного изменил количество итемов, и сами итемы, было их 25 сначало так вот, лутать он лутает, только некоторые вещи пропускает , и в конце вылезает эта ошибка -Unhandled exception in parser кто нибудь подскажите из за чего это может быть? |
|
| Author: | Smog [ 2006-04-03 05:54:11 ] |
| Post subject: | |
Code: DIM Loot[16] Code: Loot[0]=0x1400 ; êðèñ Пересчитай кол-во забитых итемов. Code: For i=0 to 24 Или додумайся на какое число надо изменить 24, или дописывай еще 8 итемов. |
|
| Author: | Edred [ 2006-04-03 08:39:31 ] |
| Post subject: | |
Нужно просто внимательно прочитать первые три урока |
|
| Page 1 of 1 | All times are UTC+02:00 |
| Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |
|