Page 1 of 1

Bazaar Search infinite loop

Posted: Thu Jun 17, 2004 2:10 pm
by JamieD
After the last EQ & MQ2 patch my macro using the bazaar plugin is no longer working.

Code: Select all

  /bzsrch race any class any "${ItemName}"

  :loop 
  /delay 1 
  /if (!${Bazaar.Done}) /goto :loop
I've placed echos around this code and found that the loop never ends.

Tried hard coding ItemName to something I know exists and still no joy.

Is this a bug?

Posted: Thu Jun 17, 2004 3:39 pm
by dont_know_at_all
Fixed with next zip, I believe, but I haven't tested it yet.

To test, change 0x1e6 to 0x1e7 in MQ2Bzsrch.cpp.

It works!

Posted: Thu Jun 17, 2004 4:13 pm
by JamieD
Just tested it,

It works, thanks!

Posted: Thu Jun 17, 2004 5:38 pm
by darknife
How to you change that value

Posted: Thu Jun 17, 2004 9:13 pm
by dont_know_at_all
just get the latest zip.

Posted: Thu Jun 17, 2004 10:36 pm
by Skye
Thanks for the fix, DKAA.