Page 19 of 25
Posted: Thu Oct 21, 2004 11:42 pm
by eqaussie
Just updated to the latest version of this, and it runs into a small snag
If wizard gets hit, and Etherskin drops, recasts Etherskin fine, but never restarts nuking.
Posted: Fri Oct 22, 2004 1:54 am
by Dadelot
Same problem with force shield. I had to disable it to have the macro working properly.
Posted: Fri Oct 22, 2004 9:10 am
by eqaussie
How would i add Veil of the Inferno to my Keeup up list?
Have tried
/iset Veil keeup Form of Endurance
and i end up with the following entry, but i know its not right
[Veil]
FullName=Form of Endurance
KeepUp=TRUE
Thanks
Posted: Fri Oct 22, 2004 2:36 pm
by Azum
Sorry about that guys, made a typo, and never caught it because I don't use Ether Skin. Fix coming.
Posted: Fri Oct 22, 2004 2:37 pm
by Azum
eqaussie wrote:How would i add Veil of the Inferno to my Keeup up list?
Have tried
/iset Veil keeup Form of Endurance
and i end up with the following entry, but i know its not right
[Veil]
FullName=Form of Endurance
KeepUp=TRUE
Thanks
/iset Veil keepup Veil of the Inferno
Just remember: /iset [alias] keepup [Full Name of Item]
No quotes necessary.
Posted: Fri Oct 22, 2004 2:45 pm
by Azum
afnuke2.inc (seventh post - updated 10/22)
(10/22) - Fixed a typo in Ether Skin code. Only need to grab afnuke2.inc for the fix.
Posted: Sat Oct 23, 2004 4:39 pm
by llama
Great Macro working allmost perfect, part from /iset, /icast and /ibounce.
Im getting "Thats not a valid command", maybe im missing a plugin or something.
Also is there a way of adding buffs from spells that I would like to keep up, like the improved damage buff for lvl 60 ice nukes and resist buffs ?
Any ideas ?
Posted: Sat Oct 23, 2004 6:54 pm
by Azum
Sounds like you overwrote your macroquest.ini and the aliases the macro puts in that file are not there, however the macro thinks they are there because there's no way to currently read the macroquest.ini or check your MQ2 version.
The quickest way to fix it, is open your nuke_name.ini and change the version=1234 to something else. Doesn't matter what, any number that's not the same as the one there currently will do.
If your macro aliases ever fail to work, this is the solution. Alternatively, you can save a copy of your macroquest.ini instead of overwriting each time you recompile.
Posted: Sat Oct 23, 2004 10:04 pm
by llama
It did the trick, thank you very much.
Posted: Sun Oct 24, 2004 2:29 am
by Azum
afnuke.mac (first post - updated 10/24)
afnuke.inc (third post - updated 10/24)
afnuke2.inc (seventh post - updated 10/24)
(10/24) - Added PreConcussion option. Defaults to off. If enabled, it will concussion mobs before you nuke the number of times you specify. You can also specify what percentage to preconcussion. Added aliases: /preconc, /preconcnum, /preconcperc, /harvest, /harvestperc,
/medtoggle. Made the macro even more mez-friendly.
Posted: Sun Oct 24, 2004 3:01 am
by cobalt.n
/own
error
Posted: Mon Oct 25, 2004 3:21 pm
by Fushae Orinoco
getting this error if i dont have /doassist on, i get this spammed to me
afnuke2.inc@658 (CheckExcludes): /declare npcnum int local
afnuke.inc@523 (Assistcheck): /if($Target.ID)&&
!$(Target.Type.Equal]PC]}) /call CheckExcludes
afnuke.mac@280 (main): /if($doassist)>0 /call Assistcheck
in addition, i'm also having problems with getting autoTL to function...what did i miss?, i have all the updated versions, as well as /som i have ether shield but its casting shield of maelin
Re: error
Posted: Mon Oct 25, 2004 5:56 pm
by Azum
Fushae Orinoco wrote:getting this error if i dont have /doassist on, i get this spammed to me
afnuke2.inc@658 (CheckExcludes): /declare npcnum int local
afnuke.inc@523 (Assistcheck): /if($Target.ID)&&
!$(Target.Type.Equal]PC]}) /call CheckExcludes
afnuke.mac@280 (main): /if($doassist)>0 /call Assistcheck
in addition, i'm also having problems with getting autoTL to function...what did i miss?, i have all the updated versions, as well as /som i have ether shield but its casting shield of maelin
Try getting the macro from here again, npcnum hasn't been declared as a local variable for a couple revisions now, and I know for a fact Ether Shield is working fine.

ah ha
Posted: Tue Oct 26, 2004 2:32 am
by Fushae Orinoco
yeah that fixed that /doassist one...
ethershield works now kinda, but if i click ether shield off or it wears off, it wont recast unless i click off Koadic's Heightened Focus or unless that buff wears off.....still having an issue with /autoTL doesnt work for me either, not sure what detail i'm overlooking
Re: ah ha
Posted: Tue Oct 26, 2004 6:08 am
by Azum
Fushae Orinoco wrote:yeah that fixed that /doassist one...
ethershield works now kinda, but if i click ether shield off or it wears off, it wont recast unless i click off Koadic's Heightened Focus or unless that buff wears off.....still having an issue with /autoTL doesnt work for me either, not sure what detail i'm overlooking
Aha, quick fix for that is to open afnuke2.inc and change:
Code: Select all
/if (${Me.Buff[${j}].Name.Find["focus"]} || ${Me.Buff[${j}].Name.Find["wunshi"]}) /goto :spellshield
to
Code: Select all
/if (${Me.Buff[${j}].Name.Find["focus of"]} || ${Me.Buff[${j}].Name.Find["wunshi"]}) /goto :spellshield
Nice catch, I'll officially fix it tomorrow.
AutoTL is kind of limited atm. Only responds to tells starting with "TL" or "translocate" - and will only translocate you to bind til I get around to finishing it, if I ever do.