Yoko

All sides of Injection
It is currently 2025-10-20 14:42:09

All times are UTC+02:00




Post new topic  Reply to topic  [ 6 posts ] 
Author Message
 Post subject: Dispel Vortex
PostPosted: 2009-02-21 22:26:16 
Offline

Joined: 2009-02-21 22:03:55
Posts: 3
ищу саб что б диспелил ближнего атакующего меня ворта. спасибо.
извините что клянчу :oops: глупый дядька хочет поиграть в игрушки, стыдоба :oops:


Top
   
 Post subject: Re: Dispel Vortex
PostPosted: 2009-02-22 12:40:59 
Offline
Expert!
User avatar

Joined: 2006-02-07 08:51:40
Posts: 1348
Location: г. Старый Оскол
Karmashkin wrote:
ищу саб что б диспелил ближнего атакующего меня ворта. спасибо.
извините что клянчу :oops: глупый дядька хочет поиграть в игрушки, стыдоба :oops:

Делаете бинд в закладке Hotkeys следующего содержания:
Code:
cast 'Mass Dispell' 'self'

При виде ворта клацаете кнопку и все, диспелит всех в радиусе экрана.


Top
   
 Post subject: Re: Dispel Vortex
PostPosted: 2009-02-22 19:49:54 
Offline

Joined: 2009-02-21 22:03:55
Posts: 3
Kynep wrote:
Делаете бинд в закладке Hotkeys следующего содержания:
Code:
cast 'Mass Dispell' 'self'

При виде ворта клацаете кнопку и все, диспелит всех в радиусе экрана.

В том то и дело, что всех ненадо, нужно оперативно диспельнуть того который ко мне пристал.


Top
   
 Post subject:
PostPosted: 2009-02-23 09:48:49 
Offline
Expert!
User avatar

Joined: 2004-04-04 11:13:54
Posts: 1205
Location: Балаково, Саратовская обл.
Code:
sub zzz()
   UO.Exec('set finddistance 2')
   UO.Cast('Dispell','~0x0000') ;вместо 0x0000 вставить тип вортекса
end sub


Top
   
 Post subject:
PostPosted: 2009-02-23 17:14:23 
Offline

Joined: 2009-02-21 22:03:55
Posts: 3
Savage wrote:
Code:
sub zzz()
   UO.Exec('set finddistance 2')
   UO.Cast('Dispell','~0x0000') ;вместо 0x0000 вставить тип вортекса
end sub


Играю на uodreams там два типа вортексов.
Скрипт не мой я только id подставил :)
Code:
sub VortexDispel()
var i
dim demon[2]
demon[0] = '0x00a4' #classic vortex
demon[1] = '0x00dc' #lama vortex
uo.set('finddistance', '8')
for i = 0 to 1
  uo.findtype(demon[i],'-1','ground')
  if uo.findcount() then
    uo.cast ('Dispel', 'finditem')
  endif
next
end sub
:)


Top
   
 Post subject:
PostPosted: 2009-02-24 07:16:54 
Offline
Expert!
User avatar

Joined: 2004-04-04 11:13:54
Posts: 1205
Location: Балаково, Саратовская обл.
Id ты не ставил. А если скрипт есть зачем ты топ создавал?


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

All times are UTC+02:00


Who is online

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