• 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

Download
Joined
Oct 22, 2010
RedCents
12,210¢
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
 
I love this Lua more than I can express. I used to use a keypress tool but I could only fish for a few hours before full inventory then I had to empty those @#$%^$%^ bags of trash. I'm weeping with joy.
 
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
Such an easy change.
Needed some Fish Scales so just added a comment (--).

Thank you @wired420 for this
 
Wrong forum
Hello, I am using the Lua Fishing and I am fishing in Vex Thal and the program isn't auto destroying Broken Fish Hook, any clue what I can do to get it to do so?
 
Hello, I am using the Lua Fishing and I am fishing in Vex Thal and the program isn't auto destroying Broken Fish Hook, any clue what I can do to get it to do so?
My dude, 8 people talking about this in the discussion thread for the resource.

 
Each resource on RG has an Overview / Discussion Thread and either a link to their wiki or tabs with FAQ, Commands, Etc.
Please make sure to post in the respective discussion thread, and check the FAQ/Commands/Wiki for information before posting.
 
Lua - Fishing.lua - Drink, Murder Fish, Go Shopping. Repeat.

Users who are viewing this thread

Back
Top