Page 1 of 1
MQ2Melee
Posted: Fri Jul 19, 2013 11:21 am
by Montra38
I am thinking of playing everquest again I am new to compileing but did my first one today I am wondering how do I go about making or getting the mq2melee plugin any ideas? thank you all in advance
Re: MQ2Melee
Posted: Fri Jul 19, 2013 1:22 pm
by elix
Here's an excellent start, though some of the links could be out of date.
http://www.macroquest2.com/wiki/index.php/MQ2Melee
If you're finding links to forum threads you don't have access to, you need to search around for threads describing how to get premium status. You won't regret it, MQ is a fantastic way to play EQ in new and challenging ways.
Re: MQ2Melee
Posted: Fri Jul 19, 2013 1:43 pm
by Montra38
got the vip status but have no clue how to compile mq2melee anyone plz help :)
Re: MQ2Melee
Posted: Fri Jul 19, 2013 4:58 pm
by warlock45
Re: MQ2Melee
Posted: Fri Jul 19, 2013 5:12 pm
by dewey2461
If your still having problems you'll have to let us know what steps you have tried and where you are stuck.
Re: MQ2Melee
Posted: Tue Oct 20, 2015 2:03 am
by rub
Having a problem with MQ2Melee compiling. getting an "error C2039: 'GetAltAbility' : is not a member of "EQClasses::AltAdvManager'. The error list 3 lines of code, each line is the same.
The error list 3 lines of code.
2881: if (PALTABILITY ability = pAltAdvManager->GetAltAbility(AAIndex))
2901: if (PALTABILITY ability = pAltAdvManager->GetAltAbility(index))
3332: if (PALTABILITY ability = pAltAdvManager->GetAltAbility(AAIndex)) {
I have tried replacing and updating the files, but I still get this error. I am using VS2012 to compile. Any help is greatly appreciated.
Re: MQ2Melee
Posted: Tue Oct 20, 2015 8:26 am
by EqMule
Open changes.txt and read the changes for October 07 2015
There was a couple renames recently, not at computer or I would paste them here.
Re: MQ2Melee
Posted: Tue Oct 20, 2015 8:28 am
by warlock45
Believe the MQ patch notes say that tag was changed. Might want to look over those notes, open the cpp file and do a Find and Replace
Re: MQ2Melee
Posted: Tue Oct 20, 2015 11:01 am
by rub
Thanks for the information. That seems to have fix it.