• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Very Vanilla Compile 20120331a - Welcome Back everyone checking out F2P!

Re: Very Vanilla Compile 20120324a - Welcome Back everyone checking out F2P!

Thats a mq2moveutils issue. Make sure its loaded and if you are using make sure StickHow=snaproll in your ini file.

Try typing the commands below to set mq2melee to default stick behavoir.
/melee stickmode=0
/melee save
 
Re: Very Vanilla Compile 20120325 - Welcome Back everyone checking out F2P!

NEW COMPILE UPLOADED 03/25/2012

--03/25/2012--
- Fixed an issue with CHARINFO2 (AAPoints, etc)
- Fixed the AltAbility TLO.
- Fixed an issue with CSIDLWND (Window.Text would crash)
- Mercenary Stances Fixed
- MQ2Rez now working
 
Re: Very Vanilla Compile 20120325 - Welcome Back everyone checking out F2P!

Maskoi can you post the vanilla source? I need to compile so I can attach debugger, having some weird issues with either mq2melee, mq2cast, or mq2exchange crashing when dealing with my 32 slot bag.
 
Re: Very Vanilla Compile 20120325 - Welcome Back everyone checking out F2P!

Source code uploaded
 
Re: Very Vanilla Compile 20120325 - Welcome Back everyone checking out F2P!

Maskoi can you post the vanilla source? I need to compile so I can attach debugger, having some weird issues with either mq2melee, mq2cast, or mq2exchange crashing when dealing with my 32 slot bag.

Is it trying to use an item from the last slot of the 32 slot bag?
 
Re: Very Vanilla Compile 20120325 - Welcome Back everyone checking out F2P!

It's kinda random, I haven't had time to check it fully yet. It seems to be any slot in the bag. I've had it crash on 3 different items in the bag. Two of the items are in mq2melee downshits and the other was just an alias for /casting my pok gate necklace. It won't crash every time. My 32 slot bag is in the 10th inv slot however.
 
Re: Very Vanilla Compile 20120325 - Welcome Back everyone checking out F2P!

I think i've gotten it isolated to mq2bagwindow. Doesn't crash if i I have bags open. Closing bags it'll crash. First time doing crash dump. Is this correct?

