latiza.mzn2
latiza.mzn2
|
|
| Points: | 2.023.514 |
| Rank: | 53 |
| Opponents defeated: |
14.045.147 (45.)
|
| Tribe: |
Baap
|
| Night bonus: |
Current: 17:00-01:00
|
| Villages (234) |
Coordinates |
Points |
|
|
368|621 |
10.971 |
|
|
369|636 |
10.971 |
|
|
371|631 |
10.971 |
|
|
371|633 |
10.971 |
|
|
371|632 |
10.971 |
|
|
372|635 |
10.971 |
|
|
371|634 |
10.971 |
|
|
597|690 |
2.326 |
|
|
368|629 |
10.971 |
|
|
368|636 |
10.971 |
|
|
368|639 |
10.971 |
|
|
362|616 |
6.017 |
|
|
361|621 |
5.793 |
|
|
364|636 |
10.877 |
|
|
364|628 |
10.920 |
|
|
367|630 |
8.277 |
|
|
365|629 |
10.877 |
|
|
367|634 |
10.971 |
|
|
368|637 |
10.971 |
|
|
365|634 |
10.971 |
|
|
368|620 |
7.438 |
|
|
366|630 |
10.971 |
|
|
366|634 |
10.971 |
|
|
367|635 |
10.971 |
|
|
362|623 |
5.878 |
|
|
369|619 |
10.971 |
|
|
375|618 |
10.495 |
|
|
376|615 |
10.312 |
|
|
374|615 |
10.971 |
|
|
373|616 |
10.971 |
|
|
376|616 |
10.971 |
|
|
374|617 |
10.495 |
|
|
373|617 |
10.971 |
|
|
376|619 |
10.971 |
|
|
363|621 |
4.232 |
|
|
362|621 |
4.632 |
|
|
364|616 |
3.761 |
|
|
367|623 |
3.421 |
|
|
367|618 |
10.971 |
|
|
365|616 |
3.490 |
|
|
373|606 |
10.957 |
|
|
363|620 |
3.561 |
|
|
364|618 |
3.186 |
|
|
379|617 |
2.289 |
|
|
378|616 |
2.837 |
|
|
375|614 |
10.495 |
|
|
372|605 |
10.495 |
|
|
376|603 |
10.495 |
|
|
379|601 |
10.495 |
|
|
380|604 |
10.495 |
|
|
375|594 |
10.495 |
|
|
370|595 |
10.495 |
|
|
381|601 |
10.495 |
|
|
376|595 |
10.495 |
|
|
380|602 |
10.495 |
|
|
375|596 |
10.495 |
|
|
381|607 |
10.495 |
|
|
374|597 |
10.495 |
|
|
381|603 |
10.495 |
|
|
360|599 |
10.495 |
|
|
380|605 |
10.495 |
|
|
361|598 |
10.495 |
|
|
361|608 |
10.495 |
|
|
374|604 |
10.495 |
|
|
359|607 |
10.495 |
|
|
381|602 |
10.495 |
|
|
363|605 |
10.495 |
|
|
375|604 |
4.550 |
|
|
374|605 |
4.102 |
|
|
375|602 |
4.381 |
|
|
376|596 |
9.632 |
|
|
374|602 |
3.855 |
|
|
374|607 |
3.574 |
|
|
372|608 |
2.921 |
|
|
373|608 |
3.162 |
|
|
373|610 |
4.082 |
|
|
362|604 |
3.946 |
|
|
359|603 |
3.593 |
|
|
361|601 |
4.508 |
|
|
358|603 |
3.918 |
|
|
358|606 |
3.318 |
|
|
377|606 |
4.281 |
|
|
375|608 |
3.268 |
|
|
368|609 |
4.168 |
|
|
379|614 |
3.285 |
|
|
372|603 |
5.442 |
|
|
378|613 |
3.572 |
|
|
370|601 |
7.386 |
|
|
371|600 |
6.483 |
|
|
373|600 |
4.908 |
|
|
382|605 |
4.021 |
|
|
379|607 |
4.985 |
|
|
377|609 |
4.010 |
|
|
379|611 |
4.219 |
|
|
377|610 |
4.746 |
|
|
373|604 |
3.900 |
|
|
369|632 |
10.495 |
|
|
375|617 |
10.495 |
|
|
380|629 |
9.132 |
|
|
381|628 |
9.048 |
|
Display all leftover 134 villages
|
|
|
Profile
|
 |
