You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
🌟 L2Avalon – Interlude Rework x20 – Grand Opening July 4! 🌟
📅 Server Launch:
Open Beta: June 26, 18:00 GMT+3
Grand Opening: July 4, 2025
📦 Chronicle & Client:
Reworked Interlude (based on latest High Five features)
Custom launcher with up-to-date client support
⚔️ Rates & Progression:
EXP/SP:
Lv 1–39: x20
Lv 40–52: x15
Lv 52–60: x10
Lv 61–70: x8
Lv 71–75: x5
Lv 76–79: x4 → x3
Lv 80+: x2
Adena: x1 (subject to adjustment)
Drop/Spoil/Raid Drop: x5
Quest Drop: custom
Party Bonus: up to +290% EXP
🛠️ Core Features:
Auto-loot (normal drops)
Auto-learn skills up to level 75
High Five-style skill system with full rebalancing
Passive MP regen: +1000 MP / 15s
Inventory space: 150 slots
Weight limit increased
Auto CP/HP/MP potions
Global chat from level 40 (!), offline shop (.offline), buff selling system (.sellbuff)
🔼 Class Progression:
1st & 2nd class: Free
3rd class: Kill 700 mobs → get 1 Giant Codex
Subclass: Custom quest + 4 raid bosses + 1000 B-grade Crystals
Noblesse: Either via Caradine's Letter (Lv 65+) or Noblesse box from raid bosses
🏪 NPC Shops & Support:
GM Shop: Full D/C gear, Low B gear
Luxury Shop: TOP B gear
Donation Shop: Cosmetics, premium, etc.
NPC Buffer: Save & load buff schemes (premium buffs for Premium Account)
Mammon functions via NPC in Giran (unseal, augment, etc.)
Offline Traders, Coin of Luck auction system
Special blacksmiths and unique item services
💡 Why L2Avalon?
Balanced seasonal x20 rates – smooth and long-term growth
Quality-of-life systems for casual & hardcore players alike
Custom skill system, refined raid rewards, and unique gear upgrades
Active community, continuous development, and fair monetization
Beta rewards & early start advantage
🔗 Useful Links:
🌐 Website: https://www.l2avalon.net
📘 Full Server Info: https://l2avalon-net.gitbook.io/info
💬 Discord: https://discord.gg/NbM2cXmAem
📝 Join the adventure this July! Prepare your characters during Beta and get rewarded at launch!
You spent over a month calling a lot of people names. I get that you want to change, but it will take a lot more than this for me to believe its sincere. And honestly, for your apology to matter, I'd have to care enough to be offended in the first place.
I would like to take this opportunity to publicly apologize to the following people:
@Acacia, @Victory, @Splicho, @ShadowNetwork, @l2gold2025, @SkyLord, @maneco, @F4sh10n, @Maxtor, @Celestine, @911reg, @Nightw0lf. @UnknownSoldier
If at any point my words, actions, or posts offended you, I sincerely apologize. I recognize that in the past there were moments of tension and unnecessary conflict, but today I want to leave all of that behind.
From now on, I choose not to hold any grudges against anyone and to let go of everything that happened — from both sides.
The path I want to follow in this community is one of collaboration, mutual respect, and growth. Thank you to those who are still contributing and sharing.
Sincerely,
Guytis
Question
CTGavesT
Hello, I add this code here https://maxcheaters.com/topic/248730-agathions-acis-401-does-not-interfere-with-summons-or-pets/.
but i have problem with agathion movement, agathion does not move when the player moves.
The player must stop moving for Agathion to come close him.
i think the problem is here at < _followTask = ThreadPool.scheduleAtFixedRate(new Follow(this), 1000, 1000); >>
public void followToOwner()
{
if (_followTask == null)
_followTask = ThreadPool.scheduleAtFixedRate(new Follow(this), 1000, 1000);
int rnd = Rnd.get(-30, +30);
SpawnLocation loc = _owner.getPosition();
if (!checkIfInRange(1000, this, _owner))
teleport(_owner, 30);
if (_owner.isMoving())
getAI().tryToFollow(_owner, false);
else
{
if (!checkIfInRange(75, this, _owner))
getAI().tryToMoveTo(new Location(loc.getX()+rnd, loc.getY()+rnd, loc.getZ()), null);
else if (checkIfInRange(30, this, _owner))
getAI().tryToIdle();
if (Config.AGATHION_HEAL_OWNER && !getCast().isCastingNow())
{
if (_owner.isInOlympiadMode() || _owner.isInDuel() || _owner.getPvpFlag() != 0 || _owner.isInsideZone(ZoneId.PVP) || _owner.getKarma() != 0)
return;
if ((_owner.getStatus().getHpRatio() < Config.AGATHION_PERCENT_TO_HEAL))
getAI().tryToCast(_owner, 1011, 18);
}
else if (!Config.AGATHION_ONLY_FOLLOW && Config.AGATHION_ALLOW_SOCIAL && !isMoving() && !getCast().isCastingNow())
broadcastPacket(new SocialAction(this, 1));
}
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.