• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
Resource icon

Lua - Fishing.lua - Drink, Murder Fish, Go Shopping. Repeat. (1 Viewer) 1.05

Joined
Oct 22, 2010
RedCents
11,628¢
wired420 submitted a new resource:

Fishing.Lua - Drink, Murder Fish, Go Shopping. Repeat. - Fishing Lua with GUI

Lua Fishing Script. It Fishes. It summons and drinks beer if you have fisherman's companion. If you have Anizok's Bait Dispenser in a top level inventory slot, it'll use fish you catch to make more bait. It can go to plane of knowledge, buy more fishing poles or bait, and return to where you were fishing and start again. It destroys trash items that are caught.

It has a UI! It has help markers on every setting to let you know EXACTLY what they do.

Will add more endless bait methods as I...

Read more about this resource...
 
If you want to auto delete broken fishing hooks, search and edit to this:


local function check_catch() update_status('Checking Catch') if mq.TLO.Cursor.ID() then local auto_destroy_items = { [13076] = 'Fish Scales', [7007] = 'Rusty Dagger', [1038] = 'Tattered Cloth Sandal', [67460] = 'Broken Fish Hook' } for id, _ in pairs(auto_destroy_items) do
 
Lua - Fishing.lua - Drink, Murder Fish, Go Shopping. Repeat.

Users who are viewing this thread

Back
Top