Yoko

All sides of Injection
It is currently 2025-11-13 12:57:13

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2007-05-18 18:45:27 
Offline

Joined: 2007-03-05 11:39:11
Posts: 42
нужен скрипт такого плана...когда хп меньше 90 например...чар уходит в хайд и хелиться...а потом пишет какое-нибудь слово...(чтобы выйти из хайда)


Last edited by Saint on 2007-05-21 12:43:38, edited 1 time in total.

Top
   
 Post subject:
PostPosted: 2007-05-18 19:30:21 
Offline

Joined: 2005-01-06 11:49:28
Posts: 205
Code:
sub heal()
repeat
if uo.life<90 then
  repeat
  uo.deletejournal()
  uo.exec('warmode 0')
  uo.useskill ('Hiding')
  wait (3000)
  until uo.injournal ('You have hidden')
  while uo.life<>uo.str
    UO.BandageSelf()
    wait(3000)
  wend
  uo.msg('1')
else
  wait(50)
end if
until uo.dead() or false
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 1 guest


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