Yoko

All sides of Injection
It is currently 2025-10-26 09:59:10

All times are UTC+02:00




Post new topic  Reply to topic  [ 8 posts ] 
Author Message
PostPosted: 2007-03-26 16:09:02 
Offline

Joined: 2007-01-31 12:15:24
Posts: 25
Народ нужен скрипт на обкаст себя 4 спелами чтоб запускаеш скрипт он снимал лук делал обкаст одевал лук обратно когда обкаст проходит он повторялбы процедуру. Играю на Middle-earth.ru. Плиз помогите. За ранее спасибо.


Top
   
 Post subject:
PostPosted: 2007-03-26 16:25:32 
Offline
User avatar

Joined: 2007-03-24 08:12:51
Posts: 188
Code:
uo.cast(
wait(


используй эту комбинацию 4 раза :)


Top
   
 Post subject:
PostPosted: 2007-03-26 16:39:31 
Offline

Joined: 2007-01-31 12:15:24
Posts: 25
мне нужно чтоб при включении он снял оружие обкастился одел оружие когда каст сподает он опять обкастился


Top
   
 Post subject:
PostPosted: 2007-03-27 06:32:47 
Offline
User avatar

Joined: 2007-03-24 08:12:51
Posts: 188
запомнил
одел
снял (вроде бы так)
Code:
uo.setarm(
uo.arm(
uo.disarm(


Top
   
 Post subject:
PostPosted: 2007-03-27 06:34:27 
Offline
User avatar

Joined: 2007-03-24 08:12:51
Posts: 188
получаем
:)
Code:
uo.setarm(
uo.disarm(
uo.cast(
uo.cast(
uo.cast(
uo.cast(
uo.arm(


Top
   
 Post subject:
PostPosted: 2007-03-27 08:08:56 
Offline

Joined: 2007-01-31 12:15:24
Posts: 25
А как чтоб когда каст спадал он заново все запускал


Top
   
 Post subject:
PostPosted: 2007-03-27 16:06:24 
Offline
User avatar

Joined: 2007-03-24 08:12:51
Posts: 188
засеки скоко каст держиться)


Top
   
 Post subject:
PostPosted: 2007-03-27 16:10:31 
Offline

Joined: 2006-03-10 00:19:11
Posts: 265
Location: http://drw.ru/
ну блин так и быть, щас подниму весь тот мусор что я писал два года назад, было гдето)
Code:
Sub CastSpell(spell)
var timer=0
   repeat
    UO.DeleteJournal()
    UO.Cast(spell)
    repeat
     timer=timer+1
     wait(10)
    until UO.InJournal('An|Ex|Por|Lor|Des|Rel|You lack') or timer==300
    if UO.InJournal('You lack') then
     if UO.InJournal('sufficient mana') then
      if UO.Count('0x0F0E','0x09DF') then
       Mana()
       goto cast
      else
       UO.Print('КАСТ НЕВОЗМОЖЕН - НЕТУ МАНЫ')
       return 'nomana'
      endif
     else
      UO.Print('КАСТ НЕВОЗМОЖЕН - НЕТУ РЕГОВ')
      return 'noregs'
     endif
    endif
    if UO.InJournal('line|see the target') then
     UO.Print('ЦЕЛЬ НЕ ВИДАТЬ')
     return 'notarg'
    endif
    WaitManaChange(UO.Mana)
    UO.Print('КАСТ ОКОНЧЕН')
   until not UO.InJournal('fizzle')
   return 'success'
endsub


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

All times are UTC+02:00


Who is online

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