Back to "net" tags

Bapeth's Ocean Net Caster and Frenzy Catcher by barryroser

Description: This script will auto net fishing spots and auto search for/fish up fishing frenzies.

# Bapeths Net Caster and Frenzy Catcher # # "****REQUIRED****" # Bapeths Ship Cooldowns xml file (copy paste into your characters Cooldown file) # "COPY" Link to get Bapeths Cooldowns "https://outlands.uorazorscripts.com/script/f1e41e2d-411e-461e-9fd0-c4fc2dc234b1" # "PASTE" FILE PATH : C:\Program Files (x86)\Ultima Online Outlands\ClassicUO\Data\Profiles\"YOUR-ACCOUNT-NAME"\UO Outlands\"YOUR-CHARACTER" Open file in notepad # # Play the script while in Peace Mode and it will auto net fishing spots in the ocean and auto spyglass (Spyglass cooldown required, can be found in Bapeths XML) # Play the script while in War Mode and it will auto search for fishing frenzies and fish them up if you have a fishing rod if not timerexists fishy createtimer fishy settimer fishy 11000 else if timer fishy >= 11000 overhead "Here.. fishy, fishy, fishy!" 94 settimer fishy 0 endif endif while casting //donothing endwhile pause 150 if not warmode and not targetexists and not casting if not timerexists netwait createtimer netwait settimer netwait 4000 endif if not queued and timer netwait >= 3400 and findtype "fishing net" backpack as net dclick net wft 500 target net getlabel backpack ping settimer netwait 0 endif if insysmsg "You have completely fished out that location." overhead "Fishing spot depleated..." 88 script "Master Background" stop endif if not queued and not targetexists and not findbuff "Actively Meditating" and not cooldown "Spyglass" and hp >= 66 and findtype "spyglass" backpack as bspy gumpclose 2890020940 dclick bspy wft 500 target self hotkey "Cancel Current Target" waitforgump 2890020940 500 if gumpexists 2890020940 gumpresponse 4 waitforgump 2890020940 500 endif if gumpexists 2890020940 overhead 'Yarr!' 67 endif pause 600 endif elseif warmode and findtype "fishing pole" as pole and not targetexists and not casting if not findlayer self lefthand and not findlayer self righthand lift pole 1 drop self righthand pause 500 getlabel backpack ping elseif findlayer self lefthand as equippedRH getlabel equippedRH desc if "fishing pole" in desc //donothing else lift equippedRH drop backpack pause 500 getlabel backpack ping endif elseif findlayer self righthand as equippedRH getlabel equippedRH desc if "fishing pole" in desc //donothing else lift equippedRH drop backpack pause 500 getlabel backpack ping endif endif endif for 18 if index > 0 and findtype 42403 ground -1 -1 index as fishfrenzy getlabel fishfrenzy desc if "fishing frenzy" in desc overhead "desc" 2085 fishfrenzy break endif endif endfor @clearignore while findtype 42403 ground -1 -1 8 hotkey 'use item in hand' pause 3075 endwhile loop