• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - How to seach bazaar with specify class?

liword

New member
Joined
Apr 16, 2016
RedCents
50¢
I found BZR_ClassSlotLabel in UI file.
I tried string "mag"/"MAG"/"Magician" and int 2.
both not working.
Anyone can help?
 
In a macro to select the mage class in the search window you would use
Rich (BB code):
 /notify window combobox listselect #
since its a combo box.

Rich (BB code):
/notify BazaarSearchWnd  BZR_ClassSlotCombobox listselect 8
Mage is # 8 in the list
 
Not working
I tried
/notify BazaarSearchWnd BZR_ClassSlotLabel listselect 8
It says:
"Windows 'BazaarSearchWnd' child 'BZR_ClassSlotLabel' cannot accept this notification"

/notify BazaarSearchWnd BZR_ClassSlotCombobox listselect 8
It says:
"Windows 'BazaarSearchWnd' child 'BZR_ClassSlotCombobox' not found."
 
used
Rich (BB code):
/notify BazaarSearchWnd  BZR_ClassSlotCombobox listselect 8
when I logged in and it worked okay on my set up.

I am using a default bazaar window here.

Are you perchance using a custom bazaar window?
Or potentially playing on a TLP server? (I can picture odd hiccups there)
 
Not that I pretend to know ANYTHING abou this, but i did note in both Maskoi's and Warl0ck45's examples that they both have a DOUBLE space between BazaarSearchWnd and BZR_ClassSlotCombobox, and what liword posted only has a SINGLE space between them. Is it possible that the "Spaces" could create his error?
Rich (BB code):
/notify BazaarSearchWnd  BZR_ClassSlotCombobox listselect 8
/notify BazaarSearchWnd BZR_ClassSlotCombobox listselect 8
 
It works now, sorry for trouble you.
I'm not sure what was wrong last time...
May be It works after I reboot my system.
 
sometimes you just got to hold your tongue right, squint your eyes, and click your heels together for stuff to work...

Glad to hear things worked out =)
 
Question - How to seach bazaar with specify class?

Users who are viewing this thread

Back
Top
Cart