Log in

View Full Version : No more Twobox Toolkit?



Ryan
04-15-2009, 01:22 PM
I've been using Twobox Toolkit for a long time, and it seems to have slightly broken with this last patch and it doesn't look like it has been updated for a long time. Is there some update or fix hidden somewhere? Or possibly a replacement mod? I use it mostly for the chat relay stuff (whispers, party, raid, guild) and the autoaccept invite/quests.

Gurblash
04-15-2009, 01:25 PM
Get on the Jamba train... you've only been missin it for about a year :)

Ryan
04-15-2009, 03:07 PM
Get on the Jamba train... you've only been missin it for about a year :)
Uhh, Jamba seems to be having the same problem with autodeclining invites when it should be accepting them. Unless I'm missing an update for that as well. It's apparently a problem with the StaticPopup_Hide("PARTY_INVITE") so I'll just comment out that line for now and deal with the Invite window hanging out.

DgtlSorcrs
04-16-2009, 12:12 PM
Folks, there's a better fix...

I ran into this issue in my own addon, and asked for help at the wowace 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

Ken
04-16-2009, 12:57 PM
Get on the Jamba train... you've only been missin it for about a year :)
Uhh, Jamba seems to be having the same problem with autodeclining invites when it should be accepting them. Unless I'm missing an update for that as well. It's apparently a problem with the StaticPopup_Hide("PARTY_INVITE") so I'll just comment out that line for now and deal with the Invite window hanging out.

[Addon] Jamba - An assistant for multiboxers. 12th Update - 0.4d released. ('http://www.dual-boxing.com/forums/index.php?page=Thread&postID=195683#post195683')