annuncio

Comprimi
Ancora nessun annuncio.

[CERCO] Script per macrare Resisting spell!

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

  • [CERCO] Script per macrare Resisting spell!

    come da titolo, mi servirebbe uno script per macrare resisting spell...grazie dell'aiuto..

    sono figo

  • #2
    codice:
    ;============================
    cast: 
    if #hits < 30 
      goto heal
    if #mana < 5 
      goto medi
    event macro 15 11 ;casts spell Weaken
    target 
    event macro 23 
    wait 1s 
    goto cast
    ;=============================
    medi: 
    event macro 13 46 ;meditates
    wait 40 
    if ( you_lost_your_concentration In #SysMsg ) || ( you_cant_focus In #SysMsg ) || ( you_must_wait In #SysMsg )  
      goto medi
    loop: 
    if #mana <> #maxmana 
      goto loop
    ;=============================
    heal: 
    event macro 15 28 
    target 2s 
    event macro 23 
    wait 2s 
    goto cast
    ;==============================
    Slyon su Lost Paradise.
    Downfall, and it all falls down
    I fall from grace I got your taste

    Turn off your mind, unwind
    and see how high the cloudy sky

    Run away Run away
    Leave your lemon drop

    Soak it up Soak it up
    Won't you crush on me
    Boom Boom Satellites - Shut up and Explode | In cerca di un nuovo passatempo.

    Commenta

    Sto operando...
    X