Yoko

All sides of Injection
It is currently 2025-11-05 08:46:00

All times are UTC+02:00




Post new topic  This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
PostPosted: 2005-02-22 01:28:34 
Offline

Joined: 2005-01-31 05:44:14
Posts: 8
заранее спасибо


Top
   
 
PostPosted: 2005-02-22 01:49:30 
Offline
User avatar

Joined: 2005-02-08 15:39:19
Posts: 86
Location: D.R.W.
BRYAN wrote:
заранее спасибо

Code:
#плавка железа
#подходим к форже и запускаем скрипт
var 1 = '****'#тайп железки1#
var 2 = '****'#тайп железки2#
var 3 = '****'#тайп железки3#
var 4 = '****'#тайп железки4#
var 5 = '****'#тайп железки5#
var 6 = '****'#тайп железки6#
sub main()       
while uo.count(1)>0)
uo.usefromground(0x0FB1)
uo.waittargettype(1)
wait(200)
wend
while uo.count(2)>0)
uo.usefromground(0x0FB1)
uo.waittargettype(2))
wait(200)
wend
while uo.count(3)>0)
uo.usefromground(0x0FB1)
uo.waittargettype(3))
wait(200)
wend
while uo.count(4)>0)
uo.usefromground(0x0FB1)
uo.waittargettype(4))
wait(200)
wend
while uo.count(5)>0)
uo.usefromground(0x0FB1)
uo.waittargettype(5))
wait(200)
wend
while uo.count(6)>0)
uo.usefromground(0x0FB1)
uo.waittargettype(6))
wait(200)
wend
end sub

_________________
у меня есть 400 мешочков в каждом по 255 никлейсов,один никлейс-32гп всё влом пойти загнать..


Top
   
 
 Post subject:
PostPosted: 2005-02-22 07:48:15 
Offline

Joined: 2005-01-31 05:44:14
Posts: 8
еще раз спасибо


Top
   
 
 Post subject:
PostPosted: 2005-02-22 09:10:59 
Offline
Expert!
User avatar

Joined: 2004-07-04 00:14:58
Posts: 1284
Code:
sub SmeltTrush()
var tType, cType, Forge='0x4015F387'
   UO.Print('Откуда тырим?')
   uo.addobject('objFrom')
   while uo.Targeting()
      wait(200)
   wend
   UO.UseObject('objFrom')
   CheckLag()
   UO.Print('Что брать то?')
   uo.addobject('objType')
   while uo.Targeting()
      wait(200)
   wend
   tType = uo.GetGraphic('objType')
   cType = uo.GetColor('objType')
   UO.Findtype(tType,cType,'objFrom')
   while UO.GetQuantity('finditem')>0
      UO.MoveItem('finditem',-1,'backpack')      
      CheckLag()
      UO.FindType(tType,cType,'backpack')
      If UO.GetQuantity('finditem') then
         UO.WaitTargetObject('finditem')
         UO.UseObject(Forge)
         wait(3000)
         CheckLag()
      Endif
      if UO.Weight > UO.STR*4 then
         UO.FindType('0x1BEF','0x0000','backpack')
         UO.MoveItem('finditem',-1,'objFrom')
         CheckLag()
      end if
      UO.Findtype(tType,cType,'objFrom')
   wend
end sub
прописываем ид форжи тыкаем на мешочек где лежат айтемы для плавления, тыкаем на айтем который будем плавить...
сплавит все айтемы из мешка того же типа/цвета что и указанный образец.


Top
   
 
Display posts from previous:  Sort by  
Post new topic  This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC+02:00


Who is online

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