Вернуться   Forgotten World Ultima Online Forums > Общие форумы/Common forums > Основной форум/Common forum
Основной форум/Common forum Общение игроков шарда Forgotten World, беседы на всевозможные темы, связанные с игрой. ЗАПРЕЩАЕТСЯ ОБСУЖДАТЬ ДЕЙСТВИЯ СТАФФА, НАКАЗАНИЕ - БАН.
CHIT CHAT about UO.

Ответ
 
Опции темы Опции просмотра
mining macro for uopilot?
Старый 02.12.2022, 18:34   #1
Dunn
Newbie
 
Регистрация: 12.01.2012
Сообщений: 6
Репутация: 1 [+/-]
имеет нулевую репутацию
Dunn имеет нулевую репутацию
Чар: Dunrick
По умолчанию mining macro for uopilot?

Hi everyone,

someone has a working macro for mining using uopilot?

thanks in advance!
Dunn вне форума   Ответить с цитированием
Re: mining macro for uopilot?
Старый 02.12.2022, 19:34   #2
YKYPOK
Wizard of words
 
Аватар для YKYPOK
 
Регистрация: 26.12.2010
Адрес: -----
Сообщений: 1,630
Репутация: 16 [+/-]
на правильном пути (от 16 до 25)
YKYPOK на правильном пути (от 16 до 25)
Чар: -----
Гильдия: -----
По умолчанию Re: mining macro for uopilot?

Hi
Do you want a macro to dig ore or upgrade skill mining by smelting ore?
It is impossible to dig ore through a macro in advance, because you can receive ban.
For upgrading skill iron ore must be smelted one by one.
---
Write a script in the pilot
drag xxx.xxx yyy.yyy 1
double_left yyy.yyy
wait 100

---
xxx.xxx - coordinates where the whole heap with ore lies.
yyy.yyy - the coordinates of the place in the pack where to put the ore in 1 piece.
It's better to have the coordinates of yyy.yyy somewhere in the corner of your pack so that the ore does not stack back into the pile.

Последний раз редактировалось YKYPOK; 02.12.2022 в 19:37..
YKYPOK вне форума   Ответить с цитированием
Re: mining macro for uopilot?
Старый 02.12.2022, 23:32   #3
eterrr
Player
 
Регистрация: 18.01.2010
Возраст: 45
Сообщений: 249
Репутация: 1 [+/-]
имеет нулевую репутацию
eterrr имеет нулевую репутацию
Чар: eTerNal
По умолчанию Re: mining macro for uopilot?

It's illigal if you are AFK...try to find script that dig around you 25 cells
eterrr вне форума   Ответить с цитированием
Re: mining macro for uopilot?
Старый 03.12.2022, 08:34   #4
Dunn
Newbie
 
Регистрация: 12.01.2012
Сообщений: 6
Репутация: 1 [+/-]
имеет нулевую репутацию
Dunn имеет нулевую репутацию
Чар: Dunrick
По умолчанию Re: mining macro for uopilot?

Thanks for your answers.

No i won't dig while in AFK.

Im just looking for a macro that will, like you said, dig like 25cells around me.

Or can you tell how to set coodinates xxx yyy for exemple?

Thank you in advance
Dunn вне форума   Ответить с цитированием
Re: mining macro for uopilot?
Старый 03.12.2022, 14:04   #5
eterrr
Player
 
Регистрация: 18.01.2010
Возраст: 45
Сообщений: 249
Репутация: 1 [+/-]
имеет нулевую репутацию
eterrr имеет нулевую репутацию
Чар: eTerNal
По умолчанию Re: mining macro for uopilot?

ЛЮДИ КТО НЕ ПОНИМАЕТ АНГЛИЙСКИЙ ПОМОГИТЕ ЧЕЛОВЕКУ ПОЖАЛУЙСТА!
НУЖЕН МАКРОС НА ОБКОПКУ 25 КЛЕТОК ВОКРУГ СЕБЯ.
Я ПОПРОБОВАЛ ПАРОЧКУ, НЕ ПОЛУЧИЛОСЬ.

* I asked other players on russian to help you. I found 2 script's but they doesn't work. Later i will try another ones to help you. Where are you from, friend?
eterrr вне форума   Ответить с цитированием
Re: mining macro for uopilot?
Старый 04.12.2022, 13:45   #6
grimix
Junior Player
 
Регистрация: 28.12.2013
Возраст: 39
Сообщений: 106
Репутация: 1 [+/-]
имеет нулевую репутацию
grimix имеет нулевую репутацию
Чар: grimix
По умолчанию Re: mining macro for uopilot?

[Только зарегистрированные пользователи могут видеть ссылки. Регистрация!]

2й пост, не работает?

Добавлено через 12 минут
//макр на майнинг
//- f11 соответственно макрос ультимы ласт обжект- вейтфортаргет-ласттаргет
//- пользовать надо так: встаешь на площадку которую будешь обкапывать (5*5 ты в центре) один раз копаешь сам (два клика на инструмент один раз на пол) и после этого пускаешь скрипт.
//- этим скриптом прокачал мининг с 23% до 56% за 1.5 часа =)
//- задержу между строк ставил 0мс
//- не зависит от разрешения экрана
//- можно копать полиморфнутым
//- если кто то стоит в вашем квадрате 5*5 вам это не мешает
//предустановка условий
set $not there is
set $try try mining in rock
set $cant you can't see
set $noline you have no
//-----
set $put you put the
set $loos you loosen
//-----
//предустановка координат ластцели
set #x charposx
set #y charposy
set #x #x - 2
set #y #y + 2
//основная часть
for #ii 1 5 1
for #i 1 5 1
set lasttargetx #x
set lasttargety #y
:re
send f11
waitfortarget 10000
wait 4500
set timer
while_not lastmsg = $not or lastmsg = $try or lastmsg = $cant or lastmsg = $noline
if lastmsg = $put or lastmsg = $loos
gosub re
end_if
if timer > 5000
gosub re
end_if
end_while
set #x #x
set #y #y - 1
set timer
end_for
set #x #x + 1
set #y #y + 5
set timer
end_for
//----
alarm
alarm
alarm
flash
alarm
alarm
alarm
end_script
================================
set $s1 is no ore here
set $s2 have no line
set $s3 try mining
set $s4 too far away
set $s5 has changed
set $s6 loosen some rocks
set $s7 you skill
set $s8 put the
set #x -2
while #x < 3
set #y -2
while #y < 3
set lasttargetx charposx + #x
set lasttargety charposy + #y
set lasttargetkind 2
send F10 500
set timer
while_not (lastmsg = $s1) or (lastmsg = $s2) or (lastmsg = $s3) or (lastmsg = $s4) or (timer > 15000)
if (lastmsg = $s5) or (lastmsg = $s6) or (lastmsg = $s7) or (lastmsg = $s8)
send F10 400
end_if
end_while
set #y #y + 1
end_while
set #x #x + 1
end_while
end_script

Последний раз редактировалось grimix; 04.12.2022 в 13:57.. Причина: Добавлено сообщение
grimix вне форума   Ответить с цитированием
Ответ


Опции темы
Опции просмотра

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Выкл.
HTML код Выкл.

Быстрый переход





Powered by: vBulletin® Version 3.8.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© 2004-2019 Forgotten World