Bots really play: shared understanding for headless bots, social layer (bot-to-bot talk, squads, invites), castle sieges, economy (sell/buy/professions/jewelry/buffs), telemetry, brain (loot, fight back, leash, spoil/sweep), 43 combat profiles, zones rebuilt from real spawns, tools (harness, data checks, zone fixer, build/deploy)

This commit is contained in:
2026-09-03 20:39:50 +02:00
parent dcbecd2843
commit 165820c041
40 changed files with 7634 additions and 2699 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
# Builds GameServer.jar / LoginServer.jar from src_mobius with ant (JDK 25).
# Usage: tools/build.sh -> build/dist/libs/GameServer.jar
set -e
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
cd "$ROOT/src_mobius/mobius/L2J_Mobius_CT_0_Interlude"
ant -q jar
ls -la "$ROOT/src_mobius/mobius/build/dist/libs/"