i'd just implement this chat based system into an auto heal bot. That way you still have control over the character and he'll heal if it's needed and isn't casting.
I wasn't sure if szToggle is a needed value or not; Whether SetDisplaySWhoFilter would read from gFilterSWho class to determine if it was already set and then toggle it. So i decided to make it so you had to type in on or off. Also helped fix a couple crashing problems i had if they didn't because o...
IS will incorporate everything in MQ2 as well as WinEQ and all the other apps Lax has created, as well as upgrade such as multiple macros running at same time and more. There's a post about it in one of these threads i wont bother searching for.
I dont think anyone wants to try and decypher that whole macro. If you didn't create the macro yourself then wait for the author to post some help. Or, try and go thru it and figure out what exactly is happening. Try some other macros to see if that does it. Try to access all the TLOs and their memb...
Try this quick fix.... seems to be working for me so far, but i haven't zoned or anything because im on a raid atm =/ Let me know how it turns out if it works without crashing.... MQ2MapAPI.cpp --- CanDisplaySpawn Function if (Type == PC && !pSpawn->pCharInfo ) return FALSE; to if (Type == P...