Yoko

All sides of Injection
It is currently 2024-04-27 23:51:07

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2011-11-28 18:40:51 
Offline

Joined: 2009-07-03 01:59:31
Posts: 2
Шард rofl (Realm Of Forgotten Legends)
Не могу разобраться с меню крафта, пробывал много вариантов.
Нужна ваша помощь, пожалуйста.
Логи должны быть в бекпеке, кликаем 2 раза на пилу и появляется меню крафта. (такргет на логи кидать не нужно)
Хотел сделать простенький скрипт чтоб он брал логи, карпентрил что то и выкидывал в мусорку.

sub CarpentryClub()
VAR saw = '0x1034' #пила#
VAR log = '0x1BDD'
VAR Udochka = '0x1BD7' #то что карпентрим#
VAR Trash = '0x40042A3B'
VAR LastTimer
UO.DeleteJournal()
LastTimer=UO.Timer()
UO.WaitMenu ('CARPENTRY MENU', 'CATEGORIES', 'Other', 'CARPENTRY MENU', 'SELECTIONS', 'board')
UO.Usetype( saw )
repeat
wait( 300 )
until UO.InJournal("You put|положили|fail|не удалось|You broke|сломали") or UO.Timer()>LastTimer+300
; Сразу переложим ее в мусорку
if UO.Count( Udochka ) > 0 then
UO.FindType( Udochka, -1, 'backpack' )
UO.MoveItem( 'finditem', 0, Trash )
wait( 2000 )
UO.Print( 'готово!' )
end sub


Attachments:
Без имени-1.jpg
Без имени-1.jpg [ 159.53 KiB | Viewed 1367 times ]
Top
   
PostPosted: 2011-11-28 20:20:50 
Offline
User avatar

Joined: 2009-05-28 09:58:28
Posts: 2802
Location: Иваново
Шард судя по скрину на рануо. На ней
vinilman wrote:
UO.WaitMenu ('CARPENTRY MENU', 'CATEGORIES', 'Other', 'CARPENTRY MENU', 'SELECTIONS', 'board')
не работает
Посмотри темы вот тут, и вот тут. Там описано как работает меню крафта под ранкой.

_________________
Image
YokoInjection CodeSweeper
Ошибка "Unhandled exception in parser"
Стрелялка для олдов.


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 33 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 Limited