View Full Version : [Jamba] Issues with inviting my group since 3.1
heffner
04-15-2009, 04:10 PM
After install the patch my group REFUSES to group with me =(
I click my invite key and they automatically refuse the invite. They must not like me anymore.
Anyway, I don't know if this has something to do with Jamba or not. I had to unclick the "automatically accept group invites from friends" (or one of those options) to get it to at least put up the invite window. So, I don't know if it's a main WoW setting someplace, another addon, Jamba or what....
Anyone else run into this issue?
Coltimar
04-15-2009, 04:16 PM
Yeah, several others have posted this problem. Jalfu is out until mid-May so we'll have to make due.
jinx08
04-15-2009, 04:41 PM
Yes im having the same problem. We will just have to make do with doing it the pre-jamba way until he gets to fix it upon return. At least jamba is still working though! HURRAY!
StaticPopup_Hide("?PARTY_INVITE"?)
is broken. It declines the invite instead of hiding the Invite pop up window.
Coltimar
04-15-2009, 04:46 PM
He said that if anyone could fix bugs they were welcome to. Anyone know how to fix that script change?
Jubber
04-15-2009, 04:58 PM
" posted a temp fix in the other jamba thread, as mentioned above its a bug in 3.1, just edit modules\jambagroup.lua and comment out the line that hides party invite (search for AcceptGroup you can comment the line right after that) "
This was posted in Jamba party declining ('http://www.dual-boxing.com/forums/index.php?page=Thread&postID=195663#post195663') . Temp fix.
This is a temporary fix for Jamba 0.4d (the version name is still 0.4d, but it is a changed addon!):
http://www.wow-multiboxing.com/files/Jamba.zip
Changes:
- changed TOC version so it doesn't get marked as an out-of-date macro
- disabled hiding of party invite dialog
[edit] Check the official Jamba thread for unofficial updates until Jafula comes back. I won't post them here.
Tasty
04-15-2009, 06:27 PM
StaticPopup_Hide("?PARTY_INVITE"?)
is broken. It declines the invite instead of hiding the Invite pop up window.
Do you know if its a known bug or if they intentionally broke it for some strange reason?
diggla
04-15-2009, 06:38 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".
Portal
04-15-2009, 08:23 PM
Thank you!
Zerocool2024
04-15-2009, 10:23 PM
May seem kind of odd, but all I did (and don't ask me why) was copy my SavedVariables from my main, then put it in all my other folders (being 4 other folders) and when I loaded up the game, it had all the right names on my main, but the other toons were missing their lists aside from the default (their names), I put the mains names in all the alts, hit Push to Characters and walla, it works now, no problems with anything...
DgtlSorcrs
04-16-2009, 12:03 PM
Folks, there's a better fix...
I ran into this issue in my own addon, and asked for help at the wowace ('http://forums.wowace.com/showthread.php?t=16234') forum.
The user Borlox gave me an effective piece of code
for i=1, STATICPOPUP_NUMDIALOGS do
local dlg = _G["StaticPopup"..i]
if dlg.which == "PARTY_INVITE" then
dlg.inviteAccepted = 1
break
end
end
StaticPopup_Hide( "PARTY_INVITE" )
So, update the StaticPopup_Hide( "PARTY_INVITE" ) so it looks like the example above and it will work.
NOTE: It worked in my addon, but I don't use Jamba, so I can't guarantee it will work there.
Hope that helps
Please visit the official Jamba Thread ('http://www.dual-boxing.com/forums/index.php?page=Thread&postID=195946#post195946') for further info.
Jayded1
04-17-2009, 12:18 PM
If you click off the auto accepts under jamba group it will stop the auto decline.
DgtlSorcrs
04-17-2009, 02:52 PM
Very true Jayded1 ('http://www.dual-boxing.com/forums/index.php?page=User&userID=12087').... I know that Jamba will be officially updated once the author gets back from vacation.
If you're nervous about editing the Jamba code, or downloading the fan update workaround version ('http://www.dual-boxing.com/forums/index.php?page=Thread&postID=196182#post196182') , I totally understand.
I guess it depends on how badly it interferes with your day-to-day WoW experience.
hekola
04-17-2009, 04:46 PM
If you dont want to change something in the jamba files. Just simply spam your invite button like a mad man fo 2 sec and your toons will accept it either they want or like it they will join YOU !
:cursing:
Multibocks
04-23-2009, 01:26 AM
thanks Hekola, that worked lol.
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.