Yoko

All sides of Injection
It is currently 2025-12-22 05:44:18

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 2008-03-09 16:35:02 
Offline

Joined: 2006-02-09 11:37:25
Posts: 94
есть скрипт на кач магери:

Code:
sub TrainMagery() 
UO.AddObject("Container")
While UO.Targeting()
 Wait(100)
Wend

##########################

While NOT UO.Dead()

   While UO.Mana>10 AND UO.Count("0x0F88")>0 AND UO.Count("0x0F88")>0
    UO.Cast("Poison","self")
      Wait(3000)
      CheckLag()
   Wend

   While UO.Mana<UO.Int
      UO.WarMode("0")
      UO.UseSkill("Meditation")
      Wait(3000)
   Wend

   If UO.Count("0x0F88")==0 Then
      UO.Useobject("Container")
      CheckLag()
      UO.FindType("0x0F88",-1,"Container")
      UO.Grab("50","finditem")
      CheckLag()
   EndIf
   
   If UO.Count("0x0F88")==0 Then
      UO.Useobject("Container")
      CheckLag()
      UO.FindType("0x0F88",-1,"Container")
      UO.Grab("50","finditem")
      CheckLag()
   EndIf
   
Wend
end sub

sub CheckLag()
  UO.DeleteJournal()
  UO.Click('backpack')
  Repeat
    Wait(500)
  Until UO.InJournal("backpack")
endsub # TrainMagery


Вот тут UO.Cast("Poison","self") в строчке надо с себя поменять на предмет, а именно на лук: тип лука Type=0x13B1 ид ID=0x401C2D60 цвет Colour: 0x050E Я просто подставлял тип, пишет пассер по этой строчке, хз как сделать... Помогите плз! Заранее спасибо!


Top
   
 Post subject:
PostPosted: 2008-03-10 03:14:08 
Offline

Joined: 2007-04-26 23:35:15
Posts: 220
Code:
uo.waittargettype( '0x13B1' )
uo.cast( 'Poison' )


Top
   
 Post subject:
PostPosted: 2008-03-10 14:45:43 
Offline

Joined: 2006-02-09 11:37:25
Posts: 94
Спасибо, теперь все работает!


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