MENU

General Injection issues

Moderators: Murderator+, Murderator

Post Reply
greenleader
Posts: 17
Joined: 2004-08-04 17:43:58

MENU

Post by greenleader »

Hi, I want makro for travelling stone. It's not gump but classic [menu] How should I do it?
evil_Gremlin
Posts: 54
Joined: 2004-05-11 12:27:22
Contact:

Post by evil_Gremlin »

,waitmenu <promt> <choice>
,automenu <promt> <choice>
Каждый манчкин в старости мечтает иметь кресло-качалку ;)
greenleader
Posts: 17
Joined: 2004-08-04 17:43:58

Post by greenleader »

Well, when I dblclick on the stone, I get menu with caption "Choose a Destination", then there are few choices (I need "my places" and I have to press "continue", after I press "my wanted choice" I have to press another choice "My island" and then continue to teleport.

I have tried this:

uo.usetype(stone_type)
UO.waitmenu("Choose a Destination","General")
UO.automenu("Choose a Destination","General")

but it doesn't work:( how to do it?
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

http://yoko.netroof.net/forum/viewtopic.php?p=4798#4798
the same technique, use stone serial instead of runebook serial
greenleader
Posts: 17
Joined: 2004-08-04 17:43:58

Post by greenleader »

in fact IT IS NOT GUMP, so ,infogump doesn't work with it:(
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

if it is not a gump, what is it?
greenleader
Posts: 17
Joined: 2004-08-04 17:43:58

Post by greenleader »

Well here are pictures:


This is first screen (choosing General section)

http://www.ultimaworlds.net/1.jpg

This is second screen (choosing second option Trade Island)

http://www.ultimaworlds.net/2.jpg
Edred
Expert!
Posts: 2544
Joined: 2004-04-03 17:36:29
Location: Saint-Petersburg

Post by Edred »

try it:

Code: Select all

UO.waitmenu("Choose a Destination","General", "Choose a Destination","PVP Area")
uo.usetype(stone_type)


You must place UO.waitmenu or uo.automenu or any waittarget commands BEFORE usetype or useobject...
greenleader
Posts: 17
Joined: 2004-08-04 17:43:58

Post by greenleader »

thx it works
Post Reply