Search found 115 matches

by jacensolo
Thu Jul 10, 2008 10:57 pm
Forum: MQ2::Help
Topic: MQ2 running, but not working in EQ
Replies: 11
Views: 4337

I can confirm that Visual Studio 2008 Express DOES work straight off the site, no modifications necessary.

Completely new comp, no previous VS versions on it, downloaded, installed, and it worked just fine with MQ2.
by jacensolo
Sat Jul 05, 2008 4:02 am
Forum: MQ2::Help
Topic: HUD issue
Replies: 6
Views: 2331

What does /echo ${Me.AltAbility[Summon Resupply Agent]} return?
by jacensolo
Sat Jul 05, 2008 3:24 am
Forum: MQ2::Help
Topic: HUD issue
Replies: 6
Views: 2331

What DOES it display?

Not sure, but maybe having spaces in the Line name is the problem.
by jacensolo
Fri Jun 06, 2008 10:57 pm
Forum: MQ2::Help
Topic: MQ2 Compiling - Failed To Load
Replies: 24
Views: 10020

Use notepad
by jacensolo
Mon Apr 28, 2008 12:06 am
Forum: MQ2::Custom UI
Topic: krust (UI, macro & plugin) 2006.09.28 *Macro Update*
Replies: 479
Views: 166043

Not be a cheap ass.

(donate)
by jacensolo
Sun Apr 20, 2008 11:29 am
Forum: MQ2::Help
Topic: Can't see all npc's on map
Replies: 24
Views: 10555

Except we have said that at least 20 times, and people just keep asking.
by jacensolo
Fri Apr 18, 2008 8:17 pm
Forum: ISXEQ::Help
Topic: Mapfilter NPC issues
Replies: 5
Views: 4774

What amused me a bit more than his obliviousness was that everyone was too busy laughing at that to notice he posted in ISXEQ with his MQ question to avoid the requirements on MQ2 help.
by jacensolo
Thu Mar 20, 2008 8:12 am
Forum: MQ2::Macros::Requests
Topic: Auto Attack Macro thing ( details inside)
Replies: 6
Views: 3784

Here's some hints:

Code: Select all

${Group.Member[].Pet.ID}

Code: Select all

!${Me.Pet.ID}

Code: Select all

/declare AvatarTimer timer outer 10m
...
/if (!${AvatarTimer}) {
 /Stuff_to_cast_buff
 /varset AvatarTimer 10m
}
I've basically handed you a macro. The rest is formatting.
by jacensolo
Sun Mar 16, 2008 7:16 pm
Forum: MQ2::Macros::Requests
Topic: Simple Bind Wound Macro Request Please
Replies: 66
Views: 5659

bind AND wound
by jacensolo
Sun Mar 16, 2008 6:06 pm
Forum: MQ2::Macros::Requests
Topic: Bash Macro Help
Replies: 10
Views: 3109

Have you checked out MQ2Melee or Skill_Routines.inc? Melee is a plugin that does all combat skills, but you could set it up to just do bash. Skill_Routines is an include, and you could easily setup a macro to use Bash. I'd recommend skill_routines, since Melee is a bit over the top to use just for b...
by jacensolo
Sun Mar 16, 2008 5:48 pm
Forum: MQ2::Macros::Requests
Topic: Simple Bind Wound Macro Request Please
Replies: 66
Views: 5659

by jacensolo
Sun Mar 16, 2008 5:45 pm
Forum: MQ2::Custom UI
Topic: CUSTOMIZE HUD QUESTION
Replies: 9
Views: 4745

Nope. The If in that code is the If TLO. The slash command "/if" does take it's conditions in parentheses, but the syntax for input to TLOs is brackets.
by jacensolo
Sun Mar 16, 2008 11:07 am
Forum: MQ2::Custom UI
Topic: CUSTOMIZE HUD QUESTION
Replies: 9
Views: 4745

Oh.... answer just hit me in the head. Is it the TimeHMS part that isn't showing up properly? Last I checked, I don't think you can get time from Mend.
by jacensolo
Sat Mar 15, 2008 10:13 pm
Forum: MQ2::Custom UI
Topic: CUSTOMIZE HUD QUESTION
Replies: 9
Views: 4745

Do you have mend as a button in your Actions window? I have a mac that uses ${Me.AbilityReady[Mend]} and it works, so I know that syntax is valid. If that's the only part which fails to display, I would suggest checking spelling, and making sure you don't have extra brackets or any quotes in there.
by jacensolo
Sat Mar 15, 2008 10:40 am
Forum: MQ2::Custom UI
Topic: CUSTOMIZE HUD QUESTION
Replies: 9
Views: 4745

Which part of it does not display?

What does ${Me.AbilityReady[Mend]} return when /echo'd?

Are you using the HUD text size feature?