Yoko

All sides of Injection
It is currently 2025-10-14 00:50:05

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2008-02-09 10:40:04 
Offline

Joined: 2007-11-25 22:31:17
Posts: 4
sub tinker() ; Macro simples de Tinker fazendo clock parts, deixar Iron Ingots na Bag.
VAR iron = '0x1BEF'
VAR tool = '0x1EBC'
uo.print('%autoload by SmaCk')
uo.print('Tinkering 1.0 DMS Shard')
wait(2000)
uo.print('Usa-se Tinker Tools e Iron Ingots, o Macro faz clock parts')
wait(5000)
repeat
if uo.count(tool)>=1 then
if uo.count(iron)>=1 then ; IRON
uo.usetype('0x1EBC') ; tinker tools
UO.AutoMenu('Tinkering','Parts') ; seleciona clock parts para fazer
UO.AutoMenu('Parts','hinge')
wait(3500)
else
UO.print(UO.GetNAME('self') + ", Voce nao possui Iron Ingot suficiente em sua bag, voce precisa ter pelo menos 1, mas possui apenas: " +Str(UO.Count( iron ))+ ' Iron Ingots')
wait(15000)
endif
else
uo.print(UO.GetName('self') +", Voce precisa ter um Tinker Tool na sua bag para o macro funcionar")
wait(15000)
until uo.dead()
end sub


Top
   
 Post subject:
PostPosted: 2008-02-13 20:00:43 
Offline
User avatar

Joined: 2005-08-09 23:16:57
Posts: 97
Code:
sub tinker()
   VAR iron = '0x1BEF'
   VAR tool = '0x1EBC'
   uo.print('%autoload by SmaCk')
   uo.print('Tinkering 1.0 DMS Shard')
   wait(2000)
   uo.print('Usa-se Tinker Tools e Iron Ingots, o Macro faz clock parts')
   wait(5000)
   repeat
      if uo.count(tool)>=1 then
         if uo.count(iron)>=1 then ; IRON
            uo.usetype('0x1EBC') ; tinker tools
            UO.AutoMenu('Tinkering','Parts') ; seleciona clock parts para fazer
            UO.AutoMenu('Parts','hinge')
            wait(3500)
         else
            UO.print(UO.GetNAME('self') + ", Voce nao possui Iron Ingot suficiente em sua bag, voce precisa ter pelo menos 1, mas possui apenas: " +Str(UO.Count( iron ))+ ' Iron Ingots')
            wait(15000)
         endif
      else
         uo.print(UO.GetName('self') +", Voce precisa ter um Tinker Tool na sua bag para o macro funcionar")
         wait(15000)
      end if
   until uo.dead()
end sub


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 8 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