|
Personal text
|
⚔ We Are Not One ⚔
Meowsy24 | Rev1916
Two minds. One empire. Zero hesitation.
Command Structure:
Meowsy24 – The Planner (thinks too much)
Rev1916 – The Executioner (doesn’t think enough)
Balance is achieved through chaos.
Internal Notes:
• Meowsy24 builds it
• Rev1916 breaks you
• Arguments happen daily
• Villages still grow anyway
Do not message during internal disagreements.
Diplomacy: Depends which one of us you catch
Enemies: Usually created by Meowsy24
Clean-up: Always Rev1916
We don’t play the game the same way.
That’s why it works.
⚠ If you’re reading this, you’re already on the map ⚠
=================================================
###########
# Simulate thousands of skirmishes, pick move with highest expected ROI
# Requires: pip install numpy tqdm
import numpy as np
from tqdm import trange
def simulate_battle(attacker_power, defender_power, trials=10000):
"""Return probability of attacker winning after Monte Carlo trials."""
atk = np.array(attacker_power)
defn = np.array(defender_power)
wins = 0
for _ in range(trials):
atk_roll = np.random.normal(atk, atk * 0.12).sum() # small noise
def_roll = np.random.normal(defn, defn * 0.12).sum()
if atk_roll > def_roll:
wins += 1
return wins / trials
# Example: evaluate three attack options (troop mixes) against a village
options = {
"fast_strike": [50, 10, 0], # [infantry, cavalry, siege]
"balanced": [40, 30, 10],
"siege_heavy": [20, 10, 60]
}
target_defense = [60, 20, 20]
results = {name: simulate_battle(power, target_defense, trials=4000)
for name, power in options.items()}
best = max(results, key=results.get)
print("Win probabilities:", results)
print(f"Recommended tactic: {best} (p = {results[best]:.2f})")
================================================= |
Daily achievements
1x Supporter of the day
Defeat the most units in this world as a supporter.
Best result: on 23.05.2026 (171.284 units)
Combat achievements
Death of a hero (Gold - Level 4)
While supporting other villages, lose 100.000 of your units.
Plunderer (Gold - Level 4)
Plunder resources from other villages 10.000 times.
Reliable Commander (Gold - Level 4)
Support other players 3.000 times in battles.
Leader (Silver - Level 3)
Defeat a total of 1.000.000 enemy units.
Robber (Silver - Level 3)
Loot a total of 1.000.000 resources.
Self-attack (Silver - Level 3)
Attack yourself and lose more than 1.000 units in one battle.
Conquest (Bronze - Level 2)
Conquer a total of 50 villages.
Demolisher (Bronze - Level 2)
Destroy 250 building levels using catapults.
Master of the Battlefield (Bronze - Level 2)
Completely destroy 250 hostile armies.
Nobles Faith (Bronze - Level 2)
Defeat 25 noblemen in battle.
Successful noble claims (Bronze - Level 2)
Conquer 25 claimed villages.
The Warlord (Bronze - Level 2)
Attack 25 different players
Wallbreaker (Bronze - Level 2)
Destroy 250 Wall levels using your rams.
Lucky fellow
Conquer a village by getting the loyalty down to exactly 0.
Self-conquest
Conquer yourself, because that's the only way to show them who's boss.
Unlucky fellow
Fail to conquer a village due to the loyalty only being reduced to +1.
Social achievements
Beloved Friend (Bronze - Level 2)
Make a total of 15 friendships.
Brothers in Arms (Bronze - Level 2)
Be a member of the same tribe for 60 consecutive days.
Educated
Graduated from an apprenticeship under Saeer.
The mentor (Wood - Level 1)
As a mentor, train 1 apprentice.
Growth achievements
Band of Brothers (Gold - Level 4)
Have 10 paladins.
Continent scorer (Gold - Level 4)
Make it into the top 1 of a continent!
Librarian (Gold - Level 4)
Discover 12 unique Skill Books.
Market Guru (Gold - Level 4)
Trade resources using the market 1.000 times.
Paladin's level (Gold - Level 4)
Level up your paladin to level 30.
Recruitment Drive (Gold - Level 4)
Recruit a total of 1.000.000 units!
The Archeologist (Gold - Level 4)
Discover 15 unique relics.
Accomplished student (Silver - Level 3)
Improve your paladins' skills to a combined total of 100 skill levels.
Architect (Silver - Level 3)
Build a total of 5.000 building levels!
Fortune and Glory (Silver - Level 3)
Have 8 relics attached!
Gatherer (Silver - Level 3)
Scavenge a total of 10.000.000 resources.
It Belongs in a Treasury (Silver - Level 3)
Acquire 70 relics!
Score champion (Silver - Level 3)
Climb the rankings tables and reach 100.000 points.
Wealth comes in gold (Silver - Level 3)
Mint 5.000 gold coins.
You're a Merger? (Silver - Level 3)
Upgrade 20 relics.
Out of time (Bronze - Level 2)
Use the instant complete option 100 times!
Top scorer (Bronze - Level 2)
Make it into the top 100 in the world.
Master of Quests (Wood - Level 1)
Complete 40 quests!
Other achievements
Bigger and better (Bronze - Level 2)
Upgrade your tribe's stronghold to level 4.
Barricade Battle: Predator (Gold - Level 4)
Defeat 180.000 enemy units in the Barricade Battle.
Barricade Battle: Detective (Silver - Level 3)
Clear 75% of the stages.
Tribal Wars Wizardry: Hat experimenter
Acquire one of the mysterious hats from the Wizard or other players.
Seas of Fortune: Explorer (Silver - Level 3)
Explore 30 regions.
Seas of Fortune: Great Discovery (Wood - Level 1)
Explore 1 island.
Achievements on other worlds
|
|