Jump to content
  • 0

[Help] L2j aCis Login Problem


Question

Recommended Posts

  • 0
Posted

/config/server.properties και config/loginserver.properties, και βαλε κανονικες IP. Μην πετατε οτι μαλακια σας ερθει, δεν υπαρχει θεμα ουτε με protocols ουτε με ports, ουτως η αλλως LAN ειναι προφανως..

  • 0
Posted

/config/server.properties και config/loginserver.properties, και βαλε κανονικες IP. Μην πετατε οτι μαλακια σας ερθει, δεν υπαρχει θεμα ουτε με protocols ουτε με ports, ουτως η αλλως LAN ειναι προφανως..

 

Αν ξανα προσβαλεις καποιον , τρως -1 απο εμενα , σε εχω δει σε πολλα topics για αυτο κοψε την φορα που εχεις παρει.

  • 0
Posted

pedia ti 8a gini me to 8ema moy ? :P

παυλο σου ειπα πιο πανω.

Αν ξανα προσβαλεις καποιον , τρως -1 απο εμενα , σε εχω δει σε πολλα topics για αυτο κοψε την φορα που εχεις παρει.

 

δεν προσβαλω κανεναν, κανε και -30 λες να με ενδιαφερει ενα νουμερο;

  • 0
Posted

pedia ti 8a gini me to 8ema moy ? :P

 

sou eipa dokimase ta protocol pou vriskonte sto server.properties

 

allakse auta edw

 

# Minimum and maximum protocol revision that server allow to connect.

# You must keep MinProtocolRevision <= MaxProtocolRevision.

# Default: 730

MinProtocolRevision = 1

 

# Default: 746

MaxProtocolRevision = 999

  • 0
Posted

/config/server.properties και config/loginserver.properties, και βαλε κανονικες IP. Μην πετατε οτι μαλακια σας ερθει, δεν υπαρχει θεμα ουτε με protocols ουτε με ports, ουτως η αλλως LAN ειναι προφανως..

Μία απάντηση απλή δώσε.

config/loginserver.properties

και τελείωσε, μη κάνεις θέμα ολόκληρο.

  • 0
Posted

# ================================================================

#                          Gameserver setting

# ================================================================

 

# Bind ip of the gameserver, use * to bind on all available IPs

GameserverHostname = *

GameserverPort = 7777

 

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname

# If this ip is resolvable by Login just leave *

ExternalHostname = *********.no-ip.info

 

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname

# If this ip is resolvable by Login just leave *

InternalHostname = 127.0.0.1

 

# The Loginserver host and port

LoginPort = 9014

LoginHost = 127.0.0.1

 

# This is the server id that the gameserver will request (i.e. 1 is Bartz)

RequestServerID = 1

 

# If set to true, the login will give an other id to the server (if the requested id is already reserved)

AcceptAlternateID = True

 

# ================================================================

#                        Database informations

# ================================================================

 

Driver = com.mysql.jdbc.Driver

#Driver = org.hsqldb.jdbcDriver

#Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver

 

URL = jdbc:mysql://localhost/acis

#URL = jdbc:hsqldb:hsql://localhost/baggos

#URL = jdbc:sqlserver://localhost/database=acis/user=sa/password=

 

Login = root

Password = qz7rnc4tc4ru4waoi

 

# Maximum database connections (minimum 2, basically 10 if number under 10, default 100)

MaximumDbConnections = 100

 

# Idle connections expiration time (0 = never expire, default)

MaximumDbIdleTime = 0

 

# Datapack root directory, default to current directory from which the server is started

# DatapackRoot = C:/Work/tmp/DataPack

 

# ================================================================

#                            IdFactory

# ================================================================

 

# Tell server which IdFactory class to use, options are:

# BitSet (default),

# Stack  (another method)

IDFactory = BitSet

 

# Check for bad ids in the database on server boot up

# Much faster load time without it, but may cause problems

BadIdChecking = True

 

# ================================================================

#                            serverList

# ================================================================

 

# Displays [] in front of server name

ServerListBrackets = False

 

# Displays a clock next to the server name

ServerListClock = False

 

# If true, the server will be set as GM only

ServerGMOnly = False

 

# if True, the server will be a test server (listed by testserver clients only)

TestServer = False

 

# ================================================================

#                      Clients related options

