Search found 17 matches

by Dregs
Sun Feb 27, 2011 1:45 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Slay Target
Replies: 1
Views: 1521

Slay Target

This is an incredibly simple macro I made for my low level toon on the progression server. It doesn't do any special attacks, just turns on attack, and chases the mob. I got lazy running my toon, and threw this together. It even bugs a little when selling to merchants or something. I'll leave it as ...
by Dregs
Sat Jun 05, 2010 3:59 am
Forum: MQ2::Macros::Help
Topic: Autofollow macro
Replies: 3
Views: 1653

Re: Autofollow macro

I have never had any (speed) problems with EQ's built in auto follow if you are running the accounts on different computers. If you are running multiple accounts on one computer, though, usually your account which is selected and "on the top" is running full speed, while the others will no...
by Dregs
Wed Mar 10, 2010 9:24 pm
Forum: MQ2::Macros::Help
Topic: Targeting someone based on a string holding their name
Replies: 6
Views: 3493

Re: Targeting someone based on a string holding their name

Ahh, okay. Well, thanks so much for the how-to! I really appreciate it.
by Dregs
Mon Mar 08, 2010 7:56 pm
Forum: MQ2::Macros::Help
Topic: Targeting someone based on a string holding their name
Replies: 6
Views: 3493

Re: Targeting someone based on a string holding their name

Thanks so much. I haven't actually tested it yet, but will do so when I get home. I know it's a lot to ask. If you could, though, would you mind explaining what that's doing? I'm not so familiar with the usage of the .Left and .Right. Is that referring to the characters in the string?
by Dregs
Sat Mar 06, 2010 12:47 am
Forum: MQ2::Macros::Help
Topic: Targeting someone based on a string holding their name
Replies: 6
Views: 3493

Targeting someone based on a string holding their name

I was having trouble with a macro I was working on which was a bit more complicated, so I made this simpler version to try to sort out where the problem is coming from, but I'm having a heck of a time finding the cause of the problem. I even tried copying parts from existing (supposedly working) mac...
by Dregs
Wed Feb 03, 2010 8:01 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Countexp.mac
Replies: 44
Views: 2254

I appreciate the advice. I must admit I didn't think of that one. Also, I considered maybe calculating leadership exp on its own, but then I realized that you can't get any leadership exp without another message as well... as far as I know. I'm working on a few other things right now, but I'm hoping...
by Dregs
Mon Jan 25, 2010 11:47 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Countexp.mac
Replies: 44
Views: 2254

Here is version 3.0, which shows how to use CountExp.inc (version 2.0) which can be found at http://macroquest2.com/phpBB2/viewtopic.php?p=147574#147574 |Countexp.mac Version 3.0 |Written by Dregs |------------------------------------------------------------------------------ #include CountExp.inc S...
by Dregs
Mon Jan 25, 2010 11:42 am
Forum: MQ2::Macros::Snippets
Topic: CountExp.inc
Replies: 2
Views: 3289

*Edited when I realized I could make it drastically shorter and maintain the same functionality* Here is my version 2.0 of this include file. I shortened it a bit, and added a bit of functionality. Now if you type /echo report exp it will report how much experience you have gained since starting the...
by Dregs
Wed Jan 13, 2010 11:01 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: TargetlessFollow.mac
Replies: 0
Views: 1408

TargetlessFollow.mac

Here is a macro I made actually a while back, but it turned into a mage macro I'm working on, and I forgot to save the original. So, here is what I remade from that code. This is a follow macro, but it doesn't require you to have the person you are following targeted. I didn't put in any condition f...
by Dregs
Wed Jan 13, 2010 6:12 am
Forum: MQ2::Macros::Requests
Topic: click macro
Replies: 34
Views: 2210

Gonna just take a stab at this one.... possible? yes. Although, from what I have seen, it is incredibly unlikely someone is going to just write it for you without you having at least tried it yourself first, and then asking "where did I go wrong?"
by Dregs
Wed Jan 13, 2010 6:04 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Simple Forgotton Halls for Cleric 40ish
Replies: 16
Views: 7535

Just going to say that you should be careful about how much time you spend in the forgotten halls. Especially if you are letting it run the entire 6 hours of the expedition, and doing so multiple times a day. I once had to do a lot of really fast talking to a GM about my character that seemed to spe...
by Dregs
Fri Jan 01, 2010 12:46 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: An exp leech macro
Replies: 14
Views: 5209

Thanks for the feedback, jpetrone. I got it working now using an include file I made. The include file can be found at: http://macroquest2.com/phpBB2/viewtopic.php?t=16598 I wasn't really sure as to the naming scheme of things. I guess since I actually simply corrected previous odd functionality, I ...
by Dregs
Fri Jan 01, 2010 12:23 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Countexp.mac
Replies: 44
Views: 2254

Here is version 2.0 which is basically just to show how to use the include file which I posted here: http://macroquest2.com/phpBB2/viewtopic.php?t=16598 |Countexp.mac Version 2.0 |Written by Dregs |Based on exp-calculating code from the rogue helper macro |-------------------------------------------...
by Dregs
Fri Jan 01, 2010 12:18 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Countexp.mac
Replies: 44
Views: 2254

Countexp.mac

This is a complete macro version of the updated exp calculation code I threw together. As usual, if anyone noticed any problems with it, please let me know. It's hard to test some of the conditions in there due to the rarity that they occur. |Countexp.mac Version 1.0 |Written by Dregs |Based on exp-...
by Dregs
Thu Dec 31, 2009 11:51 pm
Forum: MQ2::Macros::Snippets
Topic: CountExp.inc
Replies: 2
Views: 3289

CountExp.inc

Here is an include file I made since I found I was running some kind of exp per mob calculation in most of the macros I was using. I previously had some errors with the calculations showing negative numbers, or other strangeness if you gained a level or dinged an AA, but I (think) I now have a speci...