grinding to a halt

Need help running MacroQuest2? Ask your questions about how to get things to work on your computer.

Moderator: MacroQuest Developers

returnfire
a lesser mummy
a lesser mummy
Posts: 38
Joined: Fri Dec 05, 2003 11:53 pm

grinding to a halt

Post by returnfire » Thu Apr 15, 2004 9:26 pm

On both my computers the last couple of updates when I run GENBOT the system grinds to a halt and the framerate goes to hell.

Is there something I am supposed to be setting and is related to the incoming major overhaul of MQ2 data structures?

ml2517
a grimling bloodguard
a grimling bloodguard
Posts: 1216
Joined: Wed Nov 12, 2003 1:12 am

Post by ml2517 » Thu Apr 15, 2004 9:33 pm

A: Place to line below at each of the main loop areas:
/call Delay 1

If you are doing it in other macros that don't advpath.inc in them use:
/delay 1


If that doesn't work well enough

B: lower the #delay value.

One thing I've noticed in my scripts after I've updated them is that they run like a bat out of hell in their loops and eat up the CPU.

Lax
We're not worthy!
We're not worthy!
Posts: 3524
Joined: Thu Oct 17, 2002 1:01 pm
Location: ISBoxer
Contact:

Post by Lax » Thu Apr 15, 2004 11:14 pm

turbo 500 will do that to you
Lax Lacks
Master of MQ2 Disaster
Purveyor of premium, EULA-safe MMORPG Multiboxing Software
* Multiboxing with ISBoxer: Quick Start Video
* EQPlayNice, WinEQ 2.0

ml2517
a grimling bloodguard
a grimling bloodguard
Posts: 1216
Joined: Wed Nov 12, 2003 1:12 am

Post by ml2517 » Thu Apr 15, 2004 11:22 pm

err yeah I typed #delay value, I meant #turbo value