Yoko

All sides of Injection
It is currently 2025-10-15 17:17:30

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2005-02-06 16:45:37 
Offline

Joined: 2004-05-18 02:24:25
Posts: 117
Code:
sub kast()
uo.deletejournal()
uo.cast('Flame Strake','self')
if uo.injournal("Kal Vas Flam") then
uo.msg('lalalalalalalalal')
end if
end sub


проблема в том что слова lalalalalalalal выскакивают быстрее каста.....!
как указать инжу чтобы он ждал Слова Kal Vas Flam а потом сразу же говарил lalalalalalalalal????

ах да и еще когда встовляешь сторчку uo.deletejournal() то он вообше ничего не пишет!


Top
   
 Post subject:
PostPosted: 2005-02-06 16:58:16 
Offline
User avatar

Joined: 2004-12-29 15:16:45
Posts: 112
ну ты сразу после команды на каст проверяешь на слова, кастуется же не моментально, попробуй так:
Code:
sub kast()
uo.deletejournal()
uo.cast('Flame Strake','self')
repeat
wait(100)
until uo.injournal("Kal Vas Flam") or uo.injournal("fizzle")
if uo.injournal("Kal Vas Flam") then
uo.msg('lalalalalalalalal')
end if
end sub


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