-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Goes for food inside a virus #580
Comments
Yeah, that's something I suggested a while ago to be fixed. There should be a function that tells the bot that if it detects food or a cell inside of a virus, and it's not small enough to eat it without popping, it should ignore it entirely. |
Being worked on. |
This function checks if it is food or not -
|
But it has no way of understanding if the food is in the virus - it only detects if it isn't a virus. |
You are requesting for us to implement it - nobody asked for your help. |
@muratlahur if you stop acting like above, I will implement your code - I have no issue with you. |
@Drflash55 @FliiFe Can you test ? I can't test due to where I'm at. |
@ermiyaeskandary Would love to, but my school firewall doesn't allow me to play Agar.io Have to do it at home. |
@muratlahur I can't edit the bot just because you say it works. I need someone else to test it as well, just to make sure. @FliiFe Can you ? |
@Drflash55 @Drflash55 @muratlahur I can test all of these in 40 minutes but if you can please do it earlier. |
@FliiFe Can you test this code? |
@ermiyaeskandary Yes, I will |
@FliiFe please post results here after testing. |
KNOWN BUG... As this effectively deletes the food around viruses , if there are many viruses around and you are right in the middle of them , the bot kinda drifts as it has no food to eat until it reaches some food.. |
to avoid that ( and to get only the food under the virus deleted ) you should remove the * 5 ( this removes virus in a 5 x virus size diameter, if you delete that it will be just the virus size ) |
@ermiyaeskandary Waiting for the bot to grow |
@FliiFe can you test now ? |
ermiya , FliiFe has the entire source now .. I suggest you get it as well and just test and play with that as everything is where it should be |
ESPECIALLY THE MULTICELL CONTROL JUST LOOK AT THE BRILLIANCE :D :D :D |
We don't want the whole source - we want what's new. Let's go step by step. FliiFe did the virus code work ? Let's start with this... |
Otherwise that's just copying your code. |
@FliiFe we think the same lol |
ok , but my code is apos bot + what's new .. so it's the same thing at the end lol .. if you merge all the new things , you'll end up with my code anyway hehe |
anyhow..Look , I've given it all to you guys ....and I'm delighted that we understood each other on the ads and analytics.. so my job here is done really . . I'll be @ my mail when you need me .. Peeez out. . . |
by the way , do study my code . there are many many many changes that I can't list.. From which food to chase , to how to handle threats to , re-unite and re-merge system to alone in the dark etc etc etc.. it will take you a while to completely understand what I did .. |
When the bot is big enough, it sometimes goes for food inside a virus I've recently had an issue while using the bot, where it was trying to get a food in the centre of a virus and it split.
Maybe make a way for it to ignore food inside viruses.
The text was updated successfully, but these errors were encountered: