Simples Fishing Boat 25 tiles

Share, help and discuss macroing.
Post Reply
User avatar
Marcus
Newbie
Newbie
Posts: 2
Joined: 02 Apr 2019, 22:44

Code: Select all

//////////////////////////////////////////
//             Fishing Boat 25 tiles v1 //
//             By Scharf                //
//////////////////////////////////////////
if not dead
    if rhandempty
    dclicktype 'fishing pole' 
        pause 1000
    endif
    clearsysmsg
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  2 2 0 
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  1 2 0 
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  0 2 0 
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  -1 2 0 
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  -2 2 0 
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  2 1 0 
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  1 1 0 
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  0 1 0 
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  -1 1 0 
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  -2 1 0 
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  2 0 0 
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  1 0 0
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  -1 0 0 
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  -2 0 0 
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  2 -1 0  
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  1 -1 0 
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  0 -1 0  
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  -1 -1 0 
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  -2 -1 0 
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  2 -2 0 
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  1 -2 0 
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  0 -2 0 
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  -1 -2 0 
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  -2 -2 0 
    wait 7000
    hotkey 'use item in hand'
    waitfortarget 2000
    targetrelloc  0 0 0 
    wait 7000
endif        
loop
Post Reply