Yoko

All sides of Injection
It is currently 2025-10-14 23:00:55

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Боевые касты!
PostPosted: 2006-03-17 19:53:40 
Offline
User avatar

Joined: 2006-02-13 17:32:30
Posts: 4
Я конешно понимаю что то что я прошу легко но я неумею!
Скиньте плз скрипты на боевые касты!


Top
   
 Post subject:
PostPosted: 2006-03-18 06:23:36 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Code:
uo.Cast('magic arrow','laststatus')


Top
   
 Post subject:
PostPosted: 2006-03-18 11:57:39 
Offline
User avatar

Joined: 2006-02-03 10:40:17
Posts: 23
Location: DRW
А мона скрипт, чтоб чар кастовал сл свитка, если нет, то с книги? А то мой не работает :(
Code:
sub Paralyze() 
  UO.Set('lasttarget','laststatus')
  UO.FindType('0x1F52',-1,'my')
  If UO.GetQuantity('finditem')>0 then
     UO.Say("StoP! No smoKinG!")
     if UO.Mana>=14 then
        UO.WaitTargetObject('laststatus')
        UO.UseObject('finditem')
  else
        UO.Print("No mana")
     endif
  else
     if UO.Mana>=1 then
     
        UO.Cast('Paralyze','laststatus')
  else
        UO.Print("No mana")
     endif
  endif
end sub


Top
   
 Post subject:
PostPosted: 2006-03-18 13:23:23 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Code:
sub Paralyze()
   UO.Set('lasttarget','laststatus')
   UO.FindType('0x1F52',-1,'backpack')
   If UO.GetQuantity('finditem')>0 then
      if UO.Mana>=14 then
         UO.WaitTargetObject('lasttarget')
         UO.UseObject('finditem')
         UO.Print("Cast Scroll!!!")
      else
         UO.Print("Low mana!!! Scroll!")
      endif
   else
      if UO.Mana>=28 then
         UO.Cast('Paralyze','laststatus')
      wait(160)
            UO.Print("Spell")
      else
         UO.Print("Low mana!!! Spell!")
      endif
   endif
end sub


Top
   
 Post subject:
PostPosted: 2006-03-18 16:59:03 
Offline
User avatar

Joined: 2006-02-03 10:40:17
Posts: 23
Location: DRW
Спасибо :D


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 5 posts ] 

All times are UTC+02:00


Who is online

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