1. Press okay in gump window.
2. Use ,infogump command.
3. Copy infogump report to this topic.
YokoInjection CodeSweeper Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Самый тупой способ, который я использовал - это на пилоте, раз в минуту, макрос нажатия координат (пилоту до лампочки уошные координаты). И добывающим макросам он не вредит.
You should use UO Pilot. The macro of pressing of co-ordinates of the button "okay" is necessary to you.
To translate the text, I used www.translate.ru. Excuse, if it is badly translated.
Спасибо всем, у кого учился!
Меня трудно найти, легко потерять, и невозможно забыть. Я - рабочий исходник!
the only problem, is that i haven't been macro checked yet, since that time.
i even tryed to make a macro to do infogump from time to time... let's wait.
на русском языке:
единственная проблема заключается в том, что я еще не был проверен еще макро, с того времени.
Я даже tryed сделать макрос сделать infogump время от времени ... Будем ждать.
sub AntiMacro()
var line
repeat
if not uo.lastgump('replyed') && uo.lastgump('text',0) == 'This is a check for' then
line = Right(uo.LastGump('button', 1), 7)
wait(2000)
uo.LClick(val(Left(line, 3)), val(Right(line, 3)))
repeat
wait(100)
until uo.lastgump('replyed')
endif
wait(500)
until false
endsub
YokoInjection CodeSweeper Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
YokoInjection CodeSweeper Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
sub asd() VAR x, y repeat if not uo.lastgump('replyed') then if uo.lastgump('text', 0) == 'This is a check for' then x = val(GetWord(uo.lastgump('command', 6), 2)) + 2 y = val(GetWord(uo.lastgump('command', 6), 3)) + 2 uo.lclick(x, y) endif endif wait(1000) until false end sub
Sub GetWord(st, nom) VAR tmpst, i, dlin, kol = 0, start = 0 dlin = len(st) for i = 0 to dlin - 1 if mid(st, i, 1) == ' ' || i == dlin - 1 then kol = kol + 1 if kol == nom then tmpst = mid(st, start, i - start) return tmpst else while mid(st, i, 1) == ' ' i = i + 1 wend if kol == nom - 1 then start = i endif endif endif next tmpst = '' return tmpst end sub
note: change this line "val(GetWord(uo.lastgump('command', 6), 2))" to val(GetWord(uo.lastgump('command', 5), 2)) if it will not work