# ================================================================

 

# Allow delete chars after D days, 0 = feature disabled

DeleteCharAfterDays = 7

 

# Define how many players are allowed to play simultaneously on your server.

MaximumOnlineUsers = 1000000

 

# Minimum and maximum protocol revision that server allow to connect.

# You must keep MinProtocolRevision <= MaxProtocolRevision.

# Default: 730

MinProtocolRevision = 1

 

# Default: 746

MaxProtocolRevision = 999

 

#=============================================================

#                      Jail & Punishements

#=============================================================

 

# Jail is a PvP zone

JailIsPvp = False

 

# Player punishment for illegal actions

#  1 - broadcast warning to gms only

#  2 - kick player(default)

#  3 - kick & ban player

#  4 - jail player (define minutes of jail with param: 0 = infinite)

DefaultPunish = 2

DefaultPunishParam = 0

 

# ================================================================

#                          Automatic options

# ================================================================

 

# AutoLoot, don't lead herbs behavior. False by default.

AutoLoot = False

 

# AutoLoot from raid boss. False by default.

AutoLootRaid = False

 

# If False herbs will drop on ground even if AutoLoot is enabled. False by default.

AutoLootHerbs = False

 

# =================================================================

#                          Items Management

# =================================================================

 

# If enabled, the server will only update items when saving the character.

# It greatly reduces DB usage and improves performance, but causes item loss during crashes.

# Default: False

LazyItemsUpdate = False

 

# Allow players to drop items on the ground

AllowDiscardItem = True

 

# allows creating multiple nonstackable items at one time

MultipleItemDrop = True

 

# delete from world dropped reward items after n seconds. 0 - disabled

AutoDestroyDroppedItemAfter = 0

 

# Time in secs after wich droped herb will be autodestroyed (default: 15 seconds)

AutoDestroyHerbTime = 15

 

# List of items that will not be destroyed (seperated by ",")

# NOTE: Make sure the lists do NOT CONTAIN trailing spaces or spaces between the numbers!

# items on this list will be protected regardless below options

ListOfProtectedItems = 57,5575,6673

 

# also delete from world misc. items dropped by players (all except equipable items)

# NOTE: work only if AutoDestroyDroppedItemAfter >0

DestroyPlayerDroppedItem = False

 

# Destroy also equipable items (armor, weapon, jewelry)

# NOTE: Work only if DestroyPlayerDroppedItem = true

DestroyEquipableItem = False

 

# save into DB droppped items for restoring after reboot

SaveDroppedItem = False

 

# Empty table after items are loaded into memory - safety setting

# if server crash before saving items, on next start old items will be restored

# and players may already picked up some of them - so this will prevent duplicates

EmptyDroppedItemTableAfterLoad = False

 

# Time interval in minutes to save in DB items on ground, 0 to disable

# NOTE: If SaveDroppedItemInterval is disabled items will be saved into DB only at server shutdown

SaveDroppedItemInterval = 0

 

# delete all saved items form DB On next start

# NOTE: Work only if SaveDroppedItem = false

ClearDroppedItemTable = False

 

# =================================================================

#                              RATES

# =================================================================

 

# Rate control, float values

RateXp = 1.

RateSp = 1.

RatePartyXp = 1.

RatePartySp = 1.

RateDropAdena = 1.

RateConsumableCost = 1.

RateDropItems = 1.

RateRaidDropItems = 1.

RateDropSpoil = 1.

RateDropManor = 1

 

# Quest configuration settings

RateQuestDrop = 1.

RateQuestReward = 1.

RateQuestRewardXP = 1.

RateQuestRewardSP = 1.

RateQuestRewardAdena = 1.

 

RateKarmaExpLost = 1

RateSiegeGuardsPrice = 1

 

# Player Drop Rate control, percent (%) values

PlayerDropLimit = 0

PlayerRateDrop = 0

PlayerRateDropItem = 0

PlayerRateDropEquip = 0

PlayerRateDropEquipWeapon = 0

 

# Karma Drop Rate control, percent (%) values

KarmaDropLimit = 10

KarmaRateDrop = 40

KarmaRateDropItem = 50

KarmaRateDropEquip = 40

KarmaRateDropEquipWeapon = 10

 

# Pet rate control (float values except for "PetFoodRate", default 1./1/1.)

