Yoko

All sides of Injection
It is currently 2025-11-10 00:26:14

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
PostPosted: 2005-01-19 11:38:05 
Offline

Joined: 2004-12-10 08:35:18
Posts: 29
Code:
sub magery() 
 repeat
  while uo.mana < uo.int
   uo.useskill("Meditation")
   wait (2500)
  wend
   uo.cast('Night Sight','self')
   wait (2000)
 until uo.dead()
end sub


Все работает. Только одна проблемка. Нужно что бы скрипт дождался появления надписи You are at peace. А то без этого медитация не качается.


Top
   
PostPosted: 2005-01-19 12:00:05 
Offline
Expert!
User avatar

Joined: 2004-07-04 00:14:58
Posts: 1284
процедурка на медитацию:
Code:
sub UseMeditation() 
var a
While UO.MANA < UO.INT
   UO.DeleteJournal()
   UO.UseSkill('Meditation')
   repeat
      wait(900)       
   until UO.InJournal("You are") OR UO.InJournal("You lose")
wend
end sub


Top
   
PostPosted: 2005-01-19 12:08:32 
Offline

Joined: 2004-12-10 08:35:18
Posts: 29
Sfagnum wrote:
процедурка на медитацию:
Code:
sub UseMeditation() 
var a
While UO.MANA < UO.INT
   UO.DeleteJournal()
   UO.UseSkill('Meditation')
   repeat
      wait(900)       
   until UO.InJournal("You are") OR UO.InJournal("You lose")
wend
end sub


Медитирует грамотно, спасибо. А как теперь сделать что бы после медитации переходил на каст НС на себя?


Top
   
 Post subject:
PostPosted: 2005-01-19 12:11:17 
Offline

Joined: 2004-12-10 08:35:18
Posts: 29
Пытвлся добавить эту медитацию в место своей, так он только медитировать и пытается, а кастовать-не кастует.


Top
   
 Post subject:
PostPosted: 2005-01-19 12:17:51 
Offline

Joined: 2004-12-10 08:35:18
Posts: 29
Ух.
Еще раз спасибо огромное за медитацию. Доперло, доделал, все пашет!


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