Yoko

All sides of Injection
It is currently 2025-10-17 03:44:11

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
PostPosted: 2009-04-11 16:11:25 
Offline

Joined: 2008-03-29 18:31:31
Posts: 28
народ нужен скрипт...
короче нада чтоб при виде какоголибо чела кастуещего парализ он мгнавенно начинал кастовать спелл например consecrate weapon =)


Top
   
PostPosted: 2009-04-11 17:49:49 
Offline

Joined: 2008-03-29 18:31:31
Posts: 28
скажите хотяб че нада писать чтоб он нахадил чела который кастует паралич...


Top
   
 Post subject:
PostPosted: 2009-04-11 17:51:34 
Offline

Joined: 2008-02-08 18:38:55
Posts: 40
Code:
if uo.injournal("An Ex Por") then
....
end if


Top
   
 Post subject:
PostPosted: 2009-04-11 18:15:39 
Offline

Joined: 2008-03-29 18:31:31
Posts: 28
так норм будет?

Code:
sub paralz()
    while NOT UO.Dead()
          if uo.injournal("An Ex Por") then
          cast ('Consecrate Weapon')
          wait (50)
          endif
    end if
    wait(50)
    wend
end sub


Top
   
 Post subject:
PostPosted: 2009-04-12 12:42:13 
Offline

Joined: 2008-02-08 18:38:55
Posts: 40
Code:
sub paralz() 
    while NOT UO.Dead()
          if uo.injournal("An Ex Por") then
          cast ('Consecrate Weapon')
          wait (50)
          UO.deletejournal()
          endif
    wait(50)
    wend
end sub


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