Yoko

All sides of Injection
It is currently 2026-01-16 16:28:44

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
 Post subject: vremja magiji.
PostPosted: 2009-03-18 19:41:52 
Offline
User avatar

Joined: 2005-07-06 18:17:24
Posts: 228
Skript dolzhen bil otshitavat' vreme kasta(tipa countdown) no on eto nedelaet.

u nas Flame Strike=4200 ms

Code:
sub Time_Cast()
  var k=6
  var mana=uo.mana
  while true
 if UO.InJournal(uo.GetName('self')+ ": Kal Vas Flam") then
repeat
    wait(1000)
    k=k-1
    uo.Print('wait '+STR(k)+'000 to cast.')
  until uo.InJournal('fizzles') || uo.mana <> mana
  end if
  wait(100)
  uo.DeleteJournal()
  wend
 end sub


Top
   
 Post subject: Re: vremja magiji.
PostPosted: 2009-03-18 23:08:00 
Offline

Joined: 2008-12-13 00:00:15
Posts: 174
Code:
sub Time_Cast()
  var k=6
  var mana=uo.mana
uo.DeleteJournal()
  while true
 if UO.InJournal(uo.GetName('self')+ ": Kal Vas Flam") then
repeat
    wait(1000)
    k=k-1
    uo.Print('wait '+STR(k)+'000 to cast.')
  until uo.InJournal('fizzles') || uo.mana <> mana
  end if
  wait(100)
  wend
 end sub


Top
   
 Post subject:
PostPosted: 2009-03-19 10:14:03 
Offline
User avatar

Joined: 2005-07-06 18:17:24
Posts: 228
pri uspeshnom fs magiji otshet neprikrashaetsa i pri fizzle tozhe samoe.


Top
   
 Post subject:
PostPosted: 2009-03-19 16:29:46 
Offline

Joined: 2008-12-13 00:00:15
Posts: 174
Code:
sub Time_Cast()
  var k=6
  var mana
uo.DeleteJournal()
  while not uo.injournal(uo.GetName('self')+ ": Kal Vas Flam")
    wait(100)
  wend
  mana=uo.mana
repeat
    wait(1000)
    k=k-1
    uo.Print('wait '+STR(k)+'000 to cast.')
  until uo.InJournal('fizzles') || uo.mana < mana
 end sub


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 2 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