Search found 27 matches

by slimjim
Mon Sep 08, 2008 3:29 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: 2boxheal.mac --- using /tells to cast spells
Replies: 11
Views: 7083

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.

P.S. People still play this game?
by slimjim
Sat May 14, 2005 9:49 pm
Forum: MQ2::General
Topic: Plugin Forums?
Replies: 27
Views: 13693

automatic magelo updater plugin would be nice =)
by slimjim
Thu Apr 21, 2005 4:43 pm
Forum: MQ2::General
Topic: Not sure where to put this NO DROP turns to NO TRADE
Replies: 16
Views: 6820

so now i can drop my NO TRADE items to the ground!
by slimjim
Mon Feb 28, 2005 3:32 pm
Forum: MQ2::Help
Topic: Macrquest to skip zones
Replies: 101
Views: 13265

good way to get people to help you.
by slimjim
Sun Feb 27, 2005 5:32 am
Forum: ISXEQ::Development::General
Topic: Converted MQ2 Commands
Replies: 43
Views: 9463

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...
by slimjim
Sun Feb 27, 2005 3:07 am
Forum: ISXEQ::General
Topic: confused
Replies: 71
Views: 11043

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.
by slimjim
Sun Feb 27, 2005 2:39 am
Forum: ISXEQ::Development::General
Topic: Converted MQ2 Commands
Replies: 43
Views: 9463

// *************************************************************************** // Function: Target // Description: Our '/target' command // Selects the closest spawn // Usage: /target [spawn|myself|mycorpse] // *************************************************************************** int CMD_Targ...
by slimjim
Sat Feb 26, 2005 3:32 pm
Forum: ISXEQ::Development::General
Topic: Converted MQ2 Commands
Replies: 43
Views: 9463

// *************************************************************************** // Function: CMD_Where // Description: Our '/where' command // Displays the direction and distance to the closest spawn // Usage: /where <spawn> // ************************************************************************...
by slimjim
Thu Feb 24, 2005 4:17 am
Forum: ISXEQ::Development::General
Topic: Converted MQ2 Commands
Replies: 43
Views: 9463

untested but should work... will test tomorrow. int CMD_SellItem(int argc, char *argv[]) { bRunNextCommand = FALSE; if (!pMerchantWnd) return 0; CHAR szQty[MAX_STRING] = {0}; PCHARINFO pCharInfo = NULL; DWORD Qty; if (NULL == (pCharInfo = GetCharInfo())) return 0; pISInterface->GetArgs(1,argc,argv,s...
by slimjim
Thu Feb 24, 2005 4:14 am
Forum: ISXEQ::Development::General
Topic: Converted MQ2 Commands
Replies: 43
Views: 9463

int CMD_BuyItem(int argc, char *argv[]) { bRunNextCommand = FALSE; if (!pMerchantWnd) return 0; CHAR szQty[MAX_STRING] = {0}; PCHARINFO pCharInfo = NULL; DWORD Qty; if (NULL == (pCharInfo = GetCharInfo())) return 0; pISInterface->GetArgs(1,argc,argv,szQty); Qty=(DWORD)atoi(szQty); if (Qty > 20 || Q...
by slimjim
Wed Jan 26, 2005 3:23 pm
Forum: MQ2::General
Topic: HELP! getting server kicked 10-15mins after in world...
Replies: 14
Views: 5035

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...
by slimjim
Tue Sep 21, 2004 3:47 pm
Forum: MQ2::Help
Topic: Subroutine?
Replies: 3
Views: 1131

you need one of these

Code: Select all

Sub Main
       
/return
by slimjim
Mon Sep 20, 2004 3:28 am
Forum: MQ2::Bug Reports
Topic: /memspell 9 "gate"
Replies: 3
Views: 1218

MQ2Commands.cpp Memspell function // *************************************************************************** // Function: MemSpell // Description: Our '/MemSpell' command // Usage: /MemSpell gem# "spell name" // **************************************************************************...
by slimjim
Sun Sep 19, 2004 10:14 pm
Forum: MQ2::Bug Reports
Topic: MQ2Map Oddities
Replies: 10
Views: 3554

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...
by slimjim
Mon Sep 22, 2003 5:37 am
Forum: MacroQuest::Help (Outdated)
Topic: /filter map <trigger> - feeling stupid
Replies: 3
Views: 1615

/filter map all
/filter map npc

off means on.. so if you want to see npcs on map, make sure npc is set to off and all is set to off.

/filter map displays all of the variables set