Yoko

All sides of Injection
It is currently 2024-03-28 23:32:48

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
 Post subject: ANATOMY + HEAL
PostPosted: 2012-04-20 09:54:28 
Offline

Joined: 2012-04-20 08:40:44
Posts: 5
Hi i need a script, anatomy + heal when player has less then 40 life
anyone ? plz! thx

example;
anatomy tgt self
if str < 40 use bandage


Top
   
 Post subject: Re: ANATOMY + HEAL
PostPosted: 2012-04-21 11:04:10 
Offline

Joined: 2008-12-13 00:00:15
Posts: 174
Code:
sub Anatomy_()
while not uo.dead()
uo.deletejournal()
uo.waittargetself()
uo.useskill ('Anatomy')
repeat
wait(100)
until uo.injournal('ms1|ms2|ms3?')
if uo.life < 40 then
repeat
uo.bandageself()
wait(4000)
until uo.life == uo.str()
end if
wend
end sub


('ms1|ms2|ms3?') write the journal massages here


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