Yoko

All sides of Injection
It is currently 2025-12-25 10:52:23

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2005-06-25 14:11:06 
Offline
User avatar

Joined: 2004-12-19 07:22:02
Posts: 8
Вот скрипт на каст - кастим со скрола - если нет скролов = касим с буки ... при нехватки маны вылазит месака .. нужно добавить сторочки .. чтобы при нехватке маны хавался пузырь с такокой ..
помогите чем сможете нищим \)
Code:
sub Flame() 
   UO.Set('lasttarget','laststatus')
   UO.FindType('0x1F5F',-1,'my')
   If UO.GetQuantity('finditem')>0 then
      if UO.Mana>=22 then
         UO.WaitTargetObject('lasttarget')
         UO.UseObject('finditem')
         uo.exec('exec rolls')
      else
         UO.Print("LOW MANA")
      endif
   else
      if UO.Mana>=45 then
         UO.Cast('Flame Strike','laststatus')
         uo.exec('exec rolls')
      else
         UO.Print("LOW MANA")
      endif
   endif
end sub


Top
   
 Post subject:
PostPosted: 2005-06-25 16:20:35 
Offline
Expert!
User avatar

Joined: 2004-08-11 23:56:17
Posts: 746
Location: The Citadel
Code:
sub Flame() 
   UO.Set('lasttarget','laststatus')
   UO.FindType('0x1F5F',-1,'my')
   If UO.GetQuantity('finditem')>0 then
      if UO.Mana < 22 then
        UO.UseType( 'тип_маны', 'цвет маны' )
      endif
         UO.WaitTargetObject('lasttarget')
         UO.UseObject('finditem')
         uo.exec('exec rolls')
       
   else
      if UO.Mana < 45 then
        UO.UseType( 'тип_маны', 'цвет маны' )
      endif
         UO.Cast('Flame Strike','laststatus')
         uo.exec('exec rolls')
       
   endif
end sub


В двух местах вставь нужный тип и цвет бутылок маны.
Их можно узнать командой ,info


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