Yoko

All sides of Injection
It is currently 2024-04-16 19:17:44

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Need Taming Script
PostPosted: 2012-02-05 17:44:11 
Offline

Joined: 2012-01-26 13:56:28
Posts: 5
sorry if this is multiple post alrady for taming script but i do not understand other langguages..thanks no offense to others. can someone post a script for taming here =) thanks


Top
   
 Post subject: Re: Need Taming Script
PostPosted: 2012-02-17 19:50:32 
Offline

Joined: 2012-02-17 19:44:59
Posts: 7
Hi, this is a brazilian script for Taming with an item.
You can edit this to use the Skill or other itens, and you will have to edit the JOURNAL.

Code:
sub Taming() 
 uo.usetype('0x20D1')
 uo.say("all Release")
 wait(500)
 uo.usetype('0x13F8')
 wait(1000)
uo.LClick(320,219)
 UO.DeleteJournal()
 While not UO.InJournal("aceitou") and not UO.InJournal("falhou") and not UO.InJournal("is already tame")
   Wait(500)
 If UO.InJournal("aceitou") then
wait(2000)
uo.say(",exec Taming")
  End If
   If UO.InJournal("falhou") then
   uo.say(",exec TamingX")
End If   
 Wend
End sub

sub TamingX()
    UO.WaitTargetLast()
    wait(700)
     uo.usetype('0x13F8')
      UO.DeleteJournal()
 While not UO.InJournal("aceitou") and not UO.InJournal("falhou") and not UO.InJournal("is already tame")
   Wait(500)
 If UO.InJournal("aceitou") then
wait(2000)
uo.say(",exec Taming")
  End If
   If UO.InJournal("falhou") then
   uo.say(",exec TamingX")
End If   
 Wend
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: Google [Bot] and 6 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