Search found 5 matches

by JamieD
Thu Jun 17, 2004 4:13 pm
Forum: MQ2::Bug Reports
Topic: Bazaar Search infinite loop
Replies: 5
Views: 1430

It works!

Just tested it,

It works, thanks!
by JamieD
Thu Jun 17, 2004 2:10 pm
Forum: MQ2::Bug Reports
Topic: Bazaar Search infinite loop
Replies: 5
Views: 1430

Bazaar Search infinite loop

After the last EQ & MQ2 patch my macro using the bazaar plugin is no longer working. /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 ...
by JamieD
Sun Jun 13, 2004 10:33 am
Forum: MQ2::Macros::Help
Topic: Link in Debug window
Replies: 0
Views: 459

Link in Debug window

Is it possible to display an item link in the debug window? I have the item object.
by JamieD
Sat Jun 12, 2004 9:27 pm
Forum: MQ2::Bug Reports
Topic: Ini file entry cashes crash
Replies: 5
Views: 1310

Doh!

Sorry,

Think I may have jumped to conclusions.

I have quite a long ini file (just under 5K), I split it into two and it seems to work fine.

Will have to do more tests to check whats going on.

Anyone know of any probs with long ini files?

Thanks
by JamieD
Sat Jun 12, 2004 1:55 pm
Forum: MQ2::Bug Reports
Topic: Ini file entry cashes crash
Replies: 5
Views: 1310

Ini file entry cashes crash

I have an entry in an ini file which I'm reading. This entry causes Everquest to crash when I run my macro. Demi-Sec Champagne=20 I believe the problem is related to the '-' character as this is the only entry with one in, and the only one I'm having problems with. Is this a bug or am I being stupid!?