Search found 11 matches

by Deeprave
Sat Apr 16, 2011 8:39 am
Forum: MQ2::Help
Topic: Compilation Error
Replies: 25
Views: 5344

Re: Compilation Error

I'm getting the same error. I'm using Microsoft Visual C++ v6.0. I've been compiling MQ2 with this version for 7 years and have never had to change a properties setting to the best of my knowledge. If that is what is needed, could someone be kind enough to let me know as I do not know what to chang...
by Deeprave
Sat Apr 16, 2011 2:13 am
Forum: MQ2::Help
Topic: Compilation Error
Replies: 25
Views: 5344

Re: Compilation Error

I keep getting a compilation error when I try to compile mq2main: C:\My Downloads\EQ\Macroquest 2011\MQ2-20110415a\MQ2Main\MQ2Utilities.cpp(1009) : error C2374: 'n' : redefinition; multiple initialization C:\My Downloads\EQ\Macroquest 2011\MQ2-20110415a\MQ2Main\MQ2Utilities.cpp(998) : see declarati...
by Deeprave
Mon Mar 14, 2011 6:00 am
Forum: MQ2::Macros::Help
Topic: Magepet assist
Replies: 28
Views: 6373

Re: Magepet assist

I am not sure if the information I seek is out there, as I have only spent an hour or two reading the forums. The one thing that does appear to be a reoccuring theme is harsh flames towards newbs, and an elitist attitude against those who lack the skills to utilise the software. This is sad as I am...
by Deeprave
Wed Mar 09, 2011 9:22 pm
Forum: MQ2::Macros::Help
Topic: Magepet assist
Replies: 28
Views: 6373

Re: Magepet assist

I can see it's expecting a ( prior to the !$ ... at least that's what I assumed, since the above /if is done that way. If I add a ( prior to that it tells me it can't find the command - although I note, the macro still works fine either way, it just keeps ending when I want it to loop. Very bizarre...
by Deeprave
Sun Feb 20, 2011 2:32 am
Forum: MQ2::Macros::Help
Topic: Mage Trouble with ModBot
Replies: 3
Views: 1636

Re: Mage Trouble with ModBot

Heya Im using Modbot for my mage among other classes. Everything works ok so far, or I have been able to fix it myself. What I really cant get though is the part about the mage sometimes sending the pet in and sometimes not. He nukes ok and assists properly, but the pet only helps on mobs every now...
by Deeprave
Sat Feb 12, 2011 8:47 pm
Forum: MQ2::Macros::Help
Topic: Macro not working correctly
Replies: 13
Views: 1905

Re: Macro not working correctly

Misterscout wrote:I'm not good with coding. How do I fix it.
Change

Code: Select all

/declare RV_MyTargetDead int outer  0
To

Code: Select all

/declare RV_TargetDead int outer  0
would be the simplest way. I can't say if this is the only fix needed, just that it will fix the specific error you posted.
by Deeprave
Thu Feb 10, 2011 9:38 pm
Forum: MQ2::Macros::Help
Topic: Macro not working correctly
Replies: 13
Views: 1905

Re: Macro not working correctly

Declared: /declare RV_MyTargetDead int outer 0 But used: Sub CombatSub /doevents /echo Attacking Mob NOW! :CombatLoop /if (!${Me.Combat}) /attack on /if (${Target.PctHPs}<50) /call cast "${Spell1}" /if (${Target.PctHPs}<50) /call cast "${Spell2}" /if (!${Target.ID}) /return /if (...
by Deeprave
Wed Nov 24, 2010 5:00 pm
Forum: MQ2::Help
Topic: Screen Flickering
Replies: 3
Views: 762

Re: Screen Flickering

Edit: Also make sure both clients are not using the same cpu core (task manager > processes > eqgame.exe > set affinity). I noticed that if they both use the same core (seems to be randomly selected each time I launch) they run like shit in the background and foreground. Processor affinity is somet...
by Deeprave
Sat Nov 20, 2010 10:11 pm
Forum: Games::Everquest
Topic: mac everquest
Replies: 23
Views: 11536

Re: mac everquest

I highly doubt you're going to find something for the mac. You're better off spending $500-$600 on a laptop with windows and playing eq on that. Or dual boot. Or use Parallels (more playable & better performance than Fusion in my experience although that's another option). I've also tried getti...
by Deeprave
Fri Nov 19, 2010 4:41 am
Forum: MQ2::Bug Reports
Topic: previous target
Replies: 2
Views: 826

Re: previous target

pms wrote:This isn't a bug.
Hmm, could have sworn I was posting in the general/discussion forum. :/
pms wrote: /bind eqlist
/keypress toggle_whatever_the_cool_names_are
Thanks! This will do what I need.
by Deeprave
Fri Nov 19, 2010 4:04 am
Forum: MQ2::Bug Reports
Topic: previous target
Replies: 2
Views: 826

previous target

This one isn't directly MQ related but MQ may have to provide the solution. I was wondering if there was a console command that would do "previous target", or in fact what either of the EQ bindable commands "Toggle last two targets" or "Toggle target and myself" (found ...