If you want to test the new map in wargames, add this code to your local version of Wargame Helper

Addon owner hasn’t updated yet, not sure if they will.

In WarGameHelper.lua add this to the DEFAULT_MAPS array, I put it under nukhudon and it worked just fine.

{
[“id”] = 1098,
[“name”] = L[“Cage of Carnage”],
[“value”] = “carnage”,
[“pvpType”] = 4,
}

Still trying to figure out how this addon issues the raw wargame commands just fine to create matches but when I try to call them myself I can’t ever get it to start one, only the addon makes it work.

1 Like

worked for me too but I used the wowhead ID.

[“id”] = 15332,
[“name”] = L[“Cage of Carnage”],
[“value”] = “Cage”,
[“pvpType”] = 4,

been running them all week!

I don’t know think the addon even really cares about what the id since the raw commands use the map name.

Have you ever gotten a wargame to work without the addon? Seemed to stop being possible a few expansions ago.

I suppose you are right. but no I just use the addon. you should be able to send it with:

/wg battletag#1234 Cage of Carnage

just remember to send to the opposing party leader.

1 Like