Rich (BB code):
(b28.10c8): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
MQ2Main!EQClasses::CXWnd::HandleLButtonDown+0x5:
5d5a11f5 8b00            mov     eax,dword ptr [eax]  ds:002b:00000038=????????
0:000:x86> .sympath SRV*c:\winnt\symbols*http://msdl.microsoft.com/download/symbols
Symbol search path is: SRV*c:\winnt\symbols*http://msdl.microsoft.com/download/symbols
Expanded Symbol search path is: srv*c:\winnt\symbols*http://msdl.microsoft.com/download/symbols
0:000:x86> r
eax=00000038 ebx=5dbc4634 ecx=20656854 edx=00000000 esi=20656854 edi=00000001
eip=5d5a11f5 esp=00287694 ebp=002876c4 iopl=0         nv up ei ng nz ac pe cy
cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00010297
MQ2Main!EQClasses::CXWnd::HandleLButtonDown+0x5:
5d5a11f5 8b00            mov     eax,dword ptr [eax]  ds:002b:00000038=????????
0:000:x86> kv
ChildEBP RetAddr  Args to Child              
002876c4 5dbb1a48 20656854 5dbc4634 00000010 MQ2Main!EQClasses::CXWnd::HandleLButtonDown+0x5 (FPO: [Non-Fpo]) (CONV: thiscall) [c:\downloads\very vanilla 20120325 source code\mq2main\eqclasses.cpp @ 149]
002876d8 5dbb2153 00917060 00000001 5d5dc110 MQ2Exchange!SendInvClick+0x38 (FPO: [Non-Fpo]) (CONV: cdecl) [c:\downloads\very vanilla 20120325 source code\moveitem.h @ 506]
00288708 5dbb250f 1d2180c8 00289740 00000084 MQ2Exchange!ExchangeCmd+0x193 (FPO: [Non-Fpo]) (CONV: cdecl) [c:\downloads\very vanilla 20120325 source code\mq2exchange\mq2exchange.cpp @ 193]
00289720 5dbb27b6 1d2180c8 00289740 00289f40 MQ2Exchange!ExchangeDelayedCmd+0x19f (FPO: [Non-Fpo]) (CONV: cdecl) [c:\downloads\very vanilla 20120325 source code\mq2exchange\mq2exchange.cpp @ 311]
00289730 5d561849 00289740 00000010 37303231 MQ2Exchange!doExchange+0x36 (FPO: [Non-Fpo]) (CONV: cdecl) [c:\downloads\very vanilla 20120325 source code\mq2exchange\mq2exchange.cpp @ 385]
00289f40 5d56334c 5d58bf0c 0001d7bd 00000010 MQ2Cast!Exchange+0x99 (FPO: [Non-Fpo]) (CONV: cdecl) [c:\downloads\very vanilla 20120325 source code\mq2cast\mq2cast.cpp @ 290]
00289f60 5d5644ec 00000001 11b58228 00000000 MQ2Cast!ItemHandle+0x2dc (FPO: [Non-Fpo]) (CONV: cdecl) [c:\downloads\very vanilla 20120325 source code\mq2cast\mq2cast.cpp @ 1002]
0028a788 5d5a4615 1d2180c8 0028a7ac 1d2180c8 MQ2Cast!CastHandle+0x31c (FPO: [0,0,4]) (CONV: cdecl) [c:\downloads\very vanilla 20120325 source code\mq2cast\mq2cast.cpp @ 1119]
0028bfb4 5d5d1e67 1d2180c8 0028c824 00000000 MQ2Main!HideDoCommand+0x375 (FPO: [Non-Fpo]) (CONV: cdecl) [c:\downloads\very vanilla 20120325 source code\mq2main\mq2commandapi.cpp @ 136]
0028c7d4 5d5a4615 1d2180c8 0028c7f8 1d2180c8 MQ2Main!NewIf+0xe7 (FPO: [Non-Fpo]) (CONV: cdecl) [c:\downloads\very vanilla 20120325 source code\mq2main\mq2macrocommands.cpp @ 912]
0028e000 5d5d9794 1d2180c8 1952c048 00000000 MQ2Main!HideDoCommand+0x375 (FPO: [Non-Fpo]) (CONV: cdecl) [c:\downloads\very vanilla 20120325 source code\mq2main\mq2commandapi.cpp @ 136]
*** WARNING: Unable to verify checksum for C:\Users\Public\Sony Online Entertainment\Installed Games\EverQuest\eqgame.exe
*** ERROR: Module load completed but symbols could not be loaded for C:\Users\Public\Sony Online Entertainment\Installed Games\EverQuest\eqgame.exe
0028e02c 00515b33 05d55b90 1ecf8020 0028e788 MQ2Main!Heartbeat+0x1a4 (FPO: [0,0,4]) (CONV: cdecl) [c:\downloads\very vanilla 20120325 source code\mq2main\mq2pulse.cpp @ 346]
WARNING: Stack unwind information not available. Following frames may be wrong.
00000000 00000000 00000000 00000000 00000000 eqgame+0x115b33
 
Re: Very Vanilla Compile 20120325 - Welcome Back everyone checking out F2P!

Do you have an open inv slot?
 
Re: Very Vanilla Compile 20120325 - Welcome Back everyone checking out F2P!

Open main inv slot? No, all are filled with bags. Open slot inside bags? Yep, lots.
 
Re: Very Vanilla Compile 20120325 - Welcome Back everyone checking out F2P!

That is why you are crashing. You need an open inv slot. Currently mq2 needs an empty inv slot to cast items. MQ2 does not click items in bags.
 
Re: Very Vanilla Compile 20120325 - Welcome Back everyone checking out F2P!

Even when it's a wearable item and it's swapping to a wearable slot (ear, neck, range)? With bags and inventory open I can see it doing the swap for the cast.
 
Re: Very Vanilla Compile 20120325 - Welcome Back everyone checking out F2P!

I've never had any open main inv slot and downshits always swapped items in bags to wearable slots to cast. It mostly works now, just sometimes it won't and I'm trying to track down why.
 
Re: Very Vanilla Compile 20120325 - Welcome Back everyone checking out F2P!