PetXpRate = 1.

PetFoodRate = 1

SinEaterXpRate = 1.

 

# Common herbs (default)

RateCommonHerbs = 1.

# Herb of Life (categorie 1)

RateHpHerbs = 1.

# Herb of Mana (categorie 2)

RateMpHerbs = 1.

# Special herbs (categorie 3)

RateSpecialHerbs = 1.

 

# =================================================================

#                        Allowed features

# =================================================================

 

AllowFreight = True

AllowWarehouse = True

 

# If True player can try on weapon and armor in shop

# Each Item tried cost WearPrice adena

AllowWear = True

WearDelay = 5

WearPrice = 10

 

# "Allow" types - Read variable name for info about ;p.

AllowLottery = True

AllowRace = True

AllowWater = True

AllowCursedWeapons = True

AllowManor = True

AllowBoat = True

 

# Those "Allow" types are set to False by default :

#  - Fishing will "bug" without geodata (if you activate w/o geodata, fishing is possible everywhere).

AllowFishing = False

 

# Allow characters to receive damage from falling. CoordSynchronize = 2 is recommended.

# True - enabled.

# False - disabled.

# Auto - True if geodata enabled and False if disabled.

# Default: Auto

EnableFallingDamage = Auto

 

# ================================================================

#                      Debug, Dev & Test config

# ================================================================

 

# Don't load quests

NoQuests = False

 

# Don't load spawntable

NoSpawns = False

 

# Debug messages (by default False, easily "flood" your GS logs)

Debug = False

Developer = False

PacketHandlerDebug = False

 

# ================================================================

#        Dead Lock Detector (thread detecting deadlocks)

# ================================================================

 

# Activate the feature (by default: False)

DeadLockDetector = False

 

# Check interval in seconds (by default: 20)

DeadLockCheckInterval = 20

 

# Automatic restart if deadlock case is found (by default: False)

RestartOnDeadlock = False

 

# =================================================================

#                        Logging features

# =================================================================

 

# Logging ChatWindow

LogChat = False

 

# Logging Item handling NOTE: This can be very space consuming.

LogItems = False

 

# Log GM actions

GMAudit = False

 

# =================================================================

#                    Community board configuration

# =================================================================

 

# Activate or no the community board.

EnableCommunityBoard = False

 

# Show this community board section when you open it.

BBSDefault = _bbshome

 

# =================================================================

#                        Geodata & ValidatePosition

# =================================================================

 

# GeoData options:

# 0 = GeoData and PathFinding OFF (default)

# 1 = GeoData used to check Line Of Sight (LOS) targeting and L2Playable movement. You need to download

#    files for data/geodata folder. Monsters can pass walls but not aggro through them.

# 2 = Full GeoData enabled. Includes PathFinding (requires also /data/pathnode files) and all

#    character moves go through geodata checks (if a mob passes a wall, pathing is wrong).

GeoData = 0

 

#[True]Loads GeoData buffer's content into physical memory.

#[False] Does not necessarily imply that the GeoData buffer's content is not resident in physical memory.

ForceGeodata = True

 

# Player coordinates synchronization

#  1 - partial synchronization Client --> Server ; don't use it with geodata

#  2 - partial synchronization Server --> Client ; use this setting with geodata

#  -1 - Old system: will synchronize Z only ; default

CoordSynchronize = -1

 

# =================================================================

# Those next options are for another type of pathfinding, named CellPathFinding. It won't load

# pathnodes from the folder, but make calculs "on the fly", producing more accurate routes but is

# (maybe 10x) heavier to calculate. Recommended for small servers at least.

 

# If False, pathnode files (GeoPathFinding method) are used.

# If True, CellPathFinding method is used, and next options are available to configure it.

# Default: False

CellPathFinding = False

 

# Pathfinding array buffers configuration

PathFindBuffers = 100x6;128x6;192x6;256x4;320x4;384x4;500x2

 

# Weight for nodes without obstacles far from walls

LowWeight = 0.5

 

# Weight for nodes near walls

MediumWeight = 2

 

# Weight for nodes with obstacles

HighWeight = 3

 

# Angle paths will be more "smart", but in cost of higher CPU utilization

AdvancedDiagonalStrategy = True

 

# Weight for diagonal movement. Used only with AdvancedDiagonalStrategy = True

