So I am making a fishing area where players can catch fish and I was wondering how do I make it so the fish are randomized with item granters?
Also I want to make it so that the rarer fish (Purple Fish and Starfish) are harder to catch so if I can get help with that too, that would be amazing!
Randomizers? I think thereās a guide on that.
You just have to follow it the best you can, or let another forumer help you
That guide is a bit confusing.
what parts do you have trouble with?
theres a picture near the bottom of the guide for you to see
Just all of the ācodingā & stuff like that.
hopefully you know how to reach blocks?
if youāve ever seen scratch then block code is basically that
Not really but I have!
fishing. and more fishing. and more fishing. and A FISHING GUIDE
[this guide is very exclusive for the people who are making a fishing game]
so heres my take on the code/an explanation because that usually helps
heres the code they showed
basically,
they get an variable
and give it an random number 1-100
they check that random number
if its equal to 1?
broadcast āaā
equal to 2?
broadcast ābā
you can use this logic to make your own system!
is the random number less than 40?
give a common fish (broadcast a channel that triggers a item granter providing a common fish)
less than 55 and more than 40?
give a uncommon (same as common fish but different channel different fish)
less than 60 and more than 55?
give a rare (ditto)
and so on
if you need to see what it would look like then iāll make that
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.
