YouArentInAPartyFix

This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

Temporary fix for the "You aren't in a party." spam in battlegrounds, caused by old addons calling SendAddonMessage to "RAID" when in battlegrounds or arenas. This is a bug on Blizzard's part introduced in 3.2.0.

Type /yaiap and it will print out debug text every time an addon triggers the "You aren't in a party." message, best used before joining a battleground.

Sample code for fixing this problem:

function SendAddonMessageToRaid(pre, msg)
	if GetRealNumRaidMembers() == 0 or GetRealNumPartyMembers() == 0 then return end
	SendAddonMessage(pre, msg, "RAID")
end

Also fixes "You are not in a guild." messages.


Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    20459
  • Created
    Aug 16, 2009
  • Last Released File
    Feb 9, 2010
  • Total Downloads
    20,225
  • License

Categories

Members

Recent Files

WoW Retail

  • r8
    Feb 9, 2010