Yoko

All sides of Injection
It is currently 2024-03-28 21:34:31

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Подскажите
PostPosted: 2011-07-07 22:45:47 
Offline

Joined: 2011-07-07 22:39:21
Posts: 2
Подскажите простенькую вещь :oops:

sub go()

uo.dress('1')
uo.arm('2')
uo.SecondatyAbility

end sub

Не знаю как как правильно написать, чтобы при одевании оружия сразу же включалась та или иная абилка.


Top
   
 Post subject: Re: Подскажите
PostPosted: 2011-07-07 22:48:43 
Offline
User avatar

Joined: 2006-12-08 10:51:50
Posts: 718
Location: Москва
Какая абилка?


Top
   
 Post subject: Re: Подскажите
PostPosted: 2011-07-07 23:01:14 
Offline

Joined: 2011-07-07 22:39:21
Posts: 2
Пример: у меня крис, я меняю на пику. Мне нужно чтобы сразу после того как пика в руки берется, включался парализ.


Top
   
 Post subject: Re: Подскажите
PostPosted: 2011-07-07 23:31:45 
Offline
User avatar

Joined: 2006-12-08 10:51:50
Posts: 718
Location: Москва
Ну вот после одевания любой пики - скастуется парализ на ластаттак
Code:
sub Polearm()
  var t_Weapon = '0x1234' ; тип пики
  UO.EquipT('Rhand', t_Weapon)
  UO.Cast('Paralyze', 'lastattack')
Endsub

Или вот просто с прицелом
Code:
sub Polearm()
  var t_Weapon = '0x1234' ; тип пики
  UO.EquipT('Rhand', t_Weapon)
  UO.Cast('Paralyze')
Endsub


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

All times are UTC+02:00


Who is online

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