View Full Version : 3.1 pwnz makros :o
Kruschpakx4
04-15-2009, 03:06 PM
Seit 3.1 funktioniert mein jamba auto invite nicht mehr, sprich ich logg alle chars ein, inv mit mainchar toons und die lehnen erstmal automatisch ab, nachdem ich jamba deaktiviert habe und es mit /script AcceptGroup(); makro und da haben die ebenfalls den invite abgelehnt, weis jemand nen rat?
Deckard
04-15-2009, 03:37 PM
Also bei mir sieht das so aus:
Mit Jamba bekomme ich auch eine automatische Ablehnung.
Mit meinem Accept Macro nimmt der Toon die Gruppeneinladung an, schließt aber nicht das Auswahlfenster ob ich annehmen oder ablehnen will.
Hier das Makro:
/script AcceptGroup();
/script AcceptQuest();
/script AcceptTrade();
/script RetrieveCorpse();
Eine Lösung dafür hab ich auch noch nicht.
dec
Kruschpakx4
04-15-2009, 03:46 PM
Ticket is raus, ich werds dann wohl morgen erfahren^^
rulemaker
04-16-2009, 05:41 AM
hi
also ich hab das prob auch =(
nachdem ich meine invite taste mehrfach gespammt habe funktionierte es dann plötzlich
ka warum
in DEM ('http://www.dual-boxing.com/forums/index.php?page=Thread&threadID=21118') fred sind mehrere lösungen für das jamba-inviteproblem gepostet worden. konnts selber noch nicht testen
Deckard
04-16-2009, 09:34 AM
in DEM ('http://www.dual-boxing.com/forums/index.php?page=Thread&threadID=21118') fred sind mehrere lösungen für das jamba-inviteproblem gepostet worden. konnts selber noch nicht testen
Danke für den Link. Bei mir hat folgender Tipp aus dem Thread funktioniert:
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".
dec
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.