[Skip to Main Content]
이 사이트는 자바스크립트를 사용합니다.
브라우저에서 자바스크립트를 활성화 해주십시오.
라이브
PTR
12.0.5
PTR
12.0.7
베타
Mage Food Macro Help
답글 달기
보드 인덱스로 돌아가기
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?
zwab
의 게시글
#show (shift click item here to save time)
don't include brackets, it should work.
155291
의 게시글
This post was from a user who has deleted their account.
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
155291
의 게시글
This post was from a user who has deleted their account.
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.
155291
의 게시글
This post was from a user who has deleted their account.
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.
155291
의 게시글
This post was from a user who has deleted their account.
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.
197766
의 게시글
This post was from a user who has deleted their account.
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.
155291
의 게시글
This post was from a user who has deleted their account.
답글 달기
로그인이 되어있지 않습니다. 답글을 달려면
로그인
하거나, 계정이 없다면
회원가입
을 해 주세요.