Subir

Resultados 1 al 2 de 2

Tema: macro de herrero me hace lanzas

  1. #1

    Fecha de ingreso
    June-2007
    Edad
    46
    Mensajes
    82
    Reputacion: 10
    Poder de reputación
    15

    macro de herrero me hace lanzas

    bueno tengo 50 real de herrero y la macro de boxer empieza bien pèro cuando llega al menu de elegir el tipo de arma(sword.maza...) me coge el de lanzasd en vez el de sword y slo me salen los tridentes que encima tampoco me los hace

    no se cual es el probelma con las coordenadas

    gracias de antemano

  2. #2
    Avatar de El Dementor
    Fecha de ingreso
    June-2007
    Mensajes
    405
    Reputacion: 10
    Poder de reputación
    15

    Re: macro de herrero me hace lanzas

    Es mejor la de Alex... Es la que use yo lo k pasa k se peta algunas veces.. Solo tienes k marcarle las coordenadas con el EasyUO y todo va bien y tambien si kieres t lo ace tikets.. toma aki t dejo la macro.. creo k no tienes k tocar nada ya esta ajustada -->

    ; ================================================== ===========
    ; Script Name: Herreria
    ; Author: Alex
    ; Version: 1.1
    ; Client Tested with: 2.0.3
    ; EUO version tested with: 1.42
    ; Shard OSI / FS / UAS: UAS
    ; Public Release: Agosto 27, 2005
    ; Revision Date: Octubre 23, 2005
    ; Purpose: Subir Herrero haciendo dagas.
    ; ================================================== ===========
    ; Macro by Alex (Ultima Alianza)
    ; Para hacer dagas, hacerlas un lote y después guardarlo o hacerlo tiquets.
    ; Necesitamos un cofre/bolsa/contenedor donde tengamos los lingotes y martillos y en ese mismo donde dejar los lotes en caso de no querer tiquets,
    ; Debemos estar al lado de: una yunke, el cofre/bolsa/contenedor, y en el caso que queramos, al lado de una papelera de reciclage.
    ; Primero tenemos que poner cuantos lingotes queremos coger cada vez,
    ; No es recomndable poner muchos por si tenemos sobrepeso.
    ; Al empezar deberemos configurar el Cofre/bolsa/contenedor y un punto de nuestra mochila.
    ; Los pasos se explican en el UO al darle a empezar, fijaros en la barra superior del UO.
    ; Una vez configurado la macro empezará sola a separar, fundir y guardar.
    ; Macro de herrero para funcionar en Ultima Alianza
    ; Poner aquí la cantidad de hierro que deberá coger cada vez que tenga poco.
    ;--------------------------
    set %cantidad 50
    ;--------------------------
    ; Quieres hacer tiquets el lote de dagas? escribe aquí si o no.
    ;--------------------------
    set %tiquets si
    :--------------------------
    initevents
    set %confp 1
    set %lingote RMK
    chooseskill blac real
    set %skillini #skill
    set %lotex 113
    set %lotey 62
    set %idlote CKF
    set %movx 268
    set %movy 64
    set %dagax1 271
    set %dagay1 67
    set %dagax2 250
    set %dagay2 67
    set %dagax3 66
    set %dagay3 67
    ; Con menos de 50 de Skill poner aquí 100, en cuanto haga otra cosa que no sean dagas, poner 135.
    set %dagax4 140
    set %dagay4 59
    set %pap BKF
    set %gumpx1 94
    set %gumpy1 172
    set %gumpx2 305
    set %gumpy2 343
    set %martillo TLH_GBG

    configurar:
    if %confp = 1
    {
    Event sysmessage Abre el cofre en el que tienes los lingotes de hierro, manten el cursor sobre el.
    event sysmessage Y presiona la tecla ESC
    setuotitle Abre el contenedor que contiene los lingotes y luego manten el cursor en el y presiona ESC
    set %conf 1
    set %confp 2
    goto TESC
    }
    if %confp = 2
    {
    setuotitle Pon el cursor encima de la mochila del paperdoll y presiona ESC
    event sysmessage Pon el cursor encima de la mochila del Paperdoll, recuerda no mover el paperdoll.
    event sysmessage Y presiona la tecla ESC
    set %conf 2
    goto TESC
    }

    TESC:
    onHotKey ESC
    {
    if %conf = 1
    {
    set %cofre #LOBJECTID
    set %cofrex #CURSORX
    set %cofrey #CURSORY
    goto configurar
    }
    if %conf = 2
    {
    set %dejarx #CURSORX
    set %dejary #CURSORY
    set %tot 0
    set %vez 0
    set %fin 0
    set %totlot 0
    goto empezar
    }
    }
    goto TESC

    empezar:
    findItem %martillo C_ , #BACKPACKID
    if #FINDSTACK = 0
    {
    gosub martillos
    }
    set #LOBJECTID #FINDID
    event macro 17
    wait 20
    KEY ESC
    findItem %lingote C_ , #BACKPACKID
    if #FINDSTACK > 12 || #FINDCNT > 3
    {
    goto hacerdagas
    }
    findItem %lingote C_ , %cofre
    if #FINDSTACK < 10
    {
    set %fin 1
    gosub finalizar
    }
    event drag #FINDID
    wait 10
    msg %cantidad
    msg $
    click %dejarx %dejary p
    set %tothierro %tothierro + %cantidad
    wait 10


    hacerdagas:
    set %skillinc #SKILL - %skillini
    findItem %martillo C_ , #BACKPACKID
    if #FINDSTACK = 0
    {
    gosub martillos
    }
    set #LOBJECTID #FINDID
    event macro 17
    wait 10
    KEY ESC
    findItem TSF C_ , #BACKPACKID
    set %totdagas #FINDCNT
    if #FINDCNT > 14
    {
    goto hacerlote
    }
    findItem %lingote C_ , #BACKPACKID
    if #FINDSTACK < 12
    {
    if #FINDCNT < 2 || %prueba > 5
    {
    set %prueba 0
    goto empezar
    }
    else
    {
    if #FINDCNT < 3
    {
    set %prueba %prueba + 1
    }
    }
    }
    set #LOBJECTID #FINDID
    event macro 17
    wait 20
    click %dagax1 %dagay1 f
    wait 20
    click %dagax2 %dagay2 d
    wait 20
    click %dagax3 %dagay3 d
    wait 20
    click %dagax4 %dagay4 d
    wait 20
    setuotitle Macro de Herrero | S.Inicial: %skillini | S. Actual: #SKILL | S. Inc: %skillinc | Dagas: %totdagas | Hierro cogido: %tothierro | Lotes: %totlot
    goto hacerdagas


    hacerlote:
    findItem %martillo C_ , #BACKPACKID
    if #FINDSTACK = 0
    {
    gosub martillos
    }
    findItem %lingote C_ , #BACKPACKID
    if #FINDSTACK = 0
    {
    findItem %lingote C_ , %cofre
    if #FINDSTACK <> 0
    {
    event drag #FINDID
    wait 10
    msg 2 $
    click %dejarx %dejary p
    wait 10
    setuotitle Macro de Herrero | S.Inicial: %skillini | S. Actual: #SKILL | S. Inc: %skillinc | Dagas: %totdagas | Hierro cogido: %tothierro | Lotes: %totlot
    }
    else
    {
    set %fin 1
    gosub finalizar
    }
    }
    set #LOBJECTID #FINDID
    event macro 17
    click %lotex %lotey d
    wait 10

    guardarlote:
    findItem %martillo C_ , #BACKPACKID
    if #FINDSTACK = 0
    {
    gosub martillos
    }
    if %tiquets = no
    {
    findItem %idlote C_ , #BACKPACKID
    if #FINDSTACK > 0
    {
    event drag #FINDID
    wait 10
    click %cofrex %cofrey p
    set %totlot %totlot + 1
    goto guardarlote
    }
    goto empezar

    }
    if %tiquets = si
    {
    findItem %idlote C_ , #BACKPACKID
    if #FINDCNT > 0
    {
    findItem %pap G_3
    if #FINDSTACK = 0
    {
    set %fin 3
    goto finalizar
    }
    else
    {
    set #LOBJECTID #FINDID
    event macro 17
    wait 20
    click %gumpx1 %gumpy1 f
    wait 20
    click %gumpx2 %gumpy2 f
    findItem %idlote C_ , #BACKPACKID
    set #LTARGETID #FINDID
    event macro 25
    set #lTargetKind 1
    event macro 22
    event macro 22
    set #lTargetKind 1
    wait 10
    click %gumpx2 %gumpx2 r
    set %totlot %totlot + 1
    setuotitle Macro de Herrero | S.Inicial: %skillini | S. Actual: #SKILL | S. Inc: %skillinc | Dagas: %totdagas | Hierro cogido: %tothierro | Lotes: %totlot
    goto guardarlote
    }
    }
    goto empezar
    }

    sub martillos
    {
    findItem %martillo C_ , %cofre
    if #FINDSTACK = 0
    {
    set %fin 2
    gosub finalizar
    }
    event drag #FINDID
    wait 10
    set %dejar2x %dejarx + 15
    set %dejar2y %dejary + 15
    click %dejar2x %dejar2y p
    set #LOBJECTID #FINDID
    wait 20
    event macro 17
    wait 10
    KEY ESC
    findItem %martillo C_ , #BACKPACKID
    if #FINDSTACK = 0
    {
    gosub martillos
    }
    return
    }

    sub finalizar
    {
    if %fin = 1 || %fin = N/A
    {
    display OK Macro terminada!$No se han encontrado los lingotes de hierro necesarios!
    }
    if %fin = 2
    {
    display OK Macro terminada!$No tienes martillo!
    }
    if %fin = 3
    {
    display OK Macro terminada!$Has puesto que quieres hacer tiquets los lotes, pero no estas suficientemente cerca$de una papelera de reciclage!
    }
    halt
    return
    }


    Volver arriba


    Un Saludo, El Dementor.

Temas similares

  1. Macro Herrero.
    Por Saxo VTS en el foro Macros
    Respuestas: 0
    Último mensaje: 19-Jul-2008, 16:27
  2. Macro herrero tiket recompensa!
    Por Dieguiyo en el foro Macros
    Respuestas: 1
    Último mensaje: 28-Jun-2008, 14:30
  3. ps herrero
    Por CHEROKI en el foro Dudas y Preguntas
    Respuestas: 3
    Último mensaje: 25-Dec-2007, 18:14
  4. GM herrero
    Por Cupi en el foro Dudas y Preguntas
    Respuestas: 28
    Último mensaje: 25-Jul-2007, 08:35

Permisos de publicación

  • No puedes crear nuevos temas
  • No puedes responder temas
  • No puedes subir archivos adjuntos
  • No puedes editar tus mensajes
  •  
YoutubeFbChat IRCTwit