azerothcore / mod-cfbg

Cross-faction Battleground for AzerothCore
MIT License
14 stars 42 forks source link

Crossfaction arenas aswell #101

Closed laasker closed 1 year ago

laasker commented 2 years ago

Could it be possible to add crossfaction in rated arenas too? like an alliance inviting a horde to his arena team and queuing 2x2/3x3/5x5 maybe with an option to change or keep race appeareance

laasker commented 2 years ago

Ok, after some tests i found out that its possible to:

  1. Invite a player from the opposite faction to my Arena Team when using the option "AllowTwoSide.Interaction.Guild = 1" in worldserver.conf
  2. Invite the player to my party/raid and Queue Rated Arena when using the option "AllowTwoSide.Interaction.Group = 1" in worldserver.conf

Its not possible to send a Arena Team Charter to the opposite faction, but its possible to send a team invite when the team has been created.

But i found some problems: In 2x2: if a player queue 2x2 rated with someone from opposite faction, the first player of the team that click in Enter Arena cant interact(heal/buff) with his teammate, but the second player to enter arena can interact.

In 3x3: I joined queue with two Alliances and one Horde characters Entered the arena first with one Alliance character, then with the horde character, and lastly with the second alliance.

The first character(alliance) couldnt interact with the horde, but could interact with the second alliance. The second character(horde) that entered arena could interact with the first alliance that entered arena and sometimes could interact with the second alliance. The third character(alliance) could interact with the alliance, and sometimes could interact with the horde.

Im not sure if i should report this on the AzerothCore repo or here as a Feature/Suggestion. I think it fits better here since its not a blizzlike thing.