annuncio

Comprimi
Ancora nessun annuncio.

[EASYUO] my disco-mage

Comprimi
X
 
  • Filtro
  • Ora
  • Visualizza
Elimina tutto
nuovi messaggi

  • [EASYUO] my disco-mage

    EasyUO.com :: Log in

    Hotkeys:
    Q close wounds/cleanse by fire/remove curse(mortal)
    1 remove curse
    S make doom boss active target
    A make doom spawn active target
    ALT+4 choose active target manually
    E summon fury near active target
    3 Turn on/off discrod
    W discord all mobs around
    R Teleport
    ALT + T Wall of Stone between Character and active target
    D Fireball/Arrow
    F Lighting
    C Fireball/Arrow to closest Revenant

    Auto-actions:
    discording new active target
    close wounds / cleanse by fire once every 10 sec if HP < 60
    bless every 145 seconds

    this script was used while recording that video YouTube - trying to solo creeper with disco-mage
    Ultima modifica di fnurov; 24-02-2010, 22:33.

  • #2
    if u use magery for healing instead of chivarly

    change strings
    codice:
    sub Heal
        if c in #charstatus
           gosub CastSelf 15 201 2000
        else
        {
            if d notin #charstatus
            {
               if #hits < #maxhits
                  gosub CastSelf 15 202 3000
            }
            else
                gosub CastSelf 15 209 3000
        }
    return
    to
    codice:
    sub Heal
        if c in #charstatus
           gosub CastSelf 15 10 2000
        else
        {
            if d notin #charstatus
            {
               if #hits < #maxhits
                  gosub CastSelf 15 3 3000
            }
            else
                gosub CastSelf 15 209 3000
        }
    return
    if u have a pet or use summons

    change strings
    codice:
    while #true
    {
          sleep 5
          onhotkey w
    to
    codice:
    while #true
    {
          sleep 5
          onhotkey d alt
          {
                   event macro 1 0 all kill
                   target 20
                   set #ltargetkind 1
                   set #ltargetid %enemyid
                   event macro 22 0
          }
          onhotkey w
    for agroing pet to active target on hotkey ALT+D

    Commenta

    Sto operando...
    X