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:
@@ -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/"
|
||||
Reference in New Issue
Block a user