This is still an issue. No response from in-game ticket here.... List<Player> players = GetPlayersByLevel(60, PlayerType.GuardianFighters);foreach (Player p in players){ foreach (Item i in p.Items) { if (!i.IsBound) continue; if (i.Id == "OldStalwartHelmId") i.Id = "NewStalwartHelmId"; if (i.Id == "OldStalwartArmorId")…
Same issue here. I just bought the 4th piece (the helm) from the AH and I'm not getting the full set bonus. The other three pieces are showing as their own set and the helm is showing as its own. I got the chest, arms and boots before the balance patch.
I've multi-boxed many games (including 5-boxing wow) and the general rule of thumb for macros and what is allowed is this: One key press = one action. You can NOT create a keyboard macro that performs more than one button-press-action. One key, one in game action. If you're able to create macro hotkeys in game, you're…