Page 3 of 6
Re: Setting Spells? how?
Posted: Sat Mar 04, 2006 1:19 am
by three-p-o
Merlin wrote:iceman01 wrote:I get the error message --- You dont have the spell white fire, I know that, how do you set your spell in this macro? I tried /nuke1 Strike of Solusek, but I still get that error message. Please help, thanks
try using /echo nuke1 Strike of Solusek
Edit the INI file to change it to a spell do you have. If you do not have an INI already the macro creates one for you as a baseline which you are supposed to edit.
You atleast have to set the nukes and the gems you want them memorized in manually the first time you run this. Once this is done you will be able to start it up. After you have it running type /afhelp for more information.
Posted: Sat Mar 18, 2006 9:50 pm
by Azum
Auto TL is pretty crude (I always thought the whole macro was, but thats another story) because I sort of tossed it in there around the time I completely lost interest in EQ and never ironed it out.
I gotta admit, it makes me feel all tingly inside to know people are still using this macro. It's too bad the person who took it over isn't more active in enriching it, but what can ya do. (By no means is this a slam at Dr_Flash, I appreciate the fact someone was interested enough to do any kind of conversion)
I'm also amazed people still play EQ. Have a good one.
Posted: Sat Sep 23, 2006 7:54 pm
by Merlin
anyone get Patient Harvest to work in place of Harvest yet?
Posted: Thu Oct 05, 2006 6:47 pm
by operatorfailure
I haven't gotten it to work, but I am pretty new at writing any code. I don't really even know where to start. I can't get the new concussion to work either, and that would be a great improvement too.
Afnuke mods for TSS, Part 1
Posted: Fri Oct 20, 2006 7:23 pm
by zvi056
Removed for bugfixing. Check back later
Afnuke mods for TSS, Part 2
Posted: Fri Oct 20, 2006 7:27 pm
by zvi056
Removed for bugfixing. Check back later.
Afnuke mods for TSS, Part 3
Posted: Fri Oct 20, 2006 7:29 pm
by zvi056
Removed for bugfixing. Check back later
Posted: Mon Oct 30, 2006 8:42 am
by trendy
I have been unable to find Spell_RoutinesMy.inc via the search tool. The error I recieve when attempting to start it is:
Couldn't open C:\Documents and settings\...\Spell_RoutinesMy.inc
I have also tried just renaming my old spell routines which gave me this error:
Unknown #command: #macro pausecheck(a)
Unable to add macro line
Unable to add macro line
I am sure if i can be directed to the proper spell routines it will work great. Please assist and thanks in advance.
Posted: Mon Sep 17, 2007 2:42 pm
by durrigible
I think I'm a bit to be jumping onto the MQ wagon... but I just recently got it setup. I'm running afnuke.mac and have all the correct files in place. I ran it for a while yesterday and seemed to get most functionality out of it.
I'm having a few different problems with it right now, though.
For one, it continually tries to auto attack. Even while sitting down, it just spams "auto attack is now off." Is it possible that somewhere it's missing a tag for "No Auto Attack During Assist" or w/e it is?
Another thing is that it won't cast my familiar. I know this has to do with the fact that I"m not using an AA Familiar or one of the others listed in the afnuke.txt documented ini file. The only familiar's listed seem to be AA familiars. Do I need a different # for my familiar in the ini file to cast something like "lesser familiar"?
hmm.... I think there was something else too... but I don't remember what it was now so I'll post again later

Posted: Mon Sep 17, 2007 2:55 pm
by fearless
*you* need to type "/assist off" without the quotes.
Posted: Mon Sep 17, 2007 3:57 pm
by durrigible
thanks. I'll add that in there. Any idea why the familiar won't check / cast?
Posted: Mon Sep 17, 2007 5:00 pm
by gruntsters
durrigible wrote:thanks. I'll add that in there. Any idea why the familiar won't check / cast?
I'm not sure if you caught what Fearless was saying because you used the phrase "add that in there". its not something you put into your macro. its a strictly EQ thing. when you log on your wiz, type
just like you would do /who or /wav without using mq2. By default, EQ turns on the attack button when you assist.
I apologize in advance if I'm mistaken and you did understand that.
Posted: Mon Sep 17, 2007 5:07 pm
by fearless
durrigible wrote:Any idea why the familiar won't check / cast?
Because the macro doesn't have any support for non aa familiars.
Could that be fixed? sure.
Posted: Thu Jan 03, 2008 5:11 pm
by everquestjiggaman
I did the quest to upgrade my staff of temperal flux to staff of elemental flux and i changed all the lines accordingly in afnuke.mac and afnuke.ini but its still giving me the message, "You dont appear to have a Staff of Elemental Flux." Any ideas? the mac still runs but it will not click the staff.
patient harvest
Posted: Tue May 27, 2008 10:42 pm
by PussyFoot
It's kind of rudamentary but it works well, the delay is a little longer than that needed but I don't want the wizard doing anything at all till I'm done with the harvest. I also added a do events command in there for fizzles.
Code: Select all
/if (${Me.PctMana} < 30 && ${Me.SpellReady["Patient Harvest"]} && !${CombatOn}) {
/call Cast ${Harvest}
|loop until harvest is done
/timed 340 /goto :harvestdone
/echo waiting for Patient Harvest
:loophere
/doevents
/goto :loophere
:harvestdone
/echo Patient Harvest should be finished
}