YouArentInAPartyFix

This project is abandoned.

Whether this project is out of date or its author marked it as abandoned, this project is no longer maintained.

If you wish to take this project over, please report it and state your intentions.

Fix this spam in battlegounds

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.

You must login to post a comment. Don't have an account? Register to get one!

Facts

Date created
Aug 16, 2009
Category
Last update
Feb 09, 2010
Development stage
Abandoned
Language
  • deDE
  • enUS
  • esES
  • esMX
  • frFR
  • koKR
  • ruRU
  • zhCN
  • zhTW
License
Public Domain
Downloads
17,487
Recent files
  • R: r8 for 3.3.0 Feb 09, 2010
  • R: r7 for 3.3.0 Jan 22, 2010
  • R: r6 for 3.2.0 Sep 06, 2009
  • R: r5 for 3.2.0 Sep 06, 2009
  • R: r4 for 3.2.0 Aug 18, 2009

Authors