Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Nuovi Ct Mod + CT Raidassist

  1. #1
    Signore del Ghost Spam Cloud Wallace's Avatar
    Join Date
    Jul 2004
    Location
    Monza (MB)
    Age
    42
    Posts
    10,551

    Default Nuovi Ct Mod + CT Raidassist

    A grande richiesta posto la versione aggiornata dei 2 mod, che a parte un piccolo errore su CombatStats (cliccate ok e gg, è un problema di salvataggio delle variabili, presto hotfixato) funziona perfettamente.

    Provato in raid e con debuff curing in prima persona... chi dice che decursive non va fa sta facendo disinformazione
    13 Il giorno dopo, uscì di nuovo e, vedendo due Ebrei che stavano rissando, disse a quello che aveva torto: «Perché percuoti il tuo fratello?». 14 Quegli rispose: «Chi ti ha costituito capo e giudice su di noi? Pensi forse di uccidermi, come hai ucciso l'Egiziano?».

    Se questo fosse un film d'azione hollywoodiano, Mosè direbbe "indovinato", tirando fuori due mitragliatrici e aprendo il fuoco. Ma purtroppo, come già detto, queste sono elucubrazioni, e nelle elucubrazioni non succedono cose così divertenti.

  2. #2
    Piccolo Spammer Helindor's Avatar
    Join Date
    Jul 2005
    Age
    37
    Posts
    794

    Default

    e per i druidi che whinano


    per fixare DAB velocemente
    • There is a quick fix that can solve the (blocked mod) problem: Delete the DAB_AutoCastHooks.lua file from /World of Warcraft/Interface/Add ons/DiscordActionBars/
    • Removal of the hooking file will allow the mod to function but there are some (non-blocking) errors that popup related to loading keybindings. Once new keybindings are manually set for the current session, most if not all of the functions work until the next UI reload.
    • A fix for the keybinding issue: change line 83 in DAB_Initialization.lua from "DAB_Set_Keybindings();" to "--DAB_Set_Keybindings();". After this is done and you replace all your keybindings, type "/script SaveBindings(1)" without the quotes and they will be preserved.
    • Another fix for the keybindings problem that fixes it so that you do not have to enter in a /command to save your keybindings can be found on the Discord Mod forums, courtesy of Sarris. This fix requires some coding experience, but hopefully a new version of DAB will be released soon or someone can host a fixed version for download.

  3. #3
    The Dark Side Of MySelf Infe's Avatar
    Join Date
    Jul 2005
    Location
    Bassano del Grappa!!111
    Age
    38
    Posts
    7,443

    Default

    thorbal da dove l'hai scaricato? a me il sito non funge :/

  4. #4
    Signore del Ghost Spam Cloud Wallace's Avatar
    Join Date
    Jul 2004
    Location
    Monza (MB)
    Age
    42
    Posts
    10,551

    Default

    ieri notte dal sito di CT prima che lo floodassero
    13 Il giorno dopo, uscì di nuovo e, vedendo due Ebrei che stavano rissando, disse a quello che aveva torto: «Perché percuoti il tuo fratello?». 14 Quegli rispose: «Chi ti ha costituito capo e giudice su di noi? Pensi forse di uccidermi, come hai ucciso l'Egiziano?».

    Se questo fosse un film d'azione hollywoodiano, Mosè direbbe "indovinato", tirando fuori due mitragliatrici e aprendo il fuoco. Ma purtroppo, come già detto, queste sono elucubrazioni, e nelle elucubrazioni non succedono cose così divertenti.

  5. #5
    Piccolo Spammer bOrNtokilL's Avatar
    Join Date
    Oct 2005
    Age
    34
    Posts
    901

    Default

    a me nn va

  6. #6
    Signore del Ghost Spam Cloud Wallace's Avatar
    Join Date
    Jul 2004
    Location
    Monza (MB)
    Age
    42
    Posts
    10,551

    Default

    Quote Originally Posted by bOrNtokilL
    a me nn va
    cosa non va?
    13 Il giorno dopo, uscì di nuovo e, vedendo due Ebrei che stavano rissando, disse a quello che aveva torto: «Perché percuoti il tuo fratello?». 14 Quegli rispose: «Chi ti ha costituito capo e giudice su di noi? Pensi forse di uccidermi, come hai ucciso l'Egiziano?».

    Se questo fosse un film d'azione hollywoodiano, Mosè direbbe "indovinato", tirando fuori due mitragliatrici e aprendo il fuoco. Ma purtroppo, come già detto, queste sono elucubrazioni, e nelle elucubrazioni non succedono cose così divertenti.

  7. #7
    Piccolo Spammer Helindor's Avatar
    Join Date
    Jul 2005
    Age
    37
    Posts
    794

    Default

    FIX decursive (nn di ctraid)
    riga 947 Dcr_debug( debuff_name.." found!");
    va cancellata o commentata con -- davanti

  8. #8
    Gohan
    Guest Gohan's Avatar

    Default

    Quote Originally Posted by Helindor
    FIX decursive (nn di ctraid)
    riga 947 Dcr_debug( debuff_name.." found!");
    va cancellata o commentata con -- davanti
    scusa la niubbaggine ma come arrivo alla riga 947? :\

    nn ci capisco una ceppa di pc asd

  9. #9
    Gohan
    Guest Gohan's Avatar

    Default

    a ok fatto ads

  10. #10
    Signore del Ghost Spam Cloud Wallace's Avatar
    Join Date
    Jul 2004
    Location
    Monza (MB)
    Age
    42
    Posts
    10,551

    Default

    Posto qui anche un fix molto efficace per tutti quei mod che improvvisamente hanno smesso di funzionare (tipo Hunter's Timer) senza ragione alcuna apparente (è un problema della Blizzard, hanno modificato il modo di chiamare il tooltip nei file xml senza avvertire i modder)

    If your AddOn that you loved is suddenly broken I recommend trying the following:

    1. Go to Interface/AddOns/<Broken AddOn>/ and open the <Broken AddOn>.xml file.
    For example: for TotemTimers its TotemTimers.xml

    2. Do a search for "GameTooltip", until you find a line that looks like:
    <GameTooltip name="<Name>Tooltip" inherits="GameTooltipTemplate" parent="UIParent" hidden="true"/>

    3. Change this section to:
    <GameTooltip name="<Name>Tooltip" frameStrata="TOOLTIP" hidden="true" inherits="GameTooltipTemplate">
    <Scripts>
    <OnLoad>
    this:SetOwner(UIParent, "ANCHOR_NONE");
    </OnLoad>
    </Scripts>
    </GameTooltip>


    (Make sure to change the "/>" to ">" this should be the only change on the first line.
    4. Reload the AddOn and hope it works.
    Per me ha funzionato x Necrosis LDC e CCWatch, vedete voi
    13 Il giorno dopo, uscì di nuovo e, vedendo due Ebrei che stavano rissando, disse a quello che aveva torto: «Perché percuoti il tuo fratello?». 14 Quegli rispose: «Chi ti ha costituito capo e giudice su di noi? Pensi forse di uccidermi, come hai ucciso l'Egiziano?».

    Se questo fosse un film d'azione hollywoodiano, Mosè direbbe "indovinato", tirando fuori due mitragliatrici e aprendo il fuoco. Ma purtroppo, come già detto, queste sono elucubrazioni, e nelle elucubrazioni non succedono cose così divertenti.

Posting Permissions

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