Page 1 of 1
How does $bazaar() works in the new param system?
Posted: Mon Apr 26, 2004 12:52 am
by runx
How does the new param system work for $bazaar()?
Some example of this kind will be appreciated.
$bazaar()
$bazaar(count)
$bazaar(1,price)
$bazaar(1,trader)
I tried (${bazaar()}) , but it gave me a NULL value. Please help thx!
Posted: Mon Apr 26, 2004 1:07 am
by Lax
The bazaar plugin hasnt been updated for MQ2Data yet. Stay tuned.
Posted: Mon Apr 26, 2004 1:43 am
by dont_know_at_all
Thanks to CyberCide, it is now updated.
Should be in the next zip. Sorry for the delay.
Posted: Tue Apr 27, 2004 10:08 pm
by runy
Just installed the lastest zip with the bazaar plugin updated.
Could someone tell me what is wrong with the following:
${bazaar.count}
${bazaar.done}
${bazaaritem.price}
${bazaaritem.trader}
they all return NULL ...(I'm sure bzsrch has found the item)
if the same item is found more than one, how do I check the price for each of them? Would this one work?
${bazaaritem[@n].price}
Posted: Tue Apr 27, 2004 10:27 pm
by Lax
well, you just dont know how to use the system at all is the problem
${Bazaar.Count}
${Bazaar.Done}
${Bazaar.Item[1].Price}
${Bazaar.Item[1].Trader}
Read the MQ2Data references, examples, tutorials, etc in the MQ2 Announcements section please
${Bazaar.Item[1].Trader} causes EQ to crash
Posted: Thu Apr 29, 2004 12:46 pm
by runx
Lax, thanks for all your information. All the Bazaar syntax that have mentioned works well except that ${Bazaar.Item[1].Trader} command. It crashes the EQ application.

Let me know if there is any "Quick Fix" thanks for your time!
Posted: Thu Apr 29, 2004 1:14 pm
by Mckorr
Probably yet another struct problem. Stay tuned.