• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver
Resource icon

Release Fishing.lua - Drink, Murder Fish, Go Shopping. Repeat. 1.06

Download
Joined
Oct 22, 2010
RedCents
12,672¢
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
 
Copy and paste the lines above. You likely added the line but didn't put a comma after the sandal.

@wired420 I'd vote for this being an update. No one likes Broken Fish Hooks!
 
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.
 
So weird deal. I have done little to no troubleshooting.

I am fishing in toxxulia, ran out of bait. It ran to POK bought bait but then didn't attempt to zone back to toxxulia so it couldn't get to the previous location.
Is the Lua not designed to zone? Or did I bork something?

1740175674855.png
 
So weird deal. I have done little to no troubleshooting.

I am fishing in toxxulia, ran out of bait. It ran to POK bought bait but then didn't attempt to zone back to toxxulia so it couldn't get to the previous location.
Is the lua not designed to zone? Or did I bork something?

View attachment 68616
@wired420 i think you wanted your logz( function for these

Diff:
- mq.cmdf('We have returned to %s', current_zone)
+ logz('We have returned to %s', current_zone)

- mq.cmdf('Attempting to return to location: %s', current_location)
+ logz('Attempting to return to location: %s', current_location)
 
wired420 updated Fishing.lua - Drink, Murder Fish, Go Shopping. Repeat. with a new update entry:

Bug Fix: Going to buy bait.

Not sure how the bug made it this long. Guess I never ran out of bait during testing. Running to replace a broken pole worked but a copy paste error caused going to buy bait to get stuck in an error loop.

Noticed by @arcreactorkc and fix posted by @Sic before I was back in town to the see the post. Updated with fix.

Read the rest of this update entry...
 
Updated the main fishing.Lua to destroy broken fish hooks. I see above that someone posted the way to do it. so i added it and am posting it here for others.
 

Attachments

Release Fishing.lua - Drink, Murder Fish, Go Shopping. Repeat.

Users who are viewing this thread

Back
Top
Cart