Found the problem. The MQUI_BagWnd.xml file included in the zip is the old one, 10 bags/30 slots per bag limit (118k file size). I downloaded the updated one from mq2 forums which has 10 bags/60 slots per bag limit (232k file size). Casting/exchange/downshits work as before. I only recently got the 32 slot bag so everything was peaches and gravy until that. :)
 
Re: Very Vanilla Compile 20120325 - Welcome Back everyone checking out F2P!

Forgot about that. I will update the Mq2Window.xml file to the newest in the next compile in the UI folder.
 
Re: Very Vanilla Compile 20120325 - Welcome Back everyone checking out F2P!

I seem to be having issues running kissassist macro with dps casting. Buffs, pets, seems to be working fine. Am I missing something obvious?
 
Re: Very Vanilla Compile 20120325 - Welcome Back everyone checking out F2P!

I seem to be having issues running kissassist macro with dps casting. Buffs, pets, seems to be working fine. Am I missing something obvious?

Erm.. /dpson?

or ..

DPSOn=1
DPSSkip=10
DPSInterval=35
DPS1=DPSNUKENAME|66
DPS2=DPSNUKENAME|33

??
 
Re: Very Vanilla Compile 20120331 - Welcome Back everyone checking out F2P!

NEW Compile Uploaded 03/31/2012

--03/31/2012--
-- Fixed MyTradeReady, etc
-- Fixed various window crashes

Should fix most of the remaining MQ2 bugs
 
NEW Compile Uploaded 20120331a

--03/31/2012a--
-- Fixed DeleteAll, which was crashing MQ2Tracking...

Should fix most of the remaining MQ2 bugs
 
Haven't looked at the code yet, did a lot change with the dShow window mod or is it just search/replace?
 
yes it did buts all updated in the compile. It affected about 18 plugins. I will post source code tomorrow.
 
Very Vanilla Compile 20120331a Source Code uploaded for those that need it
 
I don't know if I am missing anything, but does MQ2Slave actually work anymore?
 
Yes it does but you have to have tells set up on pop up windows. Mq2eqbc and eqbcs is far superior.
 
Finally updated 31a, now I'm seeing this

Rich (BB code):
/nomodkey /shift /itemnotify in pack1 1 leftmouseup

Gives this
Slot is NULL: Could not send notification to in pack1

Anyone else seeing this or is it just me?
 
I don't think that has worked since HoT changed the window system with the dynamic numbering try
Rich (BB code):
/nomodkey /itemnotify ${FindItem[=Diamond].InvSlot} leftmouseup
 
I was using it until this morning when I updated source to get the window options checkboxes showing true/false fix. Still looking over code to see if I can track it down.
 
Yes it was only 1 line of code to fix a seldom used command
Rich (BB code):
/nomodkey /shift /itemnotify in pack1 1 leftmouseup

We are adding some new plugins to the compile next week I will upload the latest changes then.
 
All I had to do to update the few custom UI files I made was past in the Qbox style tags where needed. The only one that had more than one was the hot button windows. Other than that, I'm not even having an issue on the laptop where I haven't edited the UI files yet. This UI change has not made any devastating changes that I can see. It may be different for the MQ side of things but was an easy fix/paste in on the actual UI side.

I really miss MQ, hope we see a compile soon. Thanks for all the hard work sym and maskoi and other RedGuides team members. I also extend my thanks to the MQ devs as usual. I am glad we're all still here fighting the fight to continue using MQ.
 
The MQ2 devs mentioned when I showed them the changes inc from test server they didn't it was going to be a big deal but only time will tell. Nothing like the March 16th patch. I will update the compile as soon as they release the new MQ2 source code,
 
Emergency patch, but wait, now it's delayed!

We just got an in game message saying servers coming down at 4:30pst. and then Right when I logged out I noticed servers were still up.. I logged back in on two toons, five minutes after the servers were supposed to be down and locked. The GM's message was now, emergency patch has been pushed back, we'll inform you asap. lol... what a bunch of asinine tools. Oh well I get a second shot at fabled AOW now.. I apparently missed him today yet i got there within 10 mins of server up. now for more waiting! when they decided to bring them down again.. the time they remain down is supposed to be 1 hour though so will not be too bad.
 
Very Vanilla Compile 20120331a - Welcome Back everyone checking out F2P!

Users who are viewing this thread

Back
Top
Cart