/bzsrch syntax (Possibly broken?)

Have a macro idea but not sure where to start? Ask here.

Moderator: MacroQuest Developers

n00bhaxor
a lesser mummy
a lesser mummy
Posts: 58
Joined: Fri Jun 05, 2009 4:53 pm
Location: Dallas, TX

/bzsrch syntax (Possibly broken?)

Post by n00bhaxor » Fri Jul 10, 2009 4:59 pm

I've tried multiple times using bzsrch and useing the syntax that I see from the MQ2BZSRCH plugin cpp file (or ingame plugin help) with no avail.
I've also used the Search function to find syntax that has been used via macros and still nothing.

Is this plugin currently not functional?

I've been looking for alternatives, such as notify window then using Mid to single out each keypress, but seems like a lot of work. If I use this to notify the BAZWnd_ItemInput is there a quick way to type the variable into that field without using /keypress with breaking apart the variable 1 character at a time?

Looking for a way to type a string into that field after i notify mouse to have the cursor there. Something like /type Intricate Defiant Silk Robe... instead of /keypress I /keypress n /keypress t /keypress r ....and so on.

Thank you in advance ;),
n00b

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Fri Jul 10, 2009 5:16 pm


n00bhaxor
a lesser mummy
a lesser mummy
Posts: 58
Joined: Fri Jun 05, 2009 4:53 pm
Location: Dallas, TX

Post by n00bhaxor » Fri Jul 10, 2009 5:25 pm

I get the topic or post you referred to does not exist on that link.

n00bhaxor
a lesser mummy
a lesser mummy
Posts: 58
Joined: Fri Jun 05, 2009 4:53 pm
Location: Dallas, TX

Post by n00bhaxor » Fri Jul 10, 2009 5:43 pm

before I get flamed... I'm sure I need VIP Access to see the post. Could someone tell me if MQ2Bzsrch is working or if im just retarded...

User avatar
fearless
Not a Psychic
Posts: 2684
Joined: Wed Mar 10, 2004 3:52 pm

Post by fearless » Fri Jul 10, 2009 7:35 pm

yes, mq2bzsrch works.
Reading . . . it's not just for me.

[url=http://www.catb.org/~esr/faqs/smart-questions.html]How To Ask Questions The Smart Way[/url]
[quote="Ccomp5950"]Fearless showed me the light, you too shall learn.[/quote]

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Sat Jul 11, 2009 2:01 pm

n00bhaxor wrote:I get the topic or post you referred to does not exist on that link.
VIP only.

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Sat Jul 11, 2009 2:04 pm

fearless wrote:yes, mq2bzsrch works.
It works in that it gives quick access to the returned item list. It does not make actual search requests...

AnnaKews
decaying skeleton
decaying skeleton
Posts: 1
Joined: Thu Aug 05, 2021 8:08 am

-

Post by AnnaKews » Thu Aug 12, 2021 2:39 pm

Hi Ville,

could you please add line/column also to the Assignment destination must be variable or array syntax error message? I wrote a longer script this morning and could not find the place where the problem was. After many commenting and uncommenting of code blocks, I finally found that instead of == I used = for comparison.