Need a little help please.

If you make a Client-side script you can publish it here for other players to use
Post Reply
Wild Retic
Grandmaster Scribe
Posts: 71
Joined: Sat Jun 05, 2021 9:18 pm

Need a little help please.

Post by Wild Retic »

Ok, I like my little fishing script. But i want to add...
A. if the fishing hook brakes it will automaticly put another on. I keep hooks in my main pouch. If there is no hook I want it to stop the macro.
B. I always use "Notable Quality PurpleHeart Fishing Pole" And on line 2 I want it to use item type. I cant get it to work for me.
thanks

for 6
useobject '0x4dc4b746'
waitfortarget 500
targettileoffset 6 1 1
canceltarget
pause 7000
endfor
useobject '0x405453be'
waitfortarget 1500
targettype '0x9cc'
pause 1000
useobject '0x405453be'
waitfortarget 1500
targettype '0x9cf'
pause 1000
useobject '0x405453be'
waitfortarget 1500
targettype '0x9ce'
pause 1000
useobject '0x405453be'
waitfortarget 1500
targettype '0x9cd'
pause 1000
canceltarget
@findtype 0x2006 'any' 'ground' 1 10
msg '[claimall'
waitfortarget 1500
@target 'found'
pause 200
@canceltarget
pause 250
@cleartargetqueue
organizer 'gold horse'
msg 'forward one'
pause 1500
msg 'forward one'
pause 1500
msg 'forward one'
pause 1500
msg 'forward one'
pause 1500
msg 'forward one'
pause 1500
Post Reply