Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
hehe i know, and have have tried to make it happend, something fails between the picknig up new fish , i cant seem to get the order correct, this is my first long set of script, but i fail to get it correct
i can fix that hold on
https://steamuserimages-a.akamaihd.net/ugc/777360850302395123/ADB4CC3A2B4714B2FE9AD3BB7B82A4D21310B9C3/
"until hands are empty" should be "until hands are full" since you want the bot to get a new blade until he's got one. (Since you have until empty it will just skip the line).
Then you have a forever loop with no exit on fail, it will stay in that part forever. You probably just want to remove the loop. You can loop it "until hands are full" but then you should check for the tool breaking each time, which could get little to complex
Rest should work I think :)
hmm but then i jsut kept getting a new blade , off making thees complex once. i put it to just 1 time but it never got the fish out of storage now
Make sure you "retrieve" before the "until hands are full" check.
If the tool broke, retrieve will do nothing and in the next loop, the bot will start by getting a tool since hands are not full.
(You can also retrieve at the end of your loop ofc.)
https://steamcommunity.com/sharedfiles/filedetails/?id=1892732126
Then I just moved cutter bot to fisherbots and just cut fish that they catch and then another bot stores it. No need to store fish if you later have to get it out anyway as there are no other uses for uncut fish.
Have you tried:
Forever(Exit on fail)
Find nearest Fish in that square
Wait(1sec)
This should check if there are fish every sec, if no fish are found, it fails and moves on to the rest of the code -> Getting new fish into the square.
This is pretty much what I did, look for fish on the ground in the fishing area, cut them, repeat until hands are empty then get another blade.
Once you unlock the kitchen table you can cut the fish there to make the Sashimi, then you can have multiple bots pulling from fish crates which seems to be more efficient.