annuncio

Comprimi
Ancora nessun annuncio.

[EASYUO REQ]Script Palace of Paroxysmus

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

  • [EASYUO REQ]Script Palace of Paroxysmus

    *Released final version.Its the "DEFINITIVE" version 2.1
    *New backpack check if the first launch of the script.

    Hi all,i put here my script for kill "Corrosive Slimes" and loot the 3 regs of them:
    *Torso.
    *Legs.
    *Skull.
    For run the script,only open with easyuo,play,and push A+ALT.
    On the game im Lemke.Thanks to all for use and comment this script.
    Now...copy this script and make easyest the palace:

    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;
    ;;;;Lemke babakiller 2.1 versión final;;;;;;;;;;;;;;;;;;
    ;;;;Mata las "corrosive Slimes" del ciclo "Paroxysmus";;
    ;;;;Abre los cuerpos y lotea los regs necesarios;;;;;;;;
    ;;;;Especial agradecimiento a Feanorsort,actualmente;;;;
    ;;;;;jugador en UOD(Ultima online Dreams);;;;;;;;;;;;;;;
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;
    ;;;;;;;;;;;;;;;;;;;;Instrucciones;;;;;;;;;;;;;;;;; ;;;;;;
    ;;;;Simplemente abrir Lemke Babakiller 2.1 con Easyuo;;;
    ;;;;Pulsamos "Play",y en el juego,A+ALT;;;;;;;;;;;;;;;;;
    ;;;;Un mensaje de texto te indicara que funciona;;;;;;;;
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;
    set %baba VE_ ;El type de la "Corrosive Slime".
    set %regs QCK_FIL_XVK_OWK_ ;El type de los distintos regs.
    set %corpse YFM_ ;El type del cuerpo.

    onhotkey A ALT
    gosub present

    sub present
    event exMsg #charId 4 37 Lemke babakiller activado
    wait 10
    event exMsg #charId 4 37 version 2.1 final
    gosub check
    return

    sub check
    hay:
    finditem %regs C
    If #findkind = -1
    {
    gosub baba
    }
    set #ltargetid #findid
    ignoreitem #findid
    goto hay:
    return

    sub baba
    ;;;;Encuentra "Corrosive Slimes a 2 pasos de tí.;;;;;;;;
    loop:
    finditem %baba G_2
    if #findkind = 1
    {
    set #ltargetid #findid
    event macro 27 0
    gosub corpse
    }
    goto loop:
    return
    ;;;;Encuentra el cuerpo a 2 pasos de tí.;;;;;;;;;;;;;;;;
    sub corpse
    corpse:
    finditem %corpse G_2
    if #findkind = 1
    {
    set #lobjectid #findid
    wait 05
    event macro 17
    wait 05
    ignoreitem #findid
    gosub regs
    }
    goto corpse:
    return
    ;;;;Encuentra los regs dentro del cuerpo y los posiciona
    ;;;;en nuestra mochila;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    sub regs
    finditem %regs C
    wait 05
    Exevent Drag #findid #findstack
    wait 05
    Exevent Dropc #backpackid
    wait 05
    gosub check
    return
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;
    ;;;;;Lemke Babakiller 2.1 version final;;;;;;;;;;;;;;;;;
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;


    Thanks all!!!............................................ ..........Lemke.
    Ultima modifica di rome1982; 17-05-2009, 23:47.
    sigpic
Sto operando...
X