Yoko

All sides of Injection
It is currently 2024-03-29 17:24:11

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 2006-05-13 05:00:28 
Offline

Joined: 2005-05-28 18:59:31
Posts: 14
Plz... someone can do one script for me? .... use spirit speak, if fail repeat, use dispel urself, if fail repeat, use medit, if fail repeat. I need so much... English version plz.


Top
   
 Post subject:
PostPosted: 2006-05-13 11:43:56 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Code:
sub spirit()
while not uo.Dead()
  repeat 
    repeat
      uo.useskill ("Spirit Speak")
      uo.DeleteJournal()
      repeat
        wait(10)
      until UO.InJournal("You establish a connection to the netherworld.") or uo.InJournal("You fail your attempt at contacting the netherworld.")
    until uo.InJournal("You establish a connection")
    if uo.InJournal("You establish") then
      uo.Cast('Dispel','self')
      wait(3000)
    end if
  until uo.mana < 50
  while not uo.mana == uo.Int
    uo.UseSkill('Meditation')
    wait(4000)
  wend
wend
end sub


Top
   
 Post subject:
PostPosted: 2006-05-14 08:32:39 
Offline

Joined: 2005-05-28 18:59:31
Posts: 14
don´t work... but thx for attention.


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

All times are UTC+02:00


Who is online

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