Jump to content

Recommended Posts

Posted

logo.png.1ec1ddf26ab2118eafdb99eb43428749.png

Website: Connect

Forum: Connect

General Configurations

  • Experience: x45
  • Party Experience: +15%
  • Adena Drop Rate: x110

Enchant System

  • Safe Enchant: 3
  • Maximum Weapon Enchant: 20
  • Maximum Armor Enchant: 10
  • Weapon Enchant Chance: 1~8 {80%}8-15{60%}15-20{30%}
  • Armor Enchant Chance: 1-6 {70%}6-10 {40%}
  • Blessed Enchant Rules: Items are going to 0 level on fail enchanting.

Special Zones

  • Imperial Tomb Chaotic
  • Mithril Mines
  • Underground Party Zone

Game Shop

  • Weapons: C,B,A {NO SA}
  • Armors: C,B {NORMAL} ~ A,S {SEALED}
  • Jewelry: C,B {NORMAL} ~ A,S {SEALED}
  • Scrolls: Enchant Weapon/Armor scrolls {NORMAL}
  • Soul/Spiritshots: C,B,A,S
  • Crystals: D,C,B,A,S
  • Accessories {ALL NECESSARY}
  • Consumable {ALL NECESSARY}

Custom Balanced Items

  • SA Armors {APELLA}
  • Ancient Weapons {INTERLUDE WEAPONS}

Events

  • Team vs Team
  • Death Match
  • Last Hero
  • E-Coin Drop Event

Buff System

  • Buffs Times: 2 Hours
  • NPC FULL AIO BUFFER: 30 days. {After 30 days of opening buffer will be change to limited mode}
  • AIO Status for characters will be activated after 30 days of opening
  • Malaria, Cholera, Flu are removed from the server

Epic Raid Bosses

  • All bosses level: 80
  • Epic Item Drop rate: 99%

Subclass & Noblesse

  • Quest only: Shortened Quest {Information will be implemented soon}

Automatic Vote Reward System

  • Vote sites: TOPZONE, HOPZONE, NETWORK
  • Vote reward: 2x Vote Coin for every vote.

SERVICES

 
Auction Service

  • There is a NPC Item Auction at every town that allows you sell your items via auction system.

Dress Service

  • There is dress system that allows you to change visual appearance of your armor or weapon with Appearance Stone.

Auto Combat Potion Service

  • Service that allows you to turn on Automatic Combat Potion use.

Clan Leader Summon Service

  • Service that allows all clan leaders to summon theirs clan members with .summon_clan command

Offline Trade Service

  • You can sell or buy items while you are not at pc or ingame. Your character will stay online when you are resting.

Daily Lottery Service

  • Lottery ticket costs: 2.000.000 Adena
  • Jackpot Prize Amount: 200.000.000 Adena

Player Reconnect Service

  • Leave a character in the game on break connection.

DETAILED INFORMATION

 

Zones information

 

Imperial Tomb Chaotic

  • Drop List: S Grade Weapons
  • Drop Chance: 3%
  • Zone rules: Inside of rooms & corridors PK Item drop is disabled.

Mithril Mines

  • Drop List: Blue,Green,Red seal stones.
  • Spoil list: Blood of Chaos {ITEM FOR MAKING SA ARMORS}
  • Spoil Chance: 2%
  • Zones Bosses: Anakim & Lilith
  • Boss drop: Ancient Weapons, Ancient Adena, Adena.

 

This information will be updated

Posted
2 minutes ago, proGenitor said:

Good luck with your server!!!

I like your Celldweller - End of an Empire background song.. 

Thank you very much. Yea background music is for promo page only. So it will be removed when main page will be activated. Nowadays there is not much people that likes website with background music.  Celldweller rulez! :)

Posted (edited)

27 October at 18:00 (GMT+2) Open Beta Test (OBT) of Athena Ultra x45 will be open! We are glad to invite you to take part in this event to take a closed look on server's conception, its features etc.

Registration will be opened in 20 October.

OBT going to be closed at 2 November.

 

Important info:

  • All characters will be deleted after end of OBT;
  • All accounts that have been created will not be deleted. You can use them on live server.
  • We are kindly asking you to create a topic in forum regarding all issues or/and bugs that you will face on the OBT server (if any). It will let us gather them in 1 place and make all necessary fixes.
  •  

Grand Opening of Athena Ultra x45 will be on 4 November at 19:00 (GMT+2).

Edited by Natzugen
Posted

Natzugen is a very skilled developer highly active on his project. I've had an chance to judge test version of Athena and I am impressed, players sure will have lots of activities to involve in. Great perspectives for this project :)

Posted
On 10/15/2017 at 1:04 PM, Griunvaldas said:

Natzugen is a very skilled developer highly active on his project. I've had an chance to judge test version of Athena and I am impressed, players sure will have lots of activities to involve in. Great perspectives for this project :)

Thank you very much!

Posted
28 minutes ago, Uraken said:

On the main page it says the grand opening is 04.11. and in this topic 11.11.

so which one is it?

On the web page the date is for Open Beta.  Also read news to be informed right.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • And Discord: https://discord.gg/3aYqWNqb
    • Ofc: https://discord.gg/3aYqWNqb
    • You can find some H5 skins shared in old L2 modding Discords, but most of the higher‑quality ones are either paid or come bundled with full client edits. I usually mix in commissioned work and whatever I can patch myself. On a side note, I fund a lot of these commissions by selling off game items through instant sell cs2 skins, which has been a quick way for me to get some cash for projects.
    • There is no need for gRPC in this case, even tho originally it was gRPC based but since we don't need it to be bi-directional, we switched to simple http requests for the web calls and SSEs for the data streamed from the server. There are distributed locks in place to precent race conditions between actions that can happen between multiple web instances and the server.   Local models can also be slow depending on the model, and most external models can actually be faster than local ones if you use Flash 2.5 or something along those lines. I am running on 512GB of Unified Memory on my Mac Studio M3 Ultra so the speed of the local model for a small model is pretty good but I tested it with Gemini too and it works equally as fast and in some cases faster. The way it works is that I'm using pgvector (one of the benefits of moving to Postgres) to search the data and see what the player can see etc and there is some batching of the next few actions for 2-4 seconds for the user until the next LLM request fires. The batching also includes branching on logic so if they for example fall under some HP they will move to kiting instead of attacking or maybe they heal etc.   Everything is authed and permission-based. The server and the backend of the frontend have secure communication between them, either with a symmetric key (not recommended for production) or a certificate (the recommended way), so there is no worry. It's all tied to the account's access level, etc., so nobody can make an action that they normally wouldn't be allowed to do. Even the MCP is token-based, and there are prompt injection protections in place. The MCP is audited, and every mutation needs confirmation. The admin area is only accessible to the admin account anyway so normal users can't access it.  
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..