MGB Enchanter Rune

Discussion in 'E3' started by Claudelamont, Oct 13, 2019.

  1. Claudelamont

    Claudelamont Orc Pawn

    Messages:
    16
    Add to your e3_classes_enchanter.inc

    |----------------------------------------------------------------------------|
    #event AE_RR "#*# tells you, 'AERR'"
    sub Event_AE_RR(string line)
    /if (${Me.Class.ShortName.Equal[ENC]}) {
    /if (${Me.Gem[Rune of Rikkukin]} == NULL) {
    /bc meming Rune of Rikkukin into slot ${AERRGem}
    /memorize "Rune of Rikkukin" ${AERRGem}
    /delay 7s
    }
    /if (${Me.AltAbilityReady[Mass Group Buff]}) {
    /bc MGB Rune of Rikkukin inc...
    /casting "Mass Group Buff|alt" -maxtries|3
    /delay 5 !${Me.AltAbilityReady[Mass Group Buff]}
    /casting "Rune of Rikkukin" -maxtries|3
    } else /if (!${Me.AltAbilityReady[Mass Group Buff]}) {
    /bc Mass Group Buff is not available...
    }
    }
    /return
    |----------------------------------------------------------------------------|


    add to Sub ENC_Setup function

    /call IniToVarV "${Character_Ini},Enchanter,AERRGem" AERRGem

    add to Sub ENC_Background_Events function
    /doevents AE_RR

    add to SUB ENC_CharacterSettings function
    /call WriteToIni "${Character_Ini},Enchanter,AERRGem" 8

    add to your enchanters.ini file
    [Enchanter]
    AERRGem=8
     
    • Like Like x 3