Close
Showing results 1 to 6 of 6

Hybrid View

  1. #1
    Rated Arena Member Kruschpakx4's Avatar
    Join Date
    Dec 2008
    Location
    Innsbruck
    Posts
    1352

    Default 3.1 pwnz makros :o

    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?

  2. #2

    Default

    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
    Der Versuch eines Reiseberichts: http://decboxblog.blogspot.com/

  3. #3
    Rated Arena Member Kruschpakx4's Avatar
    Join Date
    Dec 2008
    Location
    Innsbruck
    Posts
    1352

    Default

    Ticket is raus, ich werds dann wohl morgen erfahren^^

  4. #4

    Default

    hi

    also ich hab das prob auch =(

    nachdem ich meine invite taste mehrfach gespammt habe funktionierte es dann plötzlich

    ka warum

  5. #5

    Default

    in DEM fred sind mehrere lösungen für das jamba-inviteproblem gepostet worden. konnts selber noch nicht testen

  6. #6

    Default

    Quote Originally Posted by nali',index.php?page=Thread&postID=195829#post1958 29]in [url='http://www.dual-boxing.com/forums/index.php?page=Thread&threadID=21118
    DEM[/url] 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:

    Quote Originally Posted by 'diggla',index.php?page=Thread&postID=195699#post1 95699
    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
    Der Versuch eines Reiseberichts: http://decboxblog.blogspot.com/

Similar Threads

  1. castsequence Makros
    By Loki in forum German
    Replies: 5
    Last Post: 07-11-2009, 03:15 PM
  2. Wie legt man Makros auf F Tasten ?
    By thomasr023 in forum German
    Replies: 9
    Last Post: 06-11-2009, 06:21 AM
  3. Makros im MixTeam
    By hertome in forum German
    Replies: 9
    Last Post: 03-10-2009, 08:10 AM
  4. Keyclone , makros whatever^^
    By feralia in forum German
    Replies: 5
    Last Post: 10-11-2008, 06:13 PM
  5. Helft mir bei ein paar Makros
    By Sawu in forum German
    Replies: 1
    Last Post: 07-18-2008, 01:03 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •