Search found 2 matches

by Marcus
09 May 2021, 00:03
Forum: Macros
Topic: Simples Fishing Boat 25 tiles
Replies: 0
Views: 17335

Simples Fishing Boat 25 tiles

////////////////////////////////////////// // 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...
by Marcus
08 May 2021, 22:29
Forum: Macros
Topic: Simples Mining v1
Replies: 0
Views: 17155

Simples Mining v1

////////////////////////////////////////// // Simple Mining Script V1 // // By Scharf // ////////////////////////////////////////// if not dead #equip check if rhandempty dclicktype 'pickaxe' pause 600 endif #mining section hotkey 'use item in hand' waitfortarget 5000 targetrelloc 0 0 pause 1000 #s...