Automenu issue

Ask for help

Moderators: Murderator+, Murderator

Post Reply
hunt3r
Posts: 18
Joined: 2004-04-16 19:24:29

Automenu issue

Post by hunt3r »

Injection Version: 702.11 PaWn
Yoko Build: 212.11
Script Parser: 0.3
-------------------------------------

I'm not able to use the automenu command...

No matter wich syntax I use, it allways returns an error...


Code: Select all

UO.automenu('prompt','choice')
UO.Exec('automenu prompt choice')
UO.Exec("automenu 'prompt' 'choice')


It returns an error that the command is erroneous....

any ideas?

thanks
hunt3r
Posts: 18
Joined: 2004-04-16 19:24:29

Post by hunt3r »

I forgot to mention the error message:

Warning: error in command
AGRS
Expert!
Posts: 1007
Joined: 2004-04-04 21:40:09
Contact:

Post by AGRS »

Code: Select all

sub AM()
  UO.AutoMenu('Blacksmithing', 'Colored Armor')
end sub


Worked fine for me with same injection build. Just checked.
hunt3r
Posts: 18
Joined: 2004-04-16 19:24:29

Post by hunt3r »

odds that it works sometimes, and another workn't!
some instability on this funcion?

it even trigger that error if I type just

Code: Select all

,automenu


on the uo client...
it show the "syntax help" and ends with that err mess
Edred
Expert!
Posts: 2544
Joined: 2004-04-03 17:36:29
Location: Saint-Petersburg

Post by Edred »

test it:

Code: Select all

,AutoMenu 'Blacksmithing' 'Colored Armor'
Ни один скрипт не работает? Пора обновить Инжект...
Все работает, но хочется большего? Пора переходить на стелс...
Post Reply