veterinary macro

General Macro Help veterinary macro

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4287
    piew
    Member
    • Topics - 5
    • Replies - 2
    • Total - 7
    • Neophyte

    just curious as how to raise this skill quickly. any tips?

    #4288
    thatoneguy
    Member
    • Topics - 29
    • Replies - 66
    • Total - 95
    • Journeyman
    • ★★★★

    Detain animal in a corner with chests or something.
    Kill animal, resurrect animal, tame animal, release animal, kill animal, repeat.

    #4290
    scavengerza
    Member
    • Topics - 7
    • Replies - 11
    • Total - 18
    • Neophyte

    easyuo macro

    set %corpse YFM
    set %bandages ZLF
    set %animaltype JG ; get animal type by dragging bar and check #CONTTYPE
    start:
    gosub kill
    gosub res
    
    goto start
    
    sub scan
        finditem %animaltype G_ , 2
        if #FINDCNT > 0
        {
        for #FINDINDEX 1 #FINDCNT
          {
          event sysmessage #FINDID
          event property #FINDID
          event sysmessage #property
          wait 20
          }
        }
    return
    
    sub kill
        killer:
        finditem %animaltype G_ , 2
        if #FINDCNT > 0
        {
        ;event sysmessage #FINDID
        set %live #FINDID
        set #LTARGETID #FINDID
        event macro 27
        wait 2s
        goto killer
        }
    return
    
    sub res
        finditem %bandages C_ , #BACKPACKID
        if #FINDCNT < 1
        {
        halt
        }
        set %bandies #FINDID
      if G in #charstatus
         {
         event macro 6
         }
      resup:
      finditem %corpse G_3
      if #FINDCNT > 0
        {
        set %dead #FINDID
        set #lobjectid %bandies
        event macro 17 0
        target 2s
        set #ltargetid %dead
        event macro 22 0
        wait 5s
        goto resup
        }
    return
    
    #4291
    piew
    Member
    • Topics - 5
    • Replies - 2
    • Total - 7
    • Neophyte

    thanks guys already capped taming so i am just killing and ressing.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.