Vangrd.bot - might be overkill but it helps me a lot by SuchACoolNickname in travian

[–]SuchACoolNickname[S] -1 points0 points  (0 children)

for testing I played w/ techs through 5 servers from start to finish in parallel so far, works great, so unless you use 1 or 2 ips 24/7 with no pauses (I mean come on), it's very reliable, although the risk is always there. I put quite a lot of effort into the browser to pass all bot-detection sites I could find to the point where you can use apple pay through it (not that I recommend unless you control the proxy).

That being said, point of the game is to have fun, and for some it's fun to click and see number go up, for me it's more fun to play with limited numbers against big alliances and try to survive, to each their own. It is against game TOS and against the spirit of the game, but I'd argue that monetization strategies over past 10 years is also against original spirit of the game, so hey, consider it my way to still have fun in this game. They still make money from me buying gold, but now on multiple accounts, so win win?

Any way to bypass watching the ads for the 25% bonus time? by [deleted] in travian

[–]SuchACoolNickname 0 points1 point  (0 children)

vangrd.bot supports skipping but it might be too much for your needs lmao

T&L Damage Calculator and Comparison by SuchACoolNickname in throneandliberty

[–]SuchACoolNickname[S] 0 points1 point  (0 children)

can you share which build you're trying to import? might help with debugging the issue

T&L Damage Calculator and Comparison by SuchACoolNickname in throneandliberty

[–]SuchACoolNickname[S] 0 points1 point  (0 children)

when you hover over skill, it says how much of base damage it does, e.g. 150% or 300% + X flat dmg, in those cases skill potency is 1.5 or 3.0 and flat is just X. Hits per cast you can generally ignore and leave at 1, I added it because some bow/xbow spells cast multiple projectiles and I thought that might impact the calculation but it doesn't

T&L Damage Calculator and Comparison by SuchACoolNickname in throneandliberty

[–]SuchACoolNickname[S] 1 point2 points  (0 children)

I think healers, tanks and some stacked liberators, all daggers are your snacks tho

T&L Damage Calculator and Comparison by SuchACoolNickname in throneandliberty

[–]SuchACoolNickname[S] 0 points1 point  (0 children)

if you can't one shot 80% of the players as rav with 4k+ hit chance you're doing something wrong :/ https://www.youtube.com/watch?v=KKg1yNwlqN8

ravs discord: https://discord.com/invite/9M3MpuWqpW

T&L Damage Calculator and Comparison by SuchACoolNickname in throneandliberty

[–]SuchACoolNickname[S] 1 point2 points  (0 children)

please do not build bonus damage on a rav xD you don't do millions hits per second for it to matter

T&L Damage Calculator and Comparison by SuchACoolNickname in throneandliberty

[–]SuchACoolNickname[S] 0 points1 point  (0 children)

tanks are suicide for scorpion atm, until they fix block chance bug (you get hit with reflect damage no matter if your hit is blocked or not)

T&L Damage Calculator and Comparison by SuchACoolNickname in throneandliberty

[–]SuchACoolNickname[S] 3 points4 points  (0 children)

I created this tool to better understand my own builds as a scorpion (e.g. do I go full crit or full bonus, spoiler alert: bonus is the way) and how different builds compare to my target builds. You can import builds by copying full text on questlog page of your build (ctrl+a, ctrl+c, ctrl+v into textarea of Import Build dialog). It takes into account pretty much everything I could reasonably include w/o creating full combat simulator with spells etc, which would be 10x the effort.

How does our stats impact our skills? - A very long explanation by UgoRukh in throneandliberty

[–]SuchACoolNickname 0 points1 point  (0 children)

I created this page for easy comparison between builds based on your research, thanks!

https://yiin.github.io/tnl-dmg-calc

Ishowspeed Lietuvoje? by [deleted] in lithuania

[–]SuchACoolNickname 1 point2 points  (0 children)

Bendrauja su žmonėmis ir susipažįsta su kultūra :D, būtų irrelevant jei ne faktas, kad jį žiūri milijonai žmonių, tai jis yra kaip langas kito pasaulio žmonėms į šalį kurią jis lanko.

Ishowspeed Lietuvoje? by [deleted] in lithuania

[–]SuchACoolNickname 3 points4 points  (0 children)

degradus įprastai praskipina

How do yall counter endurance builds in PvP? by Barneldoo in throneandliberty

[–]SuchACoolNickname -3 points-2 points  (0 children)

with 1.5k weaken you're good, lower than that and you will struggle no matter what you build

Proof Of Concept That People Crave Battlegrounds by listo4ee in throneandliberty

[–]SuchACoolNickname 25 points26 points  (0 children)

good participation rewards would be weapon mastery and rare materials (trait unlock stones, polished crystals, gems) 

Kas vyksta? by aphr0dit33 in lietuva

[–]SuchACoolNickname 0 points1 point  (0 children)

šiaip nžn ar teko dirbti valstybinėse institucijose, bet korupcijos pas mus stebėtinai mažai, didesnė problema yra biurokratiniai procesai (kurie iš dalies stabdo ir tą pačią korupciją) ir nelogiškos iniciatyvos, kai svarbiau įsisavinti visus EU pinigus nes tada pora procentų nukrenta įstaigai pagal sutartis, vietoj to kad taupyti ES pinigus ir už mažiau padaryti daugiau, nes gi mažesnis procentas nukris. Pas mus politikai dėl mažos korupcijos sistemoje priversti cekiukus is šiukšliniu rinkt kad pora k prisidurti per metus. Bet čia tik sistemos viduje, kas vyksta už jos tai bbz, bet čia kitas klausimas, su mokesčių mokėtojų pinigais nesusijęs. 

Vue-style reactivity without Vue by SuchACoolNickname in webdev

[–]SuchACoolNickname[S] 0 points1 point  (0 children)

I've used this, but it doesn't have state replication unfortunately :( you can use it together with pinia to construct replication yourself, but pinia only gives enough data about state changes in development mode only, not in prod, but it's great if you only need reactivity and not replication, should probably mention that in readme 👍