View Full Version : Auto Accept Group/Quest Broken since 3.1
railz
04-19-2009, 04:56 PM
Did I do something or is Jamba broken with 3.1?
Portal
04-19-2009, 05:06 PM
i coded a small workaround for the Auto-Decline group invitations so that autoaccepting works again
add the following to the file "World of Warcraft\Interface\AddOns\Jamba\Modules\JambaGroup .lua" at line 29
StaticPopupDialogs["PARTY_INVITE"].OnHide = function(self) self:Hide(); end
so that the file at line 29+ looks like:
--- snip -------
function JambaGroup:Initialize( dbOptions )
StaticPopupDialogs["PARTY_INVITE"].OnHide = function(self) self:Hide(); end
-- Initialise utility functions and constants.
self.utils = LibStub( "JambaUtils-1.0" )
--- snip -------
blizzard changed the action which is taken when the dialog is hidden by an addon to "declining the invite". therefore i edited the default action to "do not decline - just hide the dialogue".From here ('http://www.dual-boxing.com/forums/index.php?form=PostAdd&postID=195699&action=quote') .
railz
04-19-2009, 06:08 PM
Many thanks!
weboxen
04-28-2009, 11:34 AM
That has had me stumped for a week , just stopped running Jamba on one pc so I could invite to group because of this. Thanks again now I can get back to normal play. Thanks blizz for your weekly downtime so I have time to read these forums
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.