Plz help me... i need this a lot...

for removed topics

Moderators: Murderator+, Murderator

Post Reply
fuzazin
Posts: 14
Joined: 2005-05-28 18:59:31

Plz help me... i need this a lot...

Post 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.
Scripts Writer
Posts: 2259
Joined: 2005-04-19 18:00:29
Location: Московская область
Contact:

Post 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
fuzazin
Posts: 14
Joined: 2005-05-28 18:59:31

Post by fuzazin »

don´t work... but thx for attention.
Post Reply