Показать сообщение отдельно
Re: UO Pilot- 5 Skill Trainer Script
Старый 03.06.2010, 15:46   #2
Avalon
Newbie
 
Аватар для Avalon
 
Регистрация: 22.08.2009
Возраст: 35
Сообщений: 62
Репутация: 2 [+/-]
имеет нулевую репутацию
Avalon имеет нулевую репутацию
Чар: Avalon
По умолчанию Re: UO Pilot- 5 Skill Trainer Script

First of all I think your script is really helpfull for other beginners, nice post.

I should train magery to 40% first with Poison spell on object. because low cost of reagents

And I focussed my skills separately because its easier to script ^^ (less bugs)
but combine them is also good I think.



To train resistance fast try this script.
/======================/
Recommended properties:
50+% Magery (firefield)
75+% healing
150 Str/Hits
set UOpilot read line speed to 33 instead of 100 ms.
/======================/


[SCRIPT2]
**************************************
firefield:
if mana > 25
send F1 // Cast Fire field target self
wait 5000
if hits < 150
goto heal
end_if
else
send F5 // Meditation
wait 3000
end_if
goto firefield

heal:
if hits < 150
send F2 // Use Bandage target self
wait 2350
end_if
if hits > 149 // Checks if firefield is gone
wait 500
if hits > 149
wait 500
if hits > 149
goto firefield
end_if
end_if
end_if
goto heal
**************************************


[SCRIPT1]
**************************************
while hits > 75 and hits < 149
repeat 10
send F3 // Walk North Walk North (2 actions and leave mouse far from char to get run effect)
end_repeat
repeat 10
send F4 // Walk South Walk South (2 actions and leave mouse far from char to get run effect)
end_repeat
end_while
**************************************

FORUM WON'T DISPLAY TABS IN CODE SORRY FOR THIS...
Avalon вне форума   Ответить с цитированием