# Default: LowWeight * sqrt(2)

DiagonalWeight = 0.707

 

# Maximum number of LOS postfilter passes, 0 will disable postfilter.

# Default: 3

MaxPostfilterPasses = 3

 

# Path debug function.

# Nodes known to pathfinder will be displayed as adena, constructed path as antidots.

# Number of the items show node cost * 10

# Potions display path after first stage filter

# Red potions - actual waypoints. Green potions - nodes removed by LOS postfilter

# This function is FOR DEBUG PURPOSES ONLY !

DebugPath = False

 

# =================================================================

#                                Misc

# =================================================================

 

# Basic protection against L2Walker

L2WalkerProtection = False

 

# Enforces gameguard query on character login

GameGuardEnforce = False

 

# delete invalid quest from player

AutoDeleteInvalidQuestData = False

 

# setting false can improve server performance on high rate servers

PreciseDropCalculation = True

 

# Forces full item inventory packet to be sent for any item change

# Note: This can increase network traffic

ForceInventoryUpdate = False

 

# Zone Setting

#  0 = Peace All the Time

#  1 = PVP During Siege for siege participants

#  2 = PVP All the Time

ZoneTown = 0

 

# Show "data/html/servnews.htm" when a character enters world.

ShowServerNews = False

 

# Disable tutorial on new player game entrance.

# Default: False

DisableTutorial = False

 

# -------------------------------

#  Level Up Areas

# -------------------------------

# Custom Level Zones. (.lvl20)

Lvl20CommandAllow = True

# Enter your spawn Location.

lvl20_X = 82821

lvl20_Y = 148598

lvl20_Z = -3469

Level20Messenge = You are in 20 Level Area.

 

# Custom Level Zones. (.lvl40)

Lvl40CommandAllow = True

# Enter your spawn Location.

lvl40_X = 82821

lvl40_Y = 148598

lvl40_Z = -3469

Level40Messenge = You are in 40 Level Area.

 

# Custom Level Zones. (.lvl60)

Lvl60CommandAllow = True

# Enter your spawn Location.

lvl60_X = 82821

lvl60_Y = 148598

lvl60_Z = -3469

Level60Messenge = You are in 60 Level Area.

 

# Custom Level Zones. (.lvl75)

Lvl75CommandAllow = True

# Enter your spawn Location.

lv75_X = 82821

lvl75_Y = 148598

lvl75_Z = -3469

Level75Messenge = You are in 75 Level Area.

 

# ----------------------------

#  PvP Zones Areas

# ----------------------------

# PvP1 Zone. (.pvp1)

Pvp1CommandAllow = True

# Enter your spawn Location.

pvp1_X = 82821

pvp1_Y = 148598

pvp1_Z = -3469

PvP1Messenge = You are in PvP1 Area.

 

# PvP2 Zone. (.pvp2)

Pvp2CommandAllow = True

# Enter your spawn Location.

pvp2_X = 82821

pvp2_Y = 148598

pvp2_Z = -3469

PvP2Messenge = You are in PvP2 Area.

 

# -------------------------------

#  Farm Zones Areas

# -------------------------------

# Farm Zone 1. (.farm1)

Farm1CommandAllow = True

# Enter your spawn Location.

farm1_X = 82821

farm1_Y = 148598

farm1_Z = -3469

Farm1 = You are in Farm 1 Area.

 

# Farm Zone 2. (.farm2)

Farm2CommandAllow = True

# Enter your spawn Location.

farm2_X = 82821

farm2_Y = 148598

farm2_Z = -3469

Farm2Messenge = You are in Farm 2 Area.

 

# Farm Zone 3 (.farm3)

Farm3CommandAllow = True

# Enter your spawn Location.

farm3_X = 82821

farm3_Y = 148598

farm3_Z = -3469

Farm3Messenge = You are in Farm 3 Area.

 

# Farm Zone 4 (.farm4)

Farm4CommandAllow = True

# Enter your spawn Location.

farm4_X = 82821

farm4_Y = 148598

farm4_Z = -3469

Farm4Messenge = You are in Farm 4 Area.

 

# -------------------------------

#  Main Town Cmd

# -------------------------------

# Main Town. (.maintown)

MainTownCommandAllow = True

# Enter your spawn Location.

maintown_X = 82821

maintown_Y = 148598

