Yoko

All sides of Injection
It is currently 2024-03-29 01:05:33

All times are UTC+02:00




Post new topic  Reply to topic  [ 7 posts ] 
Author Message
PostPosted: 2013-12-14 10:27:13 
Offline

Joined: 2013-11-26 15:11:15
Posts: 7
Кто сможет помогите доработать скрипт...чтоб все время плавил.а то он останавливается .когда все по плавил...
sub main()
Var Forge='0x40077A86'
Var C=1
dim Armors[3]
Armors[1]='0x13B9'
Armors[2]='0x13B9'
for c=1 to 2
while UO.Count(Armors[c])
UO.waittargettype(Armors[c])
UO.UseObject(Forge)
CheckLag()
wait(500)
wend
next
end sub
sub checklag()
uo.deletejournal('ackpack')
uo.click('backpack')
while not uo.injournal('ackpack')
wait(100)
wend
end sub


Top
   
PostPosted: 2013-12-14 15:20:13 
Offline

Joined: 2011-06-11 19:54:23
Posts: 820
А что он будет плавить, если всё переплавил оО?


Top
   
PostPosted: 2013-12-14 16:32:42 
Offline

Joined: 2013-11-26 15:11:15
Posts: 7
он просто все время делает ресурс.я думал чтоб он если сделал то сразу плавил


Top
   
PostPosted: 2013-12-14 16:43:14 
Offline

Joined: 2011-06-11 19:54:23
Posts: 820
Плавь из того же скрипта, где крафт.


Top
   
PostPosted: 2013-12-14 19:41:51 
Offline

Joined: 2013-11-26 15:11:15
Posts: 7
у мемя крафт меню...вот почему нужна макра такая.мож поправит?


Top
   
PostPosted: 2013-12-14 20:09:54 
Offline

Joined: 2011-06-11 19:54:23
Posts: 820
И что? После каждой удачно скрафченной вещи - плавь её и всё.

По скриптам - расставляй табуляцию и выкладывай их в тэге Code плиз.
Code:
sub main()
   Var Forge='0x40077A86'
   Var C=1
   dim Armors[3]
   Armors[1]='0x13B9'
   Armors[2]='0x13B9'
   while true
      for c=1 to 2
         while UO.Count(Armors[c])
            UO.waittargettype(Armors[c])
            UO.UseObject(Forge)
            CheckLag()
            wait(500)
         wend
      next
      wait(100)
   wend
end sub

sub checklag()
   uo.deletejournal('ackpack')
   uo.click('backpack')
   while not uo.injournal('ackpack')
      wait(100)
   wend
end sub


Top
   
PostPosted: 2013-12-14 20:18:41 
Offline

Joined: 2013-11-26 15:11:15
Posts: 7
очень Большое Спасибо!!!)


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 19 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:  
cron
Powered by phpBB® Forum Software © phpBB Limited