Who could make me a script of myself healing/parrying? By using shield/band?
Also, another script for second character to auto attack/re-equip dagger it gets destroyed.
Репутация: 52[+/-] имеет хорошую репутацию (от 26 до 75)
Чар: Sindoatan
Гильдия: KIDs
Re: UO Pilot
Цитата:
Сообщение от thirdEye
Bumping the thread.
Who could make me a script of myself healing/parrying? By using shield/band?
Also, another script for second character to auto attack/re-equip dagger it gets destroyed.
spasibo!!
1) [Только зарегистрированные пользователи могут видеть ссылки. Регистрация!]
2)
PHP код:
send Spacebar 3000 //Macro with AttackLast in Client send F1 // Macro in Assist with using your weapon as LastObject with 'by type' conversion // Mark your opponent with any target before using
3) [Только зарегистрированные пользователи могут видеть ссылки. Регистрация!] Use it for 1st script comments translation.
Репутация: 52[+/-] имеет хорошую репутацию (от 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
Item's ID you can find [Только зарегистрированные пользователи могут видеть ссылки. Регистрация!] after each item using.