• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

How is #turbo limitations removed? (1 Viewer)

nijhal

Member
Joined
Feb 22, 2006
RedCents
10¢
As the title states? How is the #turbo limitations removed?

Yep, you guessed it, adding it to the guide.

Anyone care to elaborate on how this is done?
 
Looking briefly at the source :

MQ2MacroCommands.cpp :

Rich (BB code):
//			else if (gMaxTurbo>40) 
//			{
//				MacroError("#turbo %d is too high, setting at 40 (maximum)",gMaxTurbo);
//				gMaxTurbo=40;
//			}

Looks like the place. Just add the "//" like I did above.
 
Why not just ask in that post?

That said, it's easy. Took me 30s to find it the first time, because it's exactly where you'd think it would be. MQ2Main folder, MQ2MacroCommands.cpp (makes a twisted type of sense, eh?), then search for "#turbo". Here's a hint for figuring out what to remove: MQ default maxes out turbo at 40.
 
How is #turbo limitations removed?

Users who are viewing this thread

Back
Top