Search found 8 matches

by ForoMoro
Wed Jan 28, 2015 9:53 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: a spawn watching alarm I made
Replies: 4
Views: 1074

Re: a spawn watching alarm I made

I liked it! I tweaked it a little bit to fit my own play style, and here's what I did. I removed the /target command, just to be safe so as to not /target something all the way across the zone. Instead, mine echos in the MQ2 window who spawned, does /mapfilter custom of that NPC, and opens the map. ...
by ForoMoro
Mon Apr 29, 2013 2:46 pm
Forum: MQ2::Bug Reports
Topic: /mapfilter target
Replies: 6
Views: 1789

Re: /mapfilter target

/mapfilter target and certain /mapfilter custom commands aren't working. Dunno at all how to bug report this, though. I'm having the same issues. Like, certain /mapfilter custom works, but others dont. Example: In Plane of Hate, "/mapfilter custom haunted" will show everything with "h...
by ForoMoro
Fri Apr 26, 2013 6:17 pm
Forum: MQ2::Bug Reports
Topic: MQ2-20130421a -- Crashing when searching in bazaar window
Replies: 19
Views: 5095

Re: MQ2-20130421a -- Crashing when searching in bazaar windo

#define SetTraderName(trader)\ {\ nTmp = trader % pBzWnd->hashVal;\ if(pBzWnd->ppTraderData[nTmp])\ {\ strcpy(bzResponse.BSSTraderName, ((traderData*)pBzWnd->ppTraderData[nTmp])->name);\ }\ } _BazaarSearchResponsePacket bzResponse; memset(&bzResponse, 0, sizeof(bzrItemData)); NetStream ns((BYTE...
by ForoMoro
Fri Apr 26, 2013 1:31 pm
Forum: MQ2::Bug Reports
Topic: MQ2-20130421a -- Crashing when searching in bazaar window
Replies: 19
Views: 5095

Re: MQ2-20130421a -- Crashing when searching in bazaar windo

I think I finally understand what i need to copy and paste from the debugger, lol. Will do that as soon as I get home.

Sorry for the delay. I don't understand these debuggers all too well.
by ForoMoro
Wed Apr 24, 2013 8:17 pm
Forum: MQ2::Bug Reports
Topic: MQ2-20130421a -- Crashing when searching in bazaar window
Replies: 19
Views: 5095

Re: MQ2-20130421a -- Crashing when searching in bazaar windo

KK I debugged, and now I'm staring at a whole bunch of code associated with MQ2bzsrch.cpp

Where do I locate the information needed in step 1 of the debug thread?
by ForoMoro
Wed Apr 24, 2013 7:27 pm
Forum: MQ2::Bug Reports
Topic: MQ2-20130421a -- Crashing when searching in bazaar window
Replies: 19
Views: 5095

Re: MQ2-20130421a -- Crashing when searching in bazaar windo

0:000:x86> r eax=00000000 ebx=00000000 ecx=004a7600 edx=000a6c08 esi=2f7e8e18 edi=000a6c08 eip=0119458a esp=004a7508 ebp=004a762c iopl=0 nv up ei pl zr na pe nc cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010246 MQ2Bzsrch!BzSrchHook::BzDetour+0x18a: 0119458a 391c90 cmp dword ptr [eax+edx*4...
by ForoMoro
Tue Apr 23, 2013 3:11 pm
Forum: MQ2::Bug Reports
Topic: MQ2-20130421a -- Crashing when searching in bazaar window
Replies: 19
Views: 5095

Re: MQ2-20130421a -- Crashing when searching in bazaar windo

Same, win8 64 bit. Compiled with Visual C++ 2010 Express.

I noticed, though, that it only crashes when a result comes into the search window. If you search for something and there is currently nothing matching the search terms, it won't crash.
by ForoMoro
Mon Apr 22, 2013 9:09 am
Forum: MQ2::Bug Reports
Topic: MQ2-20130421a -- Crashing when searching in bazaar window
Replies: 19
Views: 5095

MQ2-20130421a -- Crashing when searching in bazaar window

As title suggests. I've tried recompiling, but am still getting crash to desktop every time I run a search in the Bazaar window.

Thought I'd give you guys a heads up!

Thanks for all the hard work.