Search found 18 matches

by 3x
Sun Sep 19, 2004 5:32 pm
Forum: MQ2::Custom UI
Topic: *UPDATED* SOES MQ2ed - (01-26-2005)
Replies: 177
Views: 77584

Is there a download link for this whole ui somewhere? I'm pretty lost in the 11 pages of replies.

Thanks.

P.S. I have 200GB per month bandwidth available to me, if you want me to host it I can. Just PM me, or irc pm me on nick paradox.
by 3x
Sat Sep 18, 2004 5:34 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Perfect XP Tracker - With XP over Time
Replies: 29
Views: 38567

Can you please add time till LVL/AA/LDRAA is complete?
by 3x
Thu May 13, 2004 6:56 pm
Forum: MQ2::Custom UI
Topic: Vert-MQ tested and working 4-28-04 with new data structs
Replies: 11
Views: 5065

The GM check isn't working, or atleast it didn't notice the guide in zone. Needs to be fixed...
by 3x
Thu May 13, 2004 2:46 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Updated My Canni Script : Lag Proof
Replies: 6
Views: 1997

Was using this macro and got beat on past my % where it was supposed to stop canni and heal, but it didn't heal.. just kept on going. Would have died but I noticed with 5% hp left :p
by 3x
Wed May 12, 2004 6:30 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AutoBard Code is Cunning/ml2517 scripts together
Replies: 18
Views: 10749

Great macro!

1 suggestion, the macro ends if the main assist dies, maybe instead of just ending, it could move char back to anchor / followed person then end. (Sucks for the ma to die then have the bard just run off cuz it was in the process of moving)

Oh and events need to be updated to new system.
by 3x
Tue May 11, 2004 6:24 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Circle Jerk
Replies: 3
Views: 3432

Ohh.. I understand now. Angstlich's Assonance.


Yes disabling selos check would be great. Selos runspeed isn't always a good thing when kiting. Most mobs you can kite just with normal run3 aa.
by 3x
Tue May 11, 2004 6:21 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Updated My Canni Script : Lag Proof
Replies: 6
Views: 1997

Use outer, global variables are kept stored long as mq is running. outer variables are kept long as macro is running (which is the old global)
by 3x
Mon May 10, 2004 7:09 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Circle Jerk
Replies: 3
Views: 3432

Cool mac... though what is "Angst Song" I assumed it would be for agro... but what is the point if your solo kiting and you have enough agro using DoTs? Also the ability to not use selos would be a great addition... and set heal song gem from the /macro command. Also add an echo when you s...
by 3x
Thu Apr 22, 2004 6:17 pm
Forum: MQ2::Custom UI
Topic: Vert MQ
Replies: 22
Views: 8609

Can someone update these please? =) Specifically buf window and player window.
by 3x
Sat Apr 17, 2004 3:44 am
Forum: Macro Depot (MQ1)
Topic: Bard AE dot macro
Replies: 33
Views: 12920

weak shit... this isn't supposed to be public.

I forsee an ae detrimental nerf upon us... again.
by 3x
Tue Mar 16, 2004 5:55 am
Forum: Macro Depot (MQ1)
Topic: Necrobuddy 1.0a
Replies: 4
Views: 2614

by 3x
Fri Mar 12, 2004 5:42 am
Forum: Macro Help (MQ1)
Topic: How to make a macro, a macro?
Replies: 4
Views: 1269

Under your compiled macroquest folder there is a /macros/ directory. If you open it you will find many files named blahblah.mac in it. These are just text files that are renamed to have the .mac extension.

Here is a helpful link for you:

RTFM
by 3x
Wed Mar 10, 2004 4:01 pm
Forum: Macro Depot (MQ1)
Topic: Combine macro using the new recipe window
Replies: 3
Views: 1511

You have an event without a /doevent(s) command.
by 3x
Fri Mar 05, 2004 6:33 am
Forum: Macro Help (MQ1)
Topic: new macro
Replies: 4
Views: 963

Use the [code][/code] tags.
by 3x
Fri Feb 27, 2004 1:28 am
Forum: Snippets (MQ1)
Topic: standardtime.inc
Replies: 2
Views: 4911

standardtime.inc

|standardtime.inc |This include will echo a user friendly standardized time instead of military time. |usage: /call standardtime Sub standardtime /declare hours global /declare newhours global /varset newhours 0 /varset hours $time(h) /if n @hours>12 { /varset newhours $calc(@hours-12) /varset newh...