Yoko
http://forum.yoko.com.ua/

ANATOMY + HEAL
http://forum.yoko.com.ua/viewtopic.php?f=17&t=16979
Page 1 of 1

Author:  leandroatx [ 2012-04-20 09:54:28 ]
Post subject:  ANATOMY + HEAL

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

Author:  Successful [ 2012-04-21 11:04:10 ]
Post subject:  Re: ANATOMY + HEAL

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

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/