Page 1 of 1
Plz help me... i need this a lot...
Posted: 2006-05-13 05:00:28
by fuzazin
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.
Posted: 2006-05-13 11:43:56
by Scripts Writer
Code: Select all
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
Posted: 2006-05-14 08:32:39
by fuzazin
don´t work... but thx for attention.