Yoko

All sides of Injection
It is currently 2025-10-12 13:50:06

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2011-01-04 20:09:30 
Offline

Joined: 2009-06-12 20:10:00
Posts: 240
Location: Vasa Smerti(RASToMAN) DRW
Code:
sub ManaDrain5()
   var script='ManaDrain' ; lowercase
   if uo.getglobal(script)=='On' then
      uo.setglobal(script,0)
      uo.print(' !!! -= '+script+' Terminated =- !!! ')
      uo.exec('terminate '+script)
      uo.exec('terminate all')
   else
      uo.setglobal(script,'On')
      uo.print(' !!! -= '+script+' =- !!! ')
      #uo.exec('exec ManaDrain6')
     
  while not uo.Dead()
  uo.deletejournal()
  wait(50)
      if uo.InJournal('An Ex Por|Kal Vas Flam') then
      pwav()
    end if
  wend
     
   uo.setglobal(script,0)
   uo.print(' !!! -= '+script+' Terminated =- !!! ')   
   endif   
endsub


помогите не магу понять как зделать чтобы допустим если кто то кастует парал то играет одна музыка а если фс то другая музыка и всё это в одном скрипте


Top
   
PostPosted: 2011-01-04 23:33:49 
Offline
User avatar

Joined: 2009-05-28 09:58:28
Posts: 2802
Location: Иваново
если только 2 каста надо ловить то можно так:

Code:
  uo.deletejournal()
  while not uo.Dead()
      if uo.InJournal('An Ex Por') then
       uo.deletejournal()
       UO.Sound(100)
      end if
      if uo.InJournal('Kal Vas Flam') then
       uo.deletejournal()
       UO.Sound(100)
      end if
  wait(100)
 wend

Если больше кастов то через массив
Code:
for i = 0 to n
for j = 0 to n
      if uo.InJournal(text[i]) then
       uo.deletejournal()
       UO.Sound(j)
      end if
next
next

вместо сайнд можно вставить просто разные скрипты для проигрывания разных внешних файлов

_________________
Image
YokoInjection CodeSweeper
Ошибка "Unhandled exception in parser"
Стрелялка для олдов.


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