I want to make a item rare but I think the system breaks every time I dont go in numerical order like 123
I am annoyed a lil how do I make a specific item rare?
while others are common
I know this is quite Easy but how though
I want to make a item rare but I think the system breaks every time I dont go in numerical order like 123
I am annoyed a lil how do I make a specific item rare?
while others are common
I know this is quite Easy but how though
Um, I saw a guide on this, fishtopia where the user used random numbers to make an item rare. Try checking it out?
guide link?
(we only talk about GKC here not DLD, Fishtopia, DIU etc.)
Here, it should help with making stuff rare.
Just keep skimming until you see code with random number generators.
I know about that Im talking about in the block code itself how do i get a specific item rare it has never worked since the bane of my existence
bro sending a guide link is on topic silly
This was from the guide.
NVM it is GKC related
There is this…
random integer from (1) to (50)
if () equals 1-10
broadcast on channel common
or whatever
That… doesn’t work, because then if you rolled 23, you’d get 4 different fish types at once…
Not necessarily, as soon as the first else/if passes, it k1lls the run, sending the broadcast.
i didn’t say it wasn’t
But what numbers and what symbol do I use to make it more rarer
is it the lower the number the more rare?
Yeah, just follow this code and have it broadcast on a channel so it grants the item to you. The code is structured from rarest to most common.
Figured it out quite fine
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.