[Skip to Main Content]
Este sitio hace uso intenso de JavaScript.
Por favor habilita JavaScript en tu navegador.
Disponible
RPP
12.0.5
RPP
12.0.7
Beta
Mage Food Macro Help
Escribir respuesta
Regresar al índice de los foros
Publicado por
mutts
Is it possible, and if so, how would you do it, to write a macro that checks inventory for mana biscuits, if it finds them it uses them, if not, it uses the normal conjured mage food and water?
Publicado por
zwab
#show (shift click item here to save time)
don't include brackets, it should work.
Publicado por
155291
This post was from a user who has deleted their account.
Publicado por
mutts
This might work....
Now I'm not sure if you can make a macro that will use food and water simultaneously, although i know there was an option for the center sphere of Cryolysis2 so you could do that.
That's one of the two things I miss most about Cryolysis. I know there is a new version out, but I am trying to rework my interface and want to save the screen real estate. To that end, I am trying
OPie
and I really like it.
My best guess as of right now since i can't test it atm is...
#showtooltip
/use Conjured Mana Biscuit; Conjured Glacial Water
/use Conjured Croissant
Even if that does work correctly though, it would use a both a biscuit and a croissant if in fact you do have biscuits.
Let me know as i would like to see this work.
If I am reading this right, wouldn't:
#showtooltip
/use Conjured Mana Biscuit
/use Conjured Croissant; Conjured Glacial Water
be a better way (or even work)? Since Mana Biscuits are food and drink you wouldn't want to trigger both the biscuit and the water at the same time.
Is 'exists' a check to see if something is there?
And a more general question:
What is the #showtooltip for? I see it a lot and don't know why its there.
Thanks
Publicado por
155291
This post was from a user who has deleted their account.
Publicado por
mutts
Last night I tried the
#showtooltip
/use Conjured Mana Biscuit
/use Conjured Croissant; Conjured Glacial Water
version. At least with Croissant and Glacier Water. I didn't have any Biscuits but the macro only used the Croissant.
So I changed it to:
#showtooltip
/use Conjured Mana Biscuit
/use Conjured Croissant
/use Conjured Glacier Water
This used both food and drink. I haven't been grouped yet to see if it works with the Biscuits.
Publicado por
155291
This post was from a user who has deleted their account.
Publicado por
mutts
It did use them both, so that was a success. I agree that having it stop after the biscuits would be ideal, but for me, I rarely have all three conjured at the same time so it may not be a deal breaker.
Publicado por
155291
This post was from a user who has deleted their account.
Publicado por
mutts
mEsS129,
I saw your macro for casting Frost Nova if the pet is not out, and Freeze if the pet is out in another thread.
Could something like what you used here:
#showtooltip
/cast Frost Nova
/stopmacro
/cast Freeze
/stopcasting
/cast Frost Nova
work for the food macro?
Maybe:
#showtooltip
/use Conjured Mana Biscuit
/stopmacro
/use Conjured Croissant
/use Conjured Glacier Water
It doesn't feel right, but since I can't test ATM just thought I would throw it out there.
Publicado por
197766
This post was from a user who has deleted their account.
Publicado por
Corveroth
For any given conditional, if
target
is not specified, it is implicitly considered to be "target." Thus,
/stopmacro is equivalent to
/stopmacro
In other words, that line will stop the macro if you have a target.
Publicado por
155291
This post was from a user who has deleted their account.
Escribir respuesta
No has iniciado sesión. Por favor
inicia sesión
para escribir una respuesta o
crea una cuenta
si aún no tienes una.