Bazaar Search infinite loop
Posted: Thu Jun 17, 2004 2:10 pm
After the last EQ & MQ2 patch my macro using the bazaar plugin is no longer working.
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?
Code: Select all
/bzsrch race any class any "${ItemName}"
:loop
/delay 1
/if (!${Bazaar.Done}) /goto :loopTried hard coding ItemName to something I know exists and still no joy.
Is this a bug?