• 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

Fix for VC6 MQ2 source

unknown405

Active member
Joined
Nov 17, 2006
RedCents
100¢
MQ2DataTypes.cpp
Replace
Rich (BB code):
      for(unsigned long i; i < 5; i++)

To
Rich (BB code):
      for(int i; i < 5; i++)

Or
Rich (BB code):
unsigned long i;
      for(i; i < 5; i++)
 
Fix for VC6 MQ2 source

Users who are viewing this thread

Back
Top
Cart