Search found 14 matches

by Jeegan
Thu Sep 02, 2004 9:21 pm
Forum: MQ2::Macros::Help
Topic: DOTing for a Beastlord Hunter Script
Replies: 25
Views: 4382

Got another question, now that I am 22 with my BL, I have to setup two sets of spells lists for buffs and fighting, is there an easy way to load the buff set when I need to buff and then reload the attack set afterwards? I tried using /load then the set name but it won't wait for the spells to finis...
by Jeegan
Thu Sep 02, 2004 5:00 pm
Forum: MQ2::Macros::Help
Topic: DOTing for a Beastlord Hunter Script
Replies: 25
Views: 4382

Ok, it looks like the timer might be working. I have it working with Drowsy, but it's not casting Sicken still. Will the timer only work with one spell at a time, as in I need multiple timers, one per spell? Thanks for all the help, BTW. I am just a total n00b at programming, as I have never done an...
by Jeegan
Thu Sep 02, 2004 12:06 pm
Forum: MQ2::Macros::Help
Topic: DOTing for a Beastlord Hunter Script
Replies: 25
Views: 4382

Ok, here is the entire code for the macro, the only things I am having trouble with are the DOT casting and the curing poison and getting the avoid mob array to work, but that one is the least important to me. I get no errors, but I don't cast the DOT nor do I cure poison when I get poisoned. Any ad...
by Jeegan
Wed Sep 01, 2004 6:47 pm
Forum: MQ2::Macros::Help
Topic: DOTing for a Beastlord Hunter Script
Replies: 25
Views: 4382

On a side note, how can I add a sub routine to my macro to check and cure poison? BTW, thank you all for all the help.
by Jeegan
Wed Sep 01, 2004 6:32 pm
Forum: MQ2::Macros::Help
Topic: DOTing for a Beastlord Hunter Script
Replies: 25
Views: 4382

When I type /echo ${DOTimer}, I get NULL back from MQ2. I added the ==0 to the line but that didn't do anything either. Would it be better if I post the whole macro?
by Jeegan
Wed Sep 01, 2004 9:40 am
Forum: MQ2::Macros::Help
Topic: DOTing for a Beastlord Hunter Script
Replies: 25
Views: 4382

This is what I put in.

Code: Select all

   /if ((${Me.Gem["Sicken"]})&&(${Me.SpellReady["Sicken"]})&&(!${DOTimer})) {
   /cast "Sicken"
   /varset DOTimer ${Math.Calc[${Spell["Sicken"].Duration}*10]}m
   }
by Jeegan
Tue Aug 31, 2004 11:02 pm
Forum: MQ2::Macros::Help
Topic: DOTing for a Beastlord Hunter Script
Replies: 25
Views: 4382

I tried adding that, but it doesn't seem to do anything, I don't cast the spell for some reason. No errors or anything, just no casting, I kick fine, however.
by Jeegan
Tue Aug 31, 2004 12:55 pm
Forum: MQ2::Macros::Help
Topic: DOTing for a Beastlord Hunter Script
Replies: 25
Views: 4382

DOTing for a Beastlord Hunter Script

Hello all. I am trying to add a DOT section to my beastlord hunter script. I have it setup to be able to kick and DD but with my current setup if I put a DOT using the line I use for the DD, it will chain cast it, but I want it to just cast when it wears off the mob. Is this possible? Here is my cur...
by Jeegan
Fri Aug 27, 2004 6:00 pm
Forum: MQ2::Macros::Help
Topic: Help adapting a script
Replies: 10
Views: 2457

Actually I have modified that script to work with my beastlord, there are still a couple things I am working on, such as making the special abilities such as kick and bash and so forth work, and also getting the Avoid Mob Array to work. But other than that, it is decent, it does what the original ma...
by Jeegan
Fri Aug 27, 2004 11:11 am
Forum: MQ2::Macros::Help
Topic: Little more help with BL Hunter, please
Replies: 1
Views: 609

Ok, so I figured out what was slowing me down. And I have it all working pretty nicely now, except for the Avoid Mob Array, that doesn't seem to work. Based on the code I just posted, do any of you guys see anything that would cause it not to work? I will post the new code if needed, I only made a c...
by Jeegan
Fri Aug 27, 2004 10:28 am
Forum: MQ2::Macros::Help
Topic: Little more help with BL Hunter, please
Replies: 1
Views: 609

Little more help with BL Hunter, please

Ok, so I have been modifying the Hunter macro with code from a beastlord macro, cause I couldn't make the BL macro work. Anyway, the new hunter macro is working, but when it gets to the buffing part, it takes it forever to go through checking buffs on me and my pet. Any info on how to speed up this ...
by Jeegan
Thu Aug 26, 2004 11:20 am
Forum: MQ2::Macros::Help
Topic: Dead and healing macros
Replies: 6
Views: 1661

This is the code I am using. | Hunter Macro | Hunter.mac | Author : robdawg | Version : v1.2 2004-05-13 10:06pm PST | Useage : /macro Hunter | Description : This macro will run your character around killing any mobs in your | RV_MobArray. Then it will attempt to loot all items in your | RV_LootArray...
by Jeegan
Wed Aug 25, 2004 7:59 pm
Forum: MQ2::Macros::Help
Topic: Dead and healing macros
Replies: 6
Views: 1661

Dead and healing macros

Hello all. I am currently using a hunter macro and am wanting to know how what I would add to it to make it end when I die, and possibly what to add to make it sit and heal up before fighting again. Any help would be greatly appreciated. Thanks.
by Jeegan
Tue Aug 24, 2004 3:16 pm
Forum: Macro Depot (MQ1)
Topic: advchant.mac - Advanced Chant REV7b-BD [COMPLETE]
Replies: 83
Views: 49072

Hello all. I tried this macro last night and got an error code, I will have to wait till I can get on again to post it, but does this macro still work or does anyone still do updates to it?