| Yoko http://forum.yoko.com.ua/ |
|
| Help http://forum.yoko.com.ua/viewtopic.php?f=20&t=12349 |
Page 1 of 1 |
| Author: | Dim [ 2007-08-24 17:01:11 ] |
| Post subject: | Help |
Ребята хелп. Вот скриптик на расшифроку карт, но он не работает, а когда перекладываеш мапы в бег то работает. Можно зделать так чтобы он и из мешка мог их доставать!??? sub Decode() var count UO.DeleteJournal() UO.AddObject('Bag for 1st level maps') while uo.Targeting() wait(1000) wend UO.DeleteJournal() UO.AddObject('Bag for 2nd level maps') while uo.Targeting() wait(1000) wend UO.DeleteJournal() UO.AddObject('Bag for 3rd level maps') while uo.Targeting() wait(1000) wend UO.DeleteJournal() UO.AddObject('Bag for 4th level maps') while uo.Targeting() wait(1000) wend UO.DeleteJournal() UO.AddObject('Bag for 5th level maps') while uo.Targeting() wait(1000) wend UO.DeleteJournal() UO.AddObject('Bag for Treasure Map') while uo.Targeting() wait(1000) wend repeat uo.deletejournal() uo.findtype(0x14EB) uo.useobject('finditem') count=0 while not uo.injournal("map") and count<20 count=count+1 wait(100) wend if uo.injournal("level 1") then uo.moveitem('finditem',0,'Bag for 1st level maps') CheckLag() endif if uo.injournal("level 2") then uo.moveitem('finditem',0,'Bag for 2nd level maps') CheckLag() endif if uo.injournal("level 3") then uo.moveitem('finditem',0,'Bag for 3rd level maps') CheckLag() endif if uo.injournal("level 4") then uo.moveitem('finditem',0,'Bag for 4th level maps') CheckLag() endif if uo.injournal("level 5") then uo.moveitem('finditem',0,'Bag for 5th level maps') CheckLag() endif if uo.injournal("no chance") then uo.moveitem('finditem',0,'Bag for Treasure Map') CheckLag() endif until UO.FindCount()==0 UO.Print("Done") end sub sub CheckLag() UO.DeleteJournal() UO.Click('backpack') repeat Wait(500) Until uo.InJournal('backpack') end sub |
|
| Author: | Dim [ 2007-08-24 22:23:06 ] |
| Post subject: | |
Неужели не кто не поможет??????? |
|
| Author: | I'm [ 2007-08-24 22:39:18 ] |
| Post subject: | |
massmove карт в бекпак самый простой выход |
|
| Page 1 of 1 | All times are UTC+02:00 |
| Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |
|