Macro for @party1 and targetfriend out of arena?

or that

Damn, I need to look at the different conditions available apparently.

I think this just shows it would be nice to have in-arena and in-bg macro conditionals.

Instead, we have to hack a few conditionals together to sorta get something working.

1 Like

can always just make different macros that are assigned to a pvp specific talent loadout.
ヽ(。_°)ノ

3 Likes

Okay, I wasn’t taking a blind eye to like 90% of the stuff. Only spotted a couple I wasn’t familiar with. Was worried there for a second. =P

I think the most important macro conditional added in DF is advflyable.

1 Like

I didn’t know it existed when I wrote my dragonriding macro

Before

#showtooltip Highland Drake
/cast [nomounted] Highland Drake
/cast [known: travel form,nomounted] Travel Form
/cast [nomounted] Sapphire Skyblazer
/dismount [mounted]

After

#showtooltip
/cast [known:travel form,noadvflyable] Travel Form
/stopmacro [known:travel form, noadvflyable]
/cast [advflyable] Winding SlitherDrake; [noadvflyable] Sapphire Skyblazer
1 Like

Eh, I just throw the dragonflight mount in order first with my mount macro. Don’t even need that condition, because it will either work, or it will be in a zone that it doesn’t work in.

2 Likes

I started with that, but wanted something a little… more

This is my mount macro:

/dismount [mounted]
/leavevehicle [vehicleui]
/stopmacro [combat]
/use [noadvflyable, noswimming] Lightforged Warframe
/stopmacro [noadvflyable, noswimming]
/run C_MountJournal.SummonByID(0)

No copying!

All rights reserved.

:slight_smile:

mine’s just

/use Renewed Proto-Drake
/cast [flyable] pureblood fire hawk; Cindermane Charger
/cast zen flight

Sometimes I’ll build in other abilities to it if the class has say a travel form or something.

1 Like

I find this very interesting. How could it stay? I am going to explain what I want… I want the macro to target me in arenas and to stay in the group 1 member every time I press the no button to jump, for example, to its pet or another member… and that in bgs, raids and world target the closest friend, be it player or pet, everything that is taken as an ally.

Sorry, I don’t understand.

Target you and stay on party1?

I managed to do it and make it work thanks to you and your contributions, I stay like this for party 1

/target [@party1, help, nodead, exists, nogroup:raid, pvpcombat]
/targetfriend

and for party 2 obviously only the number changed

btw my mount macro is:

#showtooltip Ghost Wolf
/use [nocombat, advflyable] Renewed Proto-Drake
/use [nocombat, noadvflyable] Pureblood Firehawk
/use Ghost Wolf

In case that doesn’t work, I probably would have written it like this:

Any problem, I’ll try it then, thanks again for everything! you helped me a lot

1 Like

@player is you. @party1 and @party2 are your two teammates.

I think he meant his party member. English is probably not his first language.

Expactly sorry for this translate error.

1 Like