How do I make a fishing system?

this?
I’m making a fishing system too! Here’s what I did.

so first use a button for the fishing interactions. Connect that to a trigger. Then, add a block that triggers when the trigger triggers.

the block should have this (It should be simple enough to actually read so you can edit it however you want) (don’t mind the extra greyfish1 there. Also the numbers after the fish names are for me to remember the order.) (Remove the addition of the rodlevel if you don’t want to add rod levels) (remember to add those properties!)

image

After this, add all 10 (or less) fish item granters and make sure to give the player the fish when broadcasted on their corresponding channel.

For the selling part, I’d assume vending machines work but I have yet to get to that part. I’ll update when I actually figure it out! (I’m sure there’s also tutorials online)

1 Like

because if so i’d contact @ArcherThesu

i made my own selling system that works with your fishing system. it has a button by the sell station that when you press triggers a repeater with 5 repeates, which is connected to vending machines. the reason for the repeaters is if you have more than one fish, and in my game you get five bait at a time, probably a better way, but mine works

I did that and it’s not working

1 Like

You have to make sure they are in order from most rare to least rare.

I also made my own. imma shamlessly promote it now: Selling System like Fishtopia| GUIDE | Difficulty : 🟨 (Old Forum Repost) - #3 by Cryptoraider_Gemkit

yeah i dont know, ask @ArcherThesu

did that


1 Like

are both of yours the same?

1 Like

no, they are not hehe

i thought you could make an invisible vending machine and a popup

only a day late lol
what exactly is the problem?

whats the diff


1 Like

not much, although I haven’t even looked at my own code in a while. this one is also a little more complicated

i think they are the same

1 Like

i’m also making a fishing system for a game i am making like one way out and i tried the way the person with the bee profile pic but it will not take my bait and only says out of bait even though i’m not

1 Like

Welcome to the forum! Did you make sure the item granter takes away -1 bait? Make sure it’s -1 not 1. Also, send a screenshot of your blockcode.

1 Like

i was suposed to do that i have a -1 but i can’t connect it how i do that

1 Like

Is that a question? I think so, use an item granter instead of a trigger and there’s a block to let you remove bait

Or you can use this guide

2 Likes

Did you try using this guide:

1 Like