maintown_Z = -3469

MainTownMessenge = You are in Town of Giran.

 

# -------------------------------

#  Go Near To Olympiad Manager

# -------------------------------

# Olympiad Manager. (.gooly)

GoOlyCommandAllow = True

# Enter your spawn Location.

gooly_X = 82821

gooly_Y = 148598

gooly_Z = -3469

GoOlyMessenge = You are near of Olympiad Manager.

 

 

to external den to kanoniko mou

Guest
This topic is now closed to further replies.


  • Posts

    • cRazy??? If i just say good job its not even fair....
    • τι εκανες εκει παλι ρε τρελάρα; 🤣   welcome back mate, happy seeing you online again, well thats beyond l2 needs for sure and It’s rare to see anyone pushing Interlude this far technically anymore without trying to monetize it. definitely interested in seeing the source whenever you're ready to share it! keep it up!
    • your only choice brother cmon https://www.l2jsunrise.com/
    • Hello everyone  How are you all doing? I'd like to share with the community an open-source project I've been working on intensely: the **L2 Phantom AI Manager**. Tired of those static bots that just stand still in the city or sink into the map because of Geodata? Me too! That's why I developed a modular Phantom system with real Artificial Intelligence, initially designed for **L2J Mobius Essence (RoseVain)**, but which can be adapted to other chronicles. Main Features Modular architecture: the system is split into focused files such as PhantomAI, PhantomEngine, PhantomFactory, PhantomEquipment, PhantomHuntingSpots, PhantomGeo, PhantomMenu, and more. Automatic creation: create 10 or 50 phantoms from the menu or commands. XML persistence: automatically created phantoms are saved into PhantomPlayers.xml, so they keep loading after server restarts. Batch startup: .pstart and Start 10 load only 10 phantoms at a time. Batch disconnect: disconnect 10 active phantoms without shutting down the whole system. Origin towns: new phantoms spawn using PlayerTemplate.getCreationPoint(), respecting race and class. Geodata-safe spawning: spawn points use NPC-like coordinate validation to avoid under-map or floating characters. Real datapack spots: reads data/stats/npcs and data/spawns to build level-based hunting locations. Bad target filtering: ignores Training Dummy, tutorial objects, chests, and fake farm targets. Smart relocation: if a phantom cannot find useful mobs, it relocates to another spot for its level. Level goals: phantoms receive leveling goals, return to town, recover resources, and go back to farming. Mage MP rest mode: mages rest until MP is recovered; in PvP they try to escape when out of mana. Skills and buffs: phantoms try to use offensive skills and self buffs such as Might, Shield, Focus, Haste, Empower, Acumen, Wind Walk, Chant, Song, and Dance. Varied gear packs: gear packs by grade for mages and fighters, with multiple variants to avoid visual clones. Automatic shots: randomized Soulshot and Spiritshot restocking by class and grade. Inventory cleanup: unnecessary items are removed automatically while preserving Adena, shots, and equipped gear. PvP and PK behavior: some phantoms are aggressive, may become PK, and attacked phantoms try to defend themselves. Optional AI chat: optional Google Gemini integration for short social replies. TXT logs: the menu displays log state and can enable/disable logging. GM Menu Use .pmenu to open the control panel. Current options: Start 10 Disconnect 10 Create 10 Create 50 Reload XML Stop All Enable Log / Disable Log The menu also shows: active phantom count; XML ID count; current TXT log state. Commands .pmenu - opens the control panel. .pstart - starts 10 phantoms from XML. .pstop - removes all active phantoms. .pstop10 - disconnects 10 active phantoms. .pload - reloads PhantomPlayers.xml. .pcreate 10 - creates, starts, and saves 10 phantoms to XML. .pcreate 50 - creates, starts, and saves 50 phantoms to XML. .pm Name Message - sends a private message to a phantom. .pdebug - toggles TXT logging. Logs Logs are created in the GameServer log/ folder: log/PhantomManager.txt - global historical log. log/PhantomManager-yyyyMMdd-HHmmss.txt - separate log for each session. Useful logged events include: new level goals; travel to hunting spots; town rest; mob attacks; PvP defense; shot restocking; inventory cleanup; AI exceptions with stacktrace. Main Files PhantomManager.java - commands, logs, and bootstrap. PhantomEngine.java - start, stop, spawn, respawn, batches, and AI loop. PhantomAI.java - farm, PvP, PK, rest, targeting, and movement decisions. PhantomConfig.java - routes, gear, shots, and XML persistence. PhantomFactory.java - automatic character creation. PhantomEquipment.java - buffs, progression, shots, and inventory cleanup. PhantomHuntingSpots.java - real datapack NPC/spawn loader. PhantomGeo.java - geodata-safe coordinate handling. PhantomState.java - temporary phantom memory. PhantomMenu.java - GM HTML panel. PhantomBypass.java - menu button handling. PhantomChat.java - messages and optional Gemini integration. Copy custom/PhantomManager into: dist/game/data/scripts/custom/PhantomManager/ Place PhantomPlayers.xml in: game/config/Custom/PhantomPlayers.xml Compile scripts or restart the GameServer. Use .pmenu to create, start, and manage phantoms. https://github.com/miacodeweb/L2-Phantom-AI
    • EspadaWorld Reborn - Lineage 2 High Five Private Server Official Website: https://l2espadaworld.com   GitHub Presentation: https://github.com/worldespada-cloud/EspadaWorld   About EspadaWorld Reborn   EspadaWorld Reborn is a cinematic Lineage 2 High Five private server project built on a customized FandC / L2J-style High Five core. The project is focused on balanced gameplay, PvP competition, PvE progression, custom systems, vote rewards, rankings, protection integration, website features, and long-term stability. EspadaWorld is not a clean stock pack. The server has been extended with custom systems, website integration, vote reward logic, protection-related modules, custom instance content, gameplay improvements, and server-side adjustments. Server Foundation Chronicle: Lineage 2 High Five Base: FandC High Five core, heavily customized Core style: L2J-based server architecture Build system: Apache Ant Java target: Java 25 Database: MySQL Project type: Active development / production server environment Main Features - Custom Lineage 2 High Five server environment - FandC-based core with custom improvements - Custom Community Board systems - Player ranking systems - PvP-focused gameplay logic - PvE progression support - Custom Espada instance and custom gameplay content - Vote reward system with multiple vote website integrations - Unified .getreward command - Website, account, ranking, vote, media, and download integration - Protection module integration - Admin tools and server management systems - Datapack and server packaging scripts Vote Reward System EspadaWorld includes a custom vote reward flow based around the .getreward command. The system verifies votes from all enabled vote websites and gives one unified global reward only after all required votes are confirmed. Current vote integration includes: - iTopZ - HopZone - L2Network - L2JBrasil - L2TopZone - L2Votes Vote system features: - Unified reward after all votes are confirmed - Configurable global reward list - Item amount and chance configuration - Cooldown / reuse protection - HWID / IP-based reward protection - Debug logging for vote verification - Anti-abuse logic for repeated reward claims Protection & Security The project includes protection-related modules and integration points designed to improve server and client-side security. Protection-related areas include: - Runtime protection module integration - Client protection support - Server-side validation systems - Anti-abuse logic around vote rewards and account actions - Configuration-driven security behavior - Release packaging support for protected builds Private protection details, keys, internal configuration, and production security data are not public. Custom Gameplay Content EspadaWorld Reborn includes custom gameplay work designed to give the server its own identity while keeping the Lineage 2 High Five feeling. Examples of custom content and systems: - Custom Espada instance - PvP-oriented systems and zones - PvE progression systems - Ranking and competition systems - Community Board extensions - Custom HTML and datapack content - Gameplay scripts and server-side feature extensions - Vote reward progression Website & Community Platform EspadaWorld also includes a modern web platform connected to the server community. Website features include: - Modern responsive website - Account panel - Download section - Vote section - Ranking pages - Media section - News and information system - Admin-controlled website settings - Theme/template system - SEO optimization - Performance optimization The website has been optimized for speed, accessibility, best practices, and SEO, offering a clean public presentation for the server and community. Useful Links Website: https://l2espadaworld.com   GitHub Presentation: https://github.com/worldespada-cloud/EspadaWorld   EspadaWorld Reborn is a cinematic Lineage 2 High Five private server project built on a customized FandC-based core.     Preserving safety and trust within our community is our priority. Thank you for your understanding and support!   Best regards,VastoLordes. Contact Information :  support@l2espadaworld.com
  • 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..