Travian Browser Extension, Defence Screenshots, and Fake Attack Requests

Hello everyone,

This update covers two separate flows: the browser extension for creating defence requests from incoming attack screenshots, and the fake attack request channel for coordinating fake sends.

New Extension Flow for Fast Defence Calls

The extension adds a quick Create defence call action on Travian incoming attack pages. Press it, and the bot will read the visible incoming attacks from that page.

Download and source code are open here: Extension-travian-bot on GitHub. This extension is open source, so you can inspect exactly how capture and submit works.

Access: To use the extension, your server needs active Travian Bot access. That means either an active key or active access from voting rewards. Base trial access alone does not include extension usage.
Travian rally point incoming attacks view with Create defence call button.
Extension flow: open the Travian incoming attacks view and press Create defence call.

Incoming Attack Screenshot Parsing

When the screenshot is captured, the bot parses attacked village coordinates and arrival data from the incoming view. So if you see incoming attacks on your screen, you can submit that screen directly without rewriting coordinates first.

DM Troop Amount Prompt, Then Normal Defence Request Flow

Once the screenshot is captured and parsed, you will get a Discord DM asking how many troops you want to request. Reply in DM (for example 10k or 10k each for multiple targets), and the bot creates the defence request from that parsed context.

From there, it follows the same defence pipeline as normal text requests: users with auto-approve permissions create the channel directly, while others go through approver DM buttons (Approve/Deny) before the final defence channel is opened.

Note: DM clarification for amounts stays open for 5 minutes. You can also reply with cancel if you want to abort that screenshot request.

Separate Fake Attack Requests

Fake attack coordination also has its own request flow now. A coordinator can post a short request in the fake request channel, for example fake 100|-20 need 5 user, and the bot turns it into a dedicated fake attack channel.

The bot then creates a fake attack coordination channel with the target, fake attacker count, progress, normal attack link, and the standard fake template (19 cheap troops + 1 catapult). Players reply with sent after launching, and the bot counts one fake per Discord user.

Discord fake request embed for fake attack coordination.
Example fake request channel with target, progress, fake template, and launch link.

Final Notes

The extension should make reaction on incoming waves much easier, especially when coordinating from browser + Discord at the same time. Fake requests stay as their own Discord coordination flow.

If you find screenshots that parse badly, send them through /support so I can improve detection quality.

Regards,
Max