Search found 36 matches

by pw
Thu Oct 14, 2010 2:15 pm
Forum: MQ2::Help
Topic: Dear MQ2: I cannot login to my original account.
Replies: 15
Views: 3257

Re: Dear MQ2: I cannot login to my original account.

Jeez dude ... there's a whole 13 hours between your first and last post. Have some patience ! The devs aren't sitting around waiting to jump to your attention. Also, how can you PROVE you're the original xantan when the forgotten password didn't work. The email address is about the only tie the devs...
by pw
Wed Dec 10, 2008 4:46 pm
Forum: MQ2::Macros::Requests
Topic: 4 boxing
Replies: 4
Views: 2050

I can't recommend WinEQ2 highly enough for multi-boxing on a single PC http://www.lavishsoft.com/. I 3-box and just alt-tab between EQ windows. Even on my 4 year old PC, its instant.
by pw
Wed Apr 09, 2008 11:14 am
Forum: MQ2::Macros::Requests
Topic: A more simpler boxing nuke macro?
Replies: 11
Views: 5629

Try this as a starting point. Completely untested:

Code: Select all

#event NUKE "#*#nuke now#*#"

Sub Main 
   /echo Waiting for instruction to nuke
   :Start 
   /doevents 
   /delay 3s

   /goto :Start 
    
/return 

    
Sub Event_NUKE
   /cast "somenukespell"
/return

by pw
Fri Oct 05, 2007 2:44 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Simple Forgotton Halls for Cleric 40ish
Replies: 16
Views: 7950

Not tested because MQ2 down atm, but here's an adaptation of something I use for self-buffing:

Code: Select all

    /if (!${Me.Buff[Conviction].ID} || ${Me.Buff[Conviction].Duration.TotalMinutes} < 5) { 
      /cast Conviction
      /doevents 
    } 
by pw
Thu Sep 27, 2007 2:13 pm
Forum: MQ2::Custom UI
Topic: Promised Renewal for hud
Replies: 8
Views: 4857

Take a look at http://www.macroquest2.com/wiki/index.php/Necro_Helper for some ideas. It is based around Dotting a mob, but the principles would apply to what you want.
by pw
Thu Aug 09, 2007 5:51 am
Forum: MQ2::Macros::Snippets
Topic: How to tell if there is a combat ability currently running
Replies: 2
Views: 3113

It *sometimes* works when the window is closed too. :roll:

For reliable use, just Alt+C to get the window up and park it out the way.
by pw
Wed Aug 08, 2007 5:28 am
Forum: MQ2::Macros::Snippets
Topic: How to tell if there is a combat ability currently running
Replies: 2
Views: 3113

How to tell if there is a combat ability currently running

Apologies if this has been answered somewhere else. I tried search and didn't easily find the answer. I wanted to be able to check if there was a combat ability currently running so that I didn't try and start a second or third ability running at the same time (which wouldn't work!). The only way to...
by pw
Tue Feb 20, 2007 4:27 am
Forum: MQ2::Help
Topic: MQ2 not working with Windows vista
Replies: 54
Views: 11588

Are you running MQ2 as "admin" user ? That seems to be a common issue with vista. i.e. you need to be admin level.
by pw
Tue Oct 31, 2006 7:01 am
Forum: MQ2::Custom UI
Topic: Target in casting range HUD snippet
Replies: 0
Views: 1848

Target in casting range HUD snippet

Ok, its not rocket science, but I can't believe how useful I've found this with my necro since Spell.MyRange was added: TargetRange=3,200,35,255,255,255,${If[${Target.ID} && ${Target.Distance} < ${Spell[Coruscating Darkness].MyRange},In Range,]} The snippet tells me when my selected target i...
by pw
Tue Feb 14, 2006 3:30 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: HK MM Macro
Replies: 28
Views: 10351

Re: error

Anyway i used this and it was great. onlt thing i noticed was when i use a caster toon it dont do the kicking even with hotbuttons created. I do the kicking manually. On my warrior it had no problems at all. You have to add the "Kick" ability to your abilities tab on the actions window (C...
by pw
Thu Nov 17, 2005 11:56 am
Forum: MQ2::General
Topic: Welcome our newest addition to the MQ2 dev team
Replies: 20
Views: 20447

You have gotten better at coding (300)
by pw
Tue Aug 09, 2005 3:08 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Necro Helper + HUD
Replies: 19
Views: 6546

Hadn't seen that behaviour before, but your fix looks good to me. I usually save my mana and let those lazy tanks finish the mobs off :twisted: I've updated the Wiki version with it - and also with a small fix in SetupTimer that stops timers being kicked off for other people's casts. Glad to know it...
by pw
Tue Jul 05, 2005 3:27 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Kaladim Fungi Harvester
Replies: 106
Views: 58351

Sorry to revive an old thread but ....

To fix this macro after the $String[] TLO change done recently to MQ2, change this line:

Code: Select all

   /if (${String[${Cursor}].Find[Mushroom]}) { 
to:

Code: Select all

   /if (${Cursor.Name.Find[Mushroom]}) { 
.... still determined to hit 300 brewing .....
by pw
Sun Jul 03, 2005 5:22 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Necro Helper + HUD
Replies: 19
Views: 6546

update 3rd July 2005

Wiki has been updated with the latest version of this. I fixed the bugs that showed up as a result of the change in MQ2 to stop abuse of the String TLO.

Thanks are due to "loadingpleasewait" in VIP for helping me understand string comparison syntax.
by pw
Fri May 20, 2005 1:40 pm
Forum: MQ2::General
Topic: FFS ... no comment who the hell did this?
Replies: 11
Views: 4743

Someone probably told them MQ2 is GPL and therefore not for sale. ebay are pretty good about removing fraudulent sellers.