Subir

Resultados 1 al 2 de 2

Tema: ayuda con macro de herrero

  1. #1
    Avatar de kyomusashi
    Fecha de ingreso
    July-2010
    Ubicación
    Cercanías de Britains
    Clan
    Distrito III
    Nacimiento
    Valle de las Canciones
    Mensajes
    521
    Reputacion: 34
    Poder de reputación
    15

    ayuda con macro de herrero

    Buenas:
    Encontrado alguna que otra macro de herrero pero me hacen martillos o tridentes.
    Alguna que haga dagas???
    os agradecería si pudierais decirme alguna macro que rule bien con las dagas ^^

  2. #2
    Avatar de kyomusashi
    Fecha de ingreso
    July-2010
    Ubicación
    Cercanías de Britains
    Clan
    Distrito III
    Nacimiento
    Valle de las Canciones
    Mensajes
    521
    Reputacion: 34
    Poder de reputación
    15

    Respuesta: ayuda con macro de herrero

    ;------------------------------------------
    ; Quieres hacer tiquets el lote de dagas? escribe aquí si o no.
    ;--------------------------
    set %tiquets no
    ;--------------------------

    ;================================================= ================================================== ===========
    ;=========== VARIABLES ================================================== ======================================
    ;================================================= ================================================== ===========
    chooseskill blac real
    set %skillini #skill
    set %martillo TLH_OLH_GBG_CGG
    set %daga TSF
    set %lingotes RMK
    set %lotex 105
    set %lotey 64
    set %idlote CKF
    set %pap BKF
    set %gumpx1 94
    set %gumpy1 172
    set %gumpx2 305
    set %gumpy2 343
    set %dagax1 271
    set %dagay1 67
    set %dagax2 250
    set %dagay2 67
    set %dagax3 66
    set %dagay3 67
    set %martillox1 271
    set %martilloy1 67
    set %martillox2 250
    set %martilloy2 67
    set %martillox3 65
    set %martilloy3 67
    ;================================================= ================================================== ===========
    ;================================================= ================================================== ===========
    ;=========== OPCIONES PREVIAS ================================================== ===============================
    event sysmessage Abre el cofre donde esten los materiales
    wait 4s
    set %cofre #lobjectid
    ;================================================= ================================================== ===========
    ;=========== INICIO DE LA MACRO ================================================== =============================
    ;================================================= ================================================== ===========


    inicio:
    finditem %martillo c_ , #BACKPACKID
    if #findcnt <= 1
    {
    GoSub FabricarMartillo
    }
    finditem %lingotes c_ , #BACKPACKID
    if #findStack <= 20
    {
    goSub CogerLingotes
    finditem %lingotes c_ , #BACKPACKID
    }
    set #LOBJECTID #FINDID
    event macro 17 0
    wait 40
    click %dagax1 %dagay1 f
    wait 20
    click %dagax2 %dagay2 d
    wait 20
    click %dagax3 %dagay3 d
    wait 20
    if #SKILL <= 501
    {
    set %dagax4 51
    set %dagay4 60
    click %dagax4 %dagay4 d
    }
    if #SKILL > 501 && #SKILL < 610
    {
    set %dagax5 94
    set %dagay5 60
    click %dagax5 %dagay5 d
    }
    if #SKILL >= 610
    {
    set %dagax6 139
    set %dagay6 60
    click %dagax6 %dagay6 d
    }
    wait 1s
    set %skillinc #SKILL - %skillini
    finditem %lingotes C_ , %cofre
    set %lingotescofre #FINDSTACK
    finditem %daga c_ , #BACKPACKID
    set %dagamochila #findCnt
    {
    setuotitle ------------< | Macro de Herrero | S.Inicial: %skillini | S. Actual: #SKILL | S. Inc: %skillinc | Lingotes que te quedan: %lingotescofre | Dagas mochila: %dagamochila | >------------
    }
    finditem %daga c_ , #BACKPACKID
    if #findCnt >= 15
    {
    goSub PackDagas
    gosub Guardarlote
    }
    goto inicio:

    ;================================================= ================================================== ===========
    ;=========== SUB COGER LINGOTES========================================== ======================================
    ;================================================= ================================================== ===========
    Sub CogerLingotes
    finditem %lingotes c_ , %cofre
    if #findkind = -1
    {
    ignoreitem reset
    HALT
    }

    set %carga #maxweight - #weight
    set %carga %carga / 2
    set %carga %carga - 17

    if %carga <= 1
    {
    if %carga < 0
    {
    return
    }
    else
    {
    set %carga 2
    }
    }
    exevent drag #findid %carga
    exevent dropc #backpackid
    return
    ;================================================= ================================================== ===========
    ;=========== SUB FABRICAR MARTILLO ================================================== ==========================
    ;================================================= ================================================== ===========
    Sub FabricarMartillo
    martillo:

    finditem %lingotes c_ , #BACKPACKID
    if #findStack <= 20
    {
    goSub CogerLingotes
    finditem %lingotes c_ , #BACKPACKID
    }
    set #LOBJECTID #FINDID
    event macro 17 0
    wait 40
    click %martillox1 %martilloy1 f
    wait 30
    click %martillox2 %martilloy2 d
    wait 30
    if #SKILL <= 539
    {
    click %martillox3 %martilloy3 d
    wait 30
    }
    if #skill > 539
    {
    click 152 65 d
    wait 30
    }
    if #SKILL <= 440
    {
    set %martillox4 59
    set %martilloy4 61
    click %martillox4 %martilloy4 d
    }
    if #SKILL > 440
    {
    set %martillox5 135
    set %martilloy5 67
    click %martillox5 %martilloy5 d
    }
    wait 4s
    finditem %martillo c_ , #BACKPACKID
    if #findCnt >= 3
    {
    return
    }
    goto martillo
    ;================================================= ================================================== ===========
    ;=========== SUB PACK DE DAGAS ================================================== ==============================
    ;================================================= ================================================== ===========

    Sub PackDagas
    findItem %martillo C_ , #BACKPACKID
    if #findCnt <= 3
    {
    gosub FabricarMartillo
    findItem %martillo C_ , #BACKPACKID
    }
    set #LOBJECTID #FINDID
    event macro 17 0
    target
    key ESC
    finditem %lingotes c_ , #BACKPACKID
    if #findStack <= 20
    {
    goSub CogerLingotes
    finditem %lingotes c_ , #BACKPACKID
    }
    set #LOBJECTID #FINDID
    event macro 17 0
    click %lotex %lotey d
    wait 10
    return
    ;================================================= ================================================== ===========
    ;=========== SUB DEJAR PACK DE DAGAS ================================================== ========================
    ;================================================= ================================================== ===========
    sub Guardarlote

    if %tiquets = no
    {
    dejar:
    findItem %idlote C_ , #BACKPACKID
    if #findkind <> -1
    {
    exevent drag #FINDID
    exevent dropc %cofre
    gosub Guardarlote
    }
    return
    }
    if %tiquets = si
    {
    lote:
    findItem %idlote C_ , #BACKPACKID
    if #FINDCNT > 0
    {
    findItem %pap G_3
    if #FINDSTACK = 0
    {
    goto dejar
    }
    else
    {
    set #LOBJECTID #FINDID
    event macro 17
    wait 20
    click %gumpx1 %gumpy1 1
    wait 20
    click %gumpx2 %gumpy2 1
    target 3s
    findItem %idlote C_ , #BACKPACKID
    set #LTARGETID #FINDID
    wait 20
    event macro 22 0
    wait 20
    goto guardarlote
    wait 10
    key ESC
    click %gumpx2 %gumpx2 r
    goto lote
    }
    }
    return
    }
    return


    esta es la macro que tengo.
    tengo 50.2 puedo hacer sables, dagas y e.vikinga pero en vez de hacer dagas me hace e.vikingas.
    alguien puede ayudarme cual es el parámetro que tengo que cambiar para que le de a hacer dagas??
    ayuda pliiiss

Temas similares

  1. [MACRO] Herrero
    Por darksplit en el foro Macros
    Respuestas: 16
    Último mensaje: 09-Mar-2012, 23:52
  2. Macro herrero
    Por Brahan en el foro Macros
    Respuestas: 2
    Último mensaje: 09-Feb-2011, 16:18
  3. macro herrero.
    Por Escawen en el foro Macros
    Respuestas: 6
    Último mensaje: 16-Jan-2011, 01:22
  4. Ayuda cn macro de herrero
    Por oria84 en el foro Macros
    Respuestas: 1
    Último mensaje: 06-Oct-2010, 15:27
  5. Macro Herrero.
    Por Saxo VTS en el foro Macros
    Respuestas: 0
    Último mensaje: 19-Jul-2008, 16:27

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