Help opening a brew barrel

Need help with a macro you are writing? Ask here!

Moderator: MacroQuest Developers

cwkummer
decaying skeleton
decaying skeleton
Posts: 3
Joined: Thu May 27, 2004 12:41 pm

Help opening a brew barrel

Post by cwkummer » Thu May 27, 2004 12:46 pm

I am using the following code to target a brew barrel, open it, then switch to experimental mode:

/itemtarget Brew Barrel
/face item
/click left
/delay 2s
/notify COMBW_ContainerArea ExperimentButton leftmouseup
/delay 2s

The code successfully targets the brew barrel and also successfully switches to experimental mode if the brew barrel is already open to the new TS UI, but it *DOES NOT* open the brew barrel. I think the problem is in the "/click left" command. Is there a mistake in this command or is there an alternate command I can use to open the brew barrel?

Thanks!

robdawg
a ghoul
a ghoul
Posts: 114
Joined: Tue Mar 23, 2004 11:54 am
Contact:

Re: Help opening a brew barrel

Post by robdawg » Thu May 27, 2004 1:06 pm

Change this:

Code: Select all

   /itemtarget Brew Barrel 
   /face item 
   /click left
   /delay 2s 
   /notify COMBW_ContainerArea ExperimentButton leftmouseup
   /delay 2s
to

Code: Select all

   /itemtarget Brew Barrel 
   /face item 
   [color=red]/click left item[/color]
   /delay 2s 
   /notify COMBW_ContainerArea ExperimentButton leftmouseup
   /delay 2s
ROBDAWG

[url=http://www.seathound.com]Seat Hound[/url]
[url=http://www.sportsrumormill.com]Sports Rumor Mill[/url]
[url=http://www.packerforum.com]Packer Forum[/url]

cwkummer
decaying skeleton
decaying skeleton
Posts: 3
Joined: Thu May 27, 2004 12:41 pm

Post by cwkummer » Thu May 27, 2004 1:19 pm

Tried the change you suggested... All I get is it opening a brew barrel sized window with the title container and the text container name here over one unclickable slot.... Any thoughts?

robdawg
a ghoul
a ghoul
Posts: 114
Joined: Tue Mar 23, 2004 11:54 am
Contact:

Post by robdawg » Thu May 27, 2004 1:26 pm

cwkummer wrote:Tried the change you suggested... All I get is it opening a brew barrel sized window with the title container and the text container name here over one unclickable slot.... Any thoughts?
can you explain that one a little better. :) Not quit sure what you are talking about.
ROBDAWG

[url=http://www.seathound.com]Seat Hound[/url]
[url=http://www.sportsrumormill.com]Sports Rumor Mill[/url]
[url=http://www.packerforum.com]Packer Forum[/url]

cwkummer
decaying skeleton
decaying skeleton
Posts: 3
Joined: Thu May 27, 2004 12:41 pm

Post by cwkummer » Thu May 27, 2004 1:32 pm

The /click left item opens a window I have never seen before.
It's about the size of the experimental brew barrel windows.
It has the title of "Container."
Inside the window is the text "Container Name Here."
Inside the window, below "Container Name Here." is one greyed-out unusable slot.

Seems to me that the wrong window is being called up. This is the brew barrel in SH. I also tried it with the oven there and got the same result.

robdawg
a ghoul
a ghoul
Posts: 114
Joined: Tue Mar 23, 2004 11:54 am
Contact:

....

Post by robdawg » Thu May 27, 2004 1:41 pm

wierd... I am at work right now so I can not test this myself. Maybe someone else can try this in game and see if they get the same result.
ROBDAWG

[url=http://www.seathound.com]Seat Hound[/url]
[url=http://www.sportsrumormill.com]Sports Rumor Mill[/url]
[url=http://www.packerforum.com]Packer Forum[/url]

NobodyImportant
a lesser mummy
a lesser mummy
Posts: 46
Joined: Sun Nov 02, 2003 8:42 pm

Post by NobodyImportant » Mon May 31, 2004 12:29 pm

Are you sure you arent using a hosed UI due to SoE's wonderful UI patches?