NeatBot's Most Frequently Asked Questions


NPC/Farming Questions

Why won't my bot farm npc5s?

There are a number of reasons why it might not be farming. To get a correct answer you may need to enable verbose + npc farming debugging, copy the log after it tries and fails to farm, and paste it to us on the forum. Here are the 3 most common culprits:


Why won't my bot farm npc10s?

Just like above, there are a number of reasons why it might not be farming. The most common by far is a missing NpcLimits line. Do not confuse this npclimits directive with the config npclimits:xxx goal. They're different goals. In order for the bot to hit 6-10s you need to tell it how many of whatever troop (usually archers) you want to be IN the city (not total, but actually there and idle) before it will send. An example of this goal is: npclimits 10 a:200k.

Debug says it can't find a npc field to attack, is it blind?!

No, your bot isn't blind. That's the generic error that many other errors default to when it's unable to farm for some reason. The most common of those reasons are listed above. Please enable "verbose" Debugging as well as the "npc farming" debug you turned on to see this message. Verbose will give you a more detailed explanation of what's wrong with farming.

Setup Questions

Where do I download the bot?

The bot will be available in the Downloads & Announcements section on the forum. You must register a forum account first to see this section.
You can find that section here: http://forum.neatportal.com/viewforum.php?f=12. If you're a VIP member you can download it near the top of the VIP forum here: http://forum.neatportal.com/viewforum.php?f=9

The bot keeps losing my goals or settings, why?

Your flash storage limit is probably reached. When flash gets full it starts randomly losing stuff. Right click anywhere in the bot, go to Settings, then slide the bar right to Unlimited. If you're on a Mac or Win8 and unable to click inside this popup (it freezes on the screen for some) then go to http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html and scroll down to "local" in the list, select it, and then slide the bar above to Unlimited. If that doesn't work either, make sure your font size in Windows is set to 100% and try the right click in bot method again.

Another common culprit for losing goals (especially on Windows 8) is IE. Internet Explorer 10 and later is set by default to delete cache on exit. This unfortunately clears out the flash storage folders too. Go to your Control Panel -> Internet Options -> General tab -> uncheck the box to "delete cache on exit".

How do I find the password stored in the bot?

In the script window of any city, type this: echo Config.password, then hit run. You will need to disable "Safe Scripts" mode first in Global Settings. Don't forget to re-enable Safe Scripts after you're done. It can help protect your account when you run scripts from someone else. You can additionally get the username the same way... echo Config.username.

Bot/Director won't work on Windows 8?

You need to set the bot and Director both to Windows XP SP3 compatibility mode. Some folks on Windows 8.1 have reported Windows 7 compatibility mode works better. You can learn how to set compatibility mode here: http://www.youtube.com/watch?v=4kawSjcHD5I

Connection Errors/Problems

Security Error, reconnect in ...

Usually security errors are due to IP limits. Evony has limited you to a certain number of connections per IP. The "standard" on most servers is 20, it's as low as 2-3 on other servers, and somewhere in between on still other servers. You have a few choices here:

Unable to Load Config

Usually this is your firewall blocking the bot. It could also mean your internet or evony's internet just ain't working. The bot cannot find the server to open up the config.xml that the server has. Software firewalls are not overly helpful, and in many cases they're overly UNhelpful. Tell your firewall to play nice with the bot. Remember that everytime you upgrade your bot, you must tell the firewall to be nice to it also. Many virus scanners come with firewalls included, so you could be running one and not even know it.

Waiting to prevent IP ban

This is not usually a problem when you see it. The bot tries to keep too many bots from hitting evony's login server too fast, so that evony doesn't IP ban you. If you reconnect or startup many bots at once, you'll see this message. It works by updating a file in flash storage with the date & time the last bot logged in. If this time is too recent it makes the next bot wait. When that bot waits enough and connects, the file is updated again. Rinse and repeat till they're all in.

If you see this message for too long, and nothing seems to be able to log in, then it's possible the date/time on that file has gotten skewed with the computer time. Normally this is because you changed your clock on your computer. Change it back or delete the Connections.sol in the flash storage folder. You can delete it manually or use the Director tools menu.

Feel free to suggest more commonly asked questions for here :)

FAQ (last edited 2014-09-21 17:32:39 by Inanna)