Тема: UO Pilot
Показать сообщение отдельно
Re: UO Pilot
Старый 03.02.2011, 19:10   #8
Sindo
The Hero
 
Регистрация: 02.02.2007
Адрес: KIDs
Возраст: 35
Сообщений: 969
Репутация: 52 [+/-]
имеет хорошую репутацию (от 26 до 75)
Sindo имеет хорошую репутацию (от 26 до 75)
Чар: Sindoatan
Гильдия: KIDs
По умолчанию Re: UO Pilot

Цитата:
Сообщение от thirdEye Посмотреть сообщение
Thanks for replying, but my butcher doesnt re-equip after it gets destroyed

whats the line in UO pilot to keep using new butcher after certain amount of time?

spasibo
I have no UO installed now, so i can't try uoassist macro with butcher. But if it doesn't works, try this:
[PHP]set %a[1] 1123456 // 1st butcher ID
set %a[2] 456789 // 2nd butcher ID
set %a[3] 67890 // 3rd butcher ID
set #i 0
:start
if #i > 2
set #i 1
else
set #i #i + 1
end_if
set LastObjectID %a[#i]
send F1 1000 // LastObject client macro
send Spacebar 3000 // AttackLast client macro
goto start[/PHP]Item's ID you can find [Только зарегистрированные пользователи могут видеть ссылки. Регистрация!] after each item using.
__________________
May the Force be with you..
Sindo вне форума   Ответить с цитированием