Search found 92 matches

by JJ
Sat Jan 17, 2015 9:33 am
Forum: MQ2::Bug Reports
Topic: EQ crashes IF MQ2 is running when I start EQ MQ2-20150115
Replies: 16
Views: 1921

Re: EQ crashes IF MQ2 is running when I start EQ MQ2-2015011

Current build works fine even with custom plugins running. Then again, I always build clean/full.
by JJ
Sat Apr 05, 2008 9:13 pm
Forum: MQ2::Macros::Requests
Topic: Request
Replies: 6
Views: 2096

I know. Figured I'd humor the request. :)

The ; instead of the / was a case of the "I've been away from MQ2 for too long."
by JJ
Sat Apr 05, 2008 9:10 pm
Forum: MQ2::Macros::Requests
Topic: Request
Replies: 6
Views: 2096

Code: Select all

Sub main {
:Start
  /keypress F8
  /delay 5
  /pet attack
  /goto :Start
/return
}
Very generic, infinite repetition.
by JJ
Sat Apr 05, 2008 9:06 pm
Forum: MQ2::Macros::Requests
Topic: Request
Replies: 6
Views: 2096

Not hard

You don't even need a macro for that. You could do that using the hot buttons.

/target npc
/delay 5
/pet attack

edit: You might try in game, but you can probably do /keypress F8 instead of /target npc if you are worried about accidentally targeting guards, etc.
by JJ
Mon Apr 10, 2006 11:47 am
Forum: MQ2::Help
Topic: Search parameters
Replies: 13
Views: 6276

Why must we bash people like that?
by JJ
Wed Mar 01, 2006 8:55 am
Forum: MQ2::Bug Reports
Topic: CTD while inspecting spells
Replies: 58
Views: 4677

New zip out.
by JJ
Sun Jan 01, 2006 1:38 pm
Forum: MQ2::Bug Reports
Topic: 12.25.2005 :: Post Current Bugs and Feature Requests here
Replies: 66
Views: 7764

There is a .CurrentWeight

did you mean a max weight?
by JJ
Thu Dec 15, 2005 5:39 pm
Forum: MQ2::Bug Reports
Topic: item timer / ready to cast
Replies: 31
Views: 4435

The reason for 1 is because 0 would be false while not 0 would be true when you use an if statement. So no need to change anything. You can still use:

Code: Select all

if (${FindItem[Hammer of Delusions].Timer}) DOTHISACTION
by JJ
Wed Dec 14, 2005 10:22 pm
Forum: MQ2::Bug Reports
Topic: Crash report:
Replies: 3
Views: 2006

Did you try unloading MQ2Melee and checking to see if you can reproduce the error?
by JJ
Thu Aug 25, 2005 10:09 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFK Looting Macro
Replies: 12
Views: 7492

Try introducing some delays. If you look in the snippets forum I made a loot include file that shows good delays.
by JJ
Mon Aug 22, 2005 4:19 am
Forum: MQ2::Macros::Requests
Topic: need a real simple macro
Replies: 2
Views: 1210

[[\keypress]] and [[\goto]] and [[\delay]]

courtesy of TFM
by JJ
Wed Aug 17, 2005 4:10 am
Forum: MQ2::General
Topic: modifying beep to play wav files.
Replies: 6
Views: 7378

Kudos to you. Nice addition. Thank you.
by JJ
Sat Aug 13, 2005 10:51 am
Forum: MQ2::Macros::Requests
Topic: Leash
Replies: 3
Views: 1420

Your best bet is to look through the macro and figure out what it does and what part of it does what you need. If that macro is too big to track, start with some of the smaller macros to get the basic fundamentals of the macro language, then move on to the harder stuff.
by JJ
Fri Aug 12, 2005 3:34 pm
Forum: MQ2::Macros::Requests
Topic: Pet Summoning with Focus
Replies: 6
Views: 2725

What does it matter if he specified which item compared to in general?
by JJ
Tue Aug 09, 2005 2:36 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Necro Pet DPS parser
Replies: 39
Views: 3945

At a glance

You'll probably save yourself some macro process time if you just do /doevents as a stand alone.