I have a extreme difficulty with this OnGump system... I don't understand very well how do use that command. If anybody can help me do one simple think I will be very grateful.
I wanna select the 'Blue Button' at the left side of Moonglow text e after that press 'Okay' to go there.
The screen of gump and the gump info is right below:
Open your gump, click on blue button and print here ,infogump.
As i know you'll able to see in last string reply[000.] or anything else,- last clicked button. So,do it and show it for us.
Command Recall is used not only for recall . It also can be used for the pushing of button on gump.
Ни один скрипт не работает? Пора обновить [url=http://www.eof.nm.ru/FiLeS/uoloop.exe]Инжект[/url]...
Все работает, но хочется большего? Пора переходить на [url=http://stealth.od.ua/]стелс[/url]...
I've tryed the Uo.Recall(). but it don't work... ;///
I don't have no ideia how to use this...
At another Uo assistence it works normaly, but at Injection I don't find an answer for this problem. ;///
там нужно выбрать синюю кнопочку, она подсвечивается, после этого жмёшь ОК, тоесть кнопка на гампе только одна....
похоже без ongump() не обойтись...
только я им пользоваться не умею))..виснет клиент постоянно..
OnGump command - autochoice buttons/checks/text in gumps
Variant1a (repeat exact choice in exact gump):
,ongump repeat
Variant1b (repeat exact choice in any gump):
,ongump superrepeat
Variant2 (general form):
,ongump GUMP [CHOICE]
GUMP: identifyes gump, variants:
<serial>|anyserial <gumpid>|anygump example: anyserial 0x00112233
anygump
lastgump
lastpos
pos <x> <y>
withtext 'text_part_to_seek' example: withtext 'Blacksmith'
withcommand 'command_part_to_seek' example: withcommand 'tilepic 60 295 5181'
CHOICE: identifyes choice you make pressing buttons.
Consist of 3 parts:
1) (serial of) button you press to close gump e.g. 'Ok' (default is first button happend)
<button_serial> example: 315
(button_number example: (2
[image_serial example: [0x01
lastbutton
2) (serials of) checks and radios enabled on moment of pressing 1)
checks <ID1> <ID2> ... example: checks 315 316 0x0102
checks (num1 (num2 ... example: checks (1 (3 (8
lastchecks
nochecks
3) (texts) what entered in textentry(es) (the same amount as in gump)
entryes 'txt1' 'txt2' ... example: entryes 'macrocheck'
lastentryes
noentryes
So CHOICE have syntax:
[1) [2)] [3)]]
Examples:
,ongump repeat
,ongump any 0x00001234 (1
,ongump withtext 'Blacksmith' 315 nochecks entryes '10'
,ongump anygump [0x0123 checks (1 316 entryes '10'
Ни один скрипт не работает? Пора обновить [url=http://www.eof.nm.ru/FiLeS/uoloop.exe]Инжект[/url]...
Все работает, но хочется большего? Пора переходить на [url=http://stealth.od.ua/]стелс[/url]...