Yoko

All sides of Injection
It is currently 2025-10-18 12:41:38

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Bowcraft Help me pls
PostPosted: 2009-03-14 11:00:19 
Offline

Joined: 2008-03-31 09:42:29
Posts: 10
Ребята нужен скрипт на прокачку Болкрафта ... С такой последовательностью Брал дерево из сундука Крафтил лук по Make Last
когда дерево заканчивалось брал из сундука еще ... + луки выкидывал или дропал под себя... У меня есть аналогия его нада просто переделать...

Помогите плз!


Top
   
 Post subject:
PostPosted: 2009-03-14 11:01:02 
Offline

Joined: 2008-03-31 09:42:29
Posts: 10
Code:
sub main()
var g,ing
UO.Exec("useobject 0x400AABC1") # 0x4000AE5E - изменить на ID сундука Из которого берётся ткань !!!
wait (2000)

   x:
   if UO.Count("0x1766") < 20 then
g=0
ing=UO.Count("0x1766")
wait (1000)
 UO.Exec("findtype 0x1766 0x0000 0x400AABC1") # Изменить на ID сундука Из которого берётся ткань !!!
Uo.Exec("grab 200 finditem")
wait (1000)
while ing==UO.Count("0x1766") and g < 120
 wait (500)
 g=g+1
 wend
endif
      if UO.Count("0x0F9D") < 2 then
      UO.Exec("usetype 0x1EB8")
      wait (1000)
      UO.LClick(70,211) # Координаты кнопки Tools в крафтовом меню Tool kit
      wait(1500)
      UO.LClick(272,111) # Координаты кнопки Sewing kit в крафтовом меню Tool kit
      wait (1500)
      endif
   UO.Exec("usetype 0x0F9D")
   wait (1000)
   UO.LClick(322,455) # Координаты кнопки make last
   wait (1500)
   UO.Exec("waittargettype 0x2307") # 0x152E- Меняем на type , которую надо резать.
   wait (500)
   UO.Exec("usetype 0x0F9F")
   wait (1000)
   

   goto x
end sub


Top
   
 Post subject:
PostPosted: 2009-03-14 11:01:34 
Offline

Joined: 2008-03-31 09:42:29
Posts: 10
Вот анология для прокачки Тейлоринга...


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 1 guest


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:  
cron
Powered by phpBB® Forum Software © phpBB Limited