Jump to content
  • 0

L2Junity Gameserver [Errors]


camolus

Question

How can i fix the red marked errors:

1. ipconfig.xml | I tried to copy default-ipconfig.xml in eclipse Project Explorer, then re-named it to "ipconfig.xml", which has just been lead... to another error.

2. missing property for key | I simply don't understand this, i've checked the "Feature.properties" in eclipse Project Explorer and all values are listed there, so... why is that? oO

3. hexid.txt | Do i have to create this file by myself or why i cant find it in eclipse Project Explorer? x.x

4. mapregion | How this data can't be exist? x.x Is there any way to fix that?

[23:28:23] IXmlReader: Network Config: ipconfig.xml doesn't exists using automatic configuration...
[23:28:23] IXmlReader: Network Config: Adding new subnet: 127.0.0.0/8 address: 127.0.0.1
[23:28:23] IXmlReader: Network Config: Adding new subnet: 192.168.178.0/24 address: 192.168.178.25
[23:28:23] IXmlReader: Network Config: Adding new subnet: 0.0.0.0/0 address: 79.206.193.128
[23:28:23] PropertiesParser: [Feature.properties] missing property for key: BuyTaxForNeutralSide using default value: 15
[23:28:23] PropertiesParser: [Feature.properties] missing property for key: BuyTaxForLightSide using default value: 0
[23:28:23] PropertiesParser: [Feature.properties] missing property for key: BuyTaxForDarkSide using default value: 30
[23:28:23] PropertiesParser: [Feature.properties] missing property for key: SellTaxForNeutralSide using default value: 0
[23:28:23] PropertiesParser: [Feature.properties] missing property for key: SellTaxForLightSide using default value: 0
[23:28:23] PropertiesParser: [Feature.properties] missing property for key: SellTaxForDarkSide using default value: 20
[23:28:23] PropertiesParser: [General.properties] missing property for key: WorldChatInterval using default value: 20secs
[23:28:23] Config: Could not load HexID file (./config/hexid.txt). Hopefully login will give us one.
[23:28:23] Config: Loaded 6 Filter Words.
[23:28:23] GameServer: ------------------------------------------------=[ Database ]
[23:28:24] BitSetIDFactory: Updated characters online status.
[23:28:24] BitSetIDFactory: Cleaned 0 elements from database in 0 s
[23:28:24] BitSetIDFactory: Cleaned 0 expired timestamps from database.
[23:28:24] BitSetIDFactory: 102912 id's available.
[23:28:24] GameServer: ------------------------------------------------=[ Scripting Engines ]
[23:28:24] ScriptEngineManager: ScriptEngine: L2J Java Engine 1.0 (Java [0, 1, 2, 3, 4, 5, 6])
[23:28:24] ServerPluginProvider: Loaded 0 plugins
[23:28:24] GameServer: ------------------------------------------------=[ Telnet ]
[23:28:24] TelnetServer: Telnet server is currently disabled.
[23:28:24] GameServer: ------------------------------------------------=[ World ]
[23:28:24] GameTimeController: Started.
[23:28:24] World: (288 by 272 by 32) World Region Grid set up.
[23:28:24] IXmlReader: Folder C:\Users\Zagatou\git\l2junity\l2junity-gameserver\dist\data\mapregion doesn't exist!
[23:28:24] MapRegionManager: Loaded 0 map regions.
[23:28:24] ZoneManager: 19 by 18 Zone Region Grid set up.
[23:28:24] IXmlReader: Folder C:\Users\Zagatou\git\l2junity\l2junity-gameserver\dist\data\zones doesn't exist!
[23:28:24] IXmlReader: Folder C:\Users\Zagatou\git\l2junity\l2junity-gameserver\dist\data\zones\npcSpawnTerritories doesn't exist!
[23:28:24] ZoneManager: Loaded 0 zone classes and 0 zones.
[23:28:24] ZoneManager: Loaded 0 NPC spawn territoriers.
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.l2junity.gameserver.instancemanager.ZoneManager.getInstance(ZoneManager.java:754)
at org.l2junity.gameserver.GameServer.<init>(GameServer.java:195)
at org.l2junity.gameserver.GameServer.main(GameServer.java:453)
Caused by: java.util.NoSuchElementException: No value present
at java.util.OptionalInt.getAsInt(OptionalInt.java:118)
at org.l2junity.gameserver.instancemanager.ZoneManager.load(ZoneManager.java:408)
at org.l2junity.gameserver.instancemanager.ZoneManager.<init>(ZoneManager.java:90)
at org.l2junity.gameserver.instancemanager.ZoneManager$SingletonHolder.<clinit>(ZoneManager.java:759)
... 3 more

 

 

post-114622-0-06428100-1480459822_thumb.jpg

Edited by camolus
Link to comment
Share on other sites

Recommended Posts

  • 0

1 and 2 are just warning.

 

For 1 it's specially nothing to do.

 

2 it was our config shit which sucked, check for case typo.

 

For 3, it will be auto gen

 

For 4, your datapack root path is fucked up. You miss \game\ in path before data.

Link to comment
Share on other sites

  • 0
4. Content of my LoginServer.properties + Server.properties
# Datapack root directory.
# Defaults to current directory from which the server is started unless the below line is uncommented.
# WARNING: <u><b><font color="red">If the specified path is invalid, it will lead to multiple errors!</font></b></u>
#Default: .
DatapackRoot = C:/Users/Zagatou/git/l2junity/l2junity-gameserver/dist/game/

Edited content as u said, it works now! 

 

Next issue:

https://www.youtube.com/watch?v=XDQta4WFTP0 

 

 

[12:01:06] IXmlReader: Network Config: ipconfig.xml doesn't exists using automatic configuration...

[12:01:07] IXmlReader: Network Config: Adding new subnet: 127.0.0.0/8 address: 127.0.0.1
[12:01:07] IXmlReader: Network Config: Adding new subnet: 192.168.178.0/24 address: 192.168.178.25
[12:01:07] IXmlReader: Network Config: Adding new subnet: 0.0.0.0/0 address: 84.186.223.4
[12:01:07] PropertiesParser: [Feature.properties] missing property for key: BuyTaxForNeutralSide using default value: 15
[12:01:07] PropertiesParser: [Feature.properties] missing property for key: BuyTaxForLightSide using default value: 0
[12:01:07] PropertiesParser: [Feature.properties] missing property for key: BuyTaxForDarkSide using default value: 30
[12:01:07] PropertiesParser: [Feature.properties] missing property for key: SellTaxForNeutralSide using default value: 0
[12:01:07] PropertiesParser: [Feature.properties] missing property for key: SellTaxForLightSide using default value: 0
[12:01:07] PropertiesParser: [Feature.properties] missing property for key: SellTaxForDarkSide using default value: 20
[12:01:07] PropertiesParser: [General.properties] missing property for key: WorldChatInterval using default value: 20secs
[12:01:07] Config: Loaded 6 Filter Words.
[12:01:07] GameServer: ------------------------------------------------=[ Database ]
[12:01:07] BitSetIDFactory: Updated characters online status.
[12:01:07] BitSetIDFactory: Cleaned 0 elements from database in 0 s
[12:01:07] BitSetIDFactory: Cleaned 0 expired timestamps from database.
[12:01:07] BitSetIDFactory: 102912 id's available.
[12:01:07] GameServer: ------------------------------------------------=[ Scripting Engines ]
[12:01:07] ScriptEngineManager: ScriptEngine: L2J Java Engine 1.0 (Java [0, 1, 2, 3, 4, 5, 6])
[12:01:07] ServerPluginProvider: Loaded 0 plugins
[12:01:07] GameServer: ------------------------------------------------=[ Telnet ]
[12:01:08] TelnetServer: Telnet server is currently disabled.
[12:01:08] GameServer: ------------------------------------------------=[ World ]
[12:01:08] GameTimeController: Started.
[12:01:08] World: (288 by 272 by 32) World Region Grid set up.
[12:01:08] MapRegionManager: Loaded 57 map regions.
[12:01:08] ZoneManager: 19 by 18 Zone Region Grid set up.
[12:01:08] ZoneManager: Loaded 26 zone classes and 2612 zones.
[12:01:08] ZoneManager: Loaded 16 NPC spawn territoriers.
[12:01:08] ZoneManager: Last static id: 200105
[12:01:09] DoorData: Loaded 1511 Door Templates for 23 regions.
[12:01:09] GlobalVariablesManager: Loaded 4 variables.
[12:01:09] GameServer: ------------------------------------------------=[ Data ]
[12:01:09] ActionData: Loaded 215 player actions.
[12:01:09] CategoryData: Loaded 142 Categories.
[12:01:09] IXmlReader: Could not parse file: SecondaryAuth.xml at line: 2, column: 123 :
org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document '../data/xsd/SecondaryAuth.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.warning(ErrorHandlerWrapper.java:99) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:392) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:306) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.reportSchemaErr(XSDHandler.java:4160) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.reportSchemaWarning(XSDHandler.java:4151) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.getSchemaDocument1(XSDHandler.java:2493) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.getSchemaDocument(XSDHandler.java:2191) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.parseSchema(XSDHandler.java:576) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:613) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.findSchemaGrammar(XMLSchemaValidator.java:2446) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:1767) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:740) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:613) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3132) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:852) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:841) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:770) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) ~[?:1.8.0_111]
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205) ~[?:1.8.0_111]
at org.l2junity.commons.util.IXmlReader.parseFile(IXmlReader.java:83) [bin/:?]
at org.l2junity.gameserver.data.xml.impl.SecondaryAuthData.load(SecondaryAuthData.java:53) [bin/:?]
at org.l2junity.gameserver.data.xml.impl.SecondaryAuthData.<init>(SecondaryAuthData.java:46) [bin/:?]
at org.l2junity.gameserver.data.xml.impl.SecondaryAuthData$SingletonHolder.<clinit>(SecondaryAuthData.java:141) [bin/:?]
at org.l2junity.gameserver.data.xml.impl.SecondaryAuthData.getInstance(SecondaryAuthData.java:136) [bin/:?]
at org.l2junity.gameserver.GameServer.<init>(GameServer.java:203) [bin/:?]
at org.l2junity.gameserver.GameServer.main(GameServer.java:453) [bin/:?]
Caused by: java.io.FileNotFoundException: C:\Users\Zagatou\workspace\l2junity-gameserver-debug\gameserver\data\xsd\SecondaryAuth.xsd (The system cannot find the path specified)
at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_111]
at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_111]
at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_111]
at java.io.FileInputStream.<init>(FileInputStream.java:93) ~[?:1.8.0_111]
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90) ~[?:1.8.0_111]
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:623) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:148) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaParsingConfig.parse(SchemaParsingConfig.java:582) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaParsingConfig.parse(SchemaParsingConfig.java:685) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaDOMParser.parse(SchemaDOMParser.java:530) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.getSchemaDocument(XSDHandler.java:2179) ~[?:1.8.0_111]
... 25 more
[12:01:09] SecondaryAuthData: Loaded 0 forbidden passwords.
[12:01:09] AbilityPointsData: Loaded: 4 range fees.
[12:01:09] SayuneData: Loaded: 17 maps.
[12:01:09] ClanRewardData: Loaded: 4 rewards for MEMBERS_ONLINE
[12:01:09] ClanRewardData: Loaded: 4 rewards for HUNTING_MONSTERS
[12:01:09] OneDayRewardMasterHandler: Loaded 7 handlers.
[12:01:09] OneDayRewardData: Loaded 58 one day rewards.
[12:01:09] GameServer: ------------------------------------------------=[ Skills ]
[12:01:10] EffectMasterHandler: Loaded 306 effect handlers.
[12:01:10] EnchantSkillGroupsData: Loaded 5 groups and 100 routes.
[12:01:10] SkillTreesData: Loaded 26597 Class Skills for 145 Class Skill Trees.
[12:01:10] SkillTreesData: Loaded 24 Sub-Class Skills.
[12:01:10] SkillTreesData: Loaded 38 Dual-Class Skills.
[12:01:10] SkillTreesData: Loaded 105 Transfer Skills for 3 Transfer Skill Trees.
[12:01:10] SkillTreesData: Loaded 16 Race skills for 7 Race Skill Trees.
[12:01:10] SkillTreesData: Loaded 35 Fishing Skills, 8 Dwarven only Fishing Skills.
[12:01:10] SkillTreesData: Loaded 3 Collect Skills.
[12:01:10] SkillTreesData: Loaded 171 Pledge Skills, 141 for Pledge and 30 Residential.
[12:01:10] SkillTreesData: Loaded 18 Sub-Pledge Skills.
[12:01:10] SkillTreesData: Loaded 32 Transform Skills.
[12:01:10] SkillTreesData: Loaded 8 Noble Skills.
[12:01:10] SkillTreesData: Loaded 5 Hero Skills.
[12:01:10] SkillTreesData: Loaded 61 Game Master Skills.
[12:01:10] SkillTreesData: Loaded 61 Game Master Aura Skills.
[12:01:10] SkillTreesData: Loaded 101 Ability Skills.
[12:01:10] SkillTreesData: Loaded 112 Alchemy Skills.
[12:01:10] SkillTreesData: Loaded 34 Class Awaken Save Skills.
[12:01:10] SkillTreesData: Loaded 20 Revelation Skills.
[12:01:10] SkillTreesData: Loaded 32 Common Skills to all classes.
[12:01:10] SkillTreesData: Loaded 4 Subclass change Skills.
[12:01:12] SkillData: Loaded 50341 Skills.
[12:01:12] SummonSkillsTable: Loaded 2220 skills.
[12:01:12] GameServer: ------------------------------------------------=[ Items ]
[12:01:13] ItemTable: Highest item id used:46692
[12:01:13] ItemTable: Loaded: 20262 Etc Items
[12:01:13] ItemTable: Loaded: 10055 Armor Items
[12:01:13] ItemTable: Loaded: 8582 Weapon Items
[12:01:13] ItemTable: Loaded: 38899 Items in total.
[12:01:13] EnchantItemGroupsData: Loaded: 4 item group templates.
[12:01:13] EnchantItemGroupsData: Loaded: 1 scroll group templates.
[12:01:13] EnchantItemData: Loaded 67 Enchant Scrolls.
[12:01:13] EnchantItemData: Loaded 20 Support Items.
[12:01:13] EnchantItemOptionsData: Loaded: 23 Items and 1093 Options.
[12:01:13] ItemCrystalizationData: Loaded: 26 Items
[12:01:14] OptionData: Loaded: 24985 Options.
[12:01:14] EnsoulData: Loaded: 10 fees
[12:01:14] EnsoulData: Loaded: 661 options
[12:01:14] EnsoulData: Loaded: 77 stones
[12:01:14] EnchantItemHPBonusData: Loaded 11 Enchant HP Bonuses.
[12:01:14] MerchantPriceConfigTable: Loaded 28 merchant price configs.
[12:01:14] BuyListData: Loaded 762 BuyLists.
[12:01:15] MultisellData: Loaded 351 multisell lists.
[12:01:15] RecipeData: Loaded 1647 recipes.
[12:01:15] ArmorSetsData: Loaded 280 Armor sets.
[12:01:15] FishingData: Loaded Fishing Data.
[12:01:15] HennaData: Loaded 440 Henna data.
[12:01:15] PrimeShopData: Loaded 179 items
[12:01:15] AppearanceItemData: Loaded: 230 Stones
[12:01:15] AlchemyData: Loaded 114 alchemy craft skills.
[12:01:15] GameServer: ------------------------------------------------=[ Characters ]
[12:01:15] ClassListData: Loaded 157 Class data.
[12:01:15] InitialEquipmentData: Loaded 13 Initial Equipment data.
[12:01:15] InitialShortcutData: Loaded 5 Initial Global Shortcuts data.
[12:01:15] InitialShortcutData: Loaded 4 Initial Shortcuts data.
[12:01:15] InitialShortcutData: Loaded 0 Macros presets.
[12:01:15] ExperienceData: Loaded 107 levels.
[12:01:15] ExperienceData: Max Player Level is: 106
[12:01:15] ExperienceData: Max Pet Level is: 99
[12:01:15] KarmaData: Loaded 106 karma modifiers.
[12:01:15] HitConditionBonusData: Loaded Hit Condition bonuses.
[12:01:15] PlayerTemplateData: Loaded 145 character templates.
[12:01:15] PlayerTemplateData: Loaded 92220 level up gain records.
[12:01:15] CharNameTable: Loaded 0 char names.
[12:01:15] AdminData: Loaded: 10 Access Levels.
[12:01:15] AdminData: Loaded: 439 Access Commands.
[12:01:16] PetDataTable: Loaded 49 Pets.
[12:01:16] CubicData: Loaded 20 cubics.
[12:01:16] GameServer: ------------------------------------------------=[ Clans ]
[12:01:16] ForumsBBSManager: Loaded 4 forums. Last forum id used: 4
[12:01:16] ClanTable: Restored 0 clans from the database.
[12:01:16] ResidenceFunctionsData: Loaded: 8 functions.
[12:01:16] ClanHallData: Succesfully loaded 48 Clan Halls.
[12:01:16] ClanEntryManager: Loaded: 0 clan entry
[12:01:16] ClanEntryManager: Loaded: 0 player in waiting list
[12:01:16] ClanEntryManager: Loaded: 0 player application
[12:01:16] GameServer: ------------------------------------------------=[ Geodata ]
[12:01:17] GeoData: Loaded 0 regions.
[12:01:17] GameServer: ------------------------------------------------=[ NPCs ]
[12:01:17] SkillLearnData: Loaded 256 Skill Learn data.
[12:01:17] NpcData$MinionData: Loaded 128 minions data.
[12:01:18] NpcData: Loaded 13990 NPCs.
[12:01:18] ExtendDropData: Loaded 1 ExtendDrop.
[12:01:19] SpawnsData: Loaded: 41543 spawns
[12:01:19] WalkingManager: Loaded 170 walking routes.
[12:01:19] StaticObjectData: Loaded 159 static object templates.
[12:01:19] ItemAuctionInstance: Loaded 23 item(s) and registered 1 auction(s) for instance 32320.
[12:01:19] ItemAuctionInstance: Schedule next auction 1 on 17:00:00 02.12.16 for instance 32320
[12:01:19] ItemAuctionInstance: Loaded 23 item(s) and registered 1 auction(s) for instance 32321.
[12:01:19] ItemAuctionInstance: Schedule next auction 2 on 17:00:00 05.12.16 for instance 32321
[12:01:19] ItemAuctionInstance: Loaded 23 item(s) and registered 1 auction(s) for instance 32322.
[12:01:19] ItemAuctionInstance: Schedule next auction 3 on 17:00:00 30.11.16 for instance 32322
[12:01:19] ItemAuctionManager: Loaded 3 instance(s).
[12:01:19] CastleManager: Loaded: 9 castles
[12:01:19] GrandBossManager: Queen Ant(29001) status is 0
[12:01:19] GrandBossManager: Core(29006) status is 0
[12:01:19] GrandBossManager: Orfen(29014) status is 0
[12:01:19] GrandBossManager: Baium(29020) status is 0
[12:01:19] GrandBossManager: Valakas(29028) status is 0
[12:01:19] GrandBossManager: Antharas(29068) status is 0
[12:01:19] GrandBossManager: Loaded 6 Instances
[12:01:19] GameServer: ------------------------------------------------=[ Instance ]
[12:01:19] InstanceManager: Loaded 263 instance names.
[12:01:19] SpawnsData: Requested spawn for non existing npc: 20556 in file: demo.xml
[12:01:19] SpawnsData: Requested spawn for non existing npc: 20557 in file: demo.xml
[12:01:19] InstanceManager: Loaded 85 instance templates.
[12:01:19] InstanceManager: Loaded instance reenter times for 0 players.
[12:01:19] GameServer: ------------------------------------------------=[ Olympiad ]
[12:01:19] Olympiad: failed to load data from database, trying to load from file.
[12:01:19] Olympiad: Loading....
[12:01:19] Olympiad: Currently in Olympiad Period
[12:01:19] Olympiad: 1438 minutes until period ends
[12:01:19] Olympiad: Next weekly change is in 10079 minutes
[12:01:19] Olympiad: Loaded 0 Nobles
[12:01:19] Olympiad: Competition Period Starts in 0 days, 5 hours and 58 mins.
[12:01:19] Olympiad: Event starts/started: 2016-11-30T18:00:19.546+0100
[12:01:19] Hero: Loaded 0 Heroes.
[12:01:19] Hero: Loaded 0 all time Heroes.
[12:01:19] GameServer: ------------------------------------------------=[ Cache ]
[12:01:19] HtmCache: Running lazy cache
[12:01:19] CrestTable: Loaded 0 Crests.
[12:01:19] TeleportLocationTable: Loaded 957 Teleport Location Templates.
[12:01:19] TeleportersData: Loaded: 56 npc teleporters.
[12:01:19] UIData: Loaded 4 keys 5 categories.
[12:01:19] AugmentationData: Loaded: 33960 augmentations.
[12:01:19] AugmentationData: Loaded: 2754 accessory augmentations.
[12:01:19] CursedWeaponsManager: Loaded: 2 cursed weapon(s).
[12:01:20] TransformData: Loaded: 162 transform templates.
[12:01:20] BotReportTable: Loaded 0 bot reports
[12:01:20] GameServer: ------------------------------------------------=[ Scripts ]
[12:01:20] AirShipManager: Loaded 0 private airships
[12:01:20] ShuttleData: Loaded: 3 Shuttles.
[12:01:20] GameServer: Loading server scripts...
[12:01:20] MasterHandler: Loading Handlers...
[12:01:20] MasterHandler: ActionHandler: Loaded 10 Handlers
[12:01:20] MasterHandler: ActionShiftHandler: Loaded 6 Handlers
[12:01:20] MasterHandler: AdminCommandHandler: Loaded 430 Handlers
[12:01:20] MasterHandler: BypassHandler: Loaded 30 Handlers
[12:01:20] MasterHandler: ChatHandler: Loaded 14 Handlers
[12:01:20] MasterHandler: CommunityBoardHandler: Loaded 15 Handlers
[12:01:20] MasterHandler: ItemHandler: Loaded 29 Handlers
[12:01:20] MasterHandler: PunishmentHandler: Loaded 3 Handlers
[12:01:20] MasterHandler: UserCommandHandler: Loaded 16 Handlers
[12:01:20] MasterHandler: VoicedCommandHandler: Loaded 1 Handlers
[12:01:20] MasterHandler: TargetHandler: Loaded 20 Handlers
[12:01:20] MasterHandler: AffectObjectHandler: Loaded 11 Handlers
[12:01:20] MasterHandler: AffectScopeHandler: Loaded 19 Handlers
[12:01:20] MasterHandler: Handlers Loaded...
[12:01:25] HandysBlockCheckerEvent: Handy's Block Checker Event is enabled
[12:01:25] ClassMaster: Loaded 0 class change options.
[12:01:25] MentorGuide: Loaded: 41 mentee coins
[12:01:25] NpcBuffersData: Loaded: 6 buffers data.
[12:01:26] FreyaCelebration: Event Freya Celebration has passed... Ignored 
[12:01:26] GiftOfVitality: Event Gift of Vitality has passed... Ignored 
[12:01:26] HeavyMedal: Event Heavy Medal has passed... Ignored 
[12:01:26] LoveYourGatekeeper: Event Love Your Gatekeeper has passed... Ignored 
[12:01:26] MasterOfEnchanting: Event Master of Enchanting has passed... Ignored 
[12:01:26] TheValentineEvent: Event Valentine Event has passed... Ignored 
[12:01:26] Stage1: [seed of Destruction] Loaded 51 spawn zones data.
[12:01:26] SpawnsData: Initializing spawns...
[12:01:33] DBSpawnManager: Loaded 137 Instances
[12:01:33] DBSpawnManager: Scheduled 0 Instances
[12:01:33] EilhalderVonHellmann: Spawning Night Raid Boss Eilhalder von Hellmann
[12:01:33] SpawnsData: All spawns has been initialized!
[12:01:33] FourSepulchersManager: loaded 20 Mysterious-Box spawns.
[12:01:33] FourSepulchersManager: Loaded 716 Physical type monsters spawns.
[12:01:33] FourSepulchersManager: Loaded 716 Magical type monsters spawns.
[12:01:33] FourSepulchersManager: Loaded 92 Church of duke monsters spawns.
[12:01:33] FourSepulchersManager: Loaded 68 Emperor's grave NPC spawns.
[12:01:33] FourSepulchersManager: Spawned Conquerors' Sepulcher Manager
[12:01:33] FourSepulchersManager: Spawned Emperors' Sepulcher Manager
[12:01:33] FourSepulchersManager: Spawned Great Sages' Sepulcher Manager
[12:01:33] FourSepulchersManager: Spawned Judges' Sepulcher Manager
[12:01:33] FourSepulchersManager: Beginning in Attack time
[12:01:33] GameServer: ------------------------------------------------=[ Event Engine ]
[12:01:33] EventEngineData: CeremonyOfChaosManager: Initialized
[12:01:33] EventEngineData: ClanHallAuctionManager: Initialized
[12:01:33] EventEngineData: DailyTaskManager: Initialized
[12:01:33] GameServer: ------------------------------------------------=[ Siege ]
[12:01:33] Siege: Siege of Gludio: Sun Dec 04 16:00:00 CET 2016
[12:01:33] Siege: Siege of Dion: Sun Dec 04 16:00:00 CET 2016
[12:01:33] Siege: Siege of Giran: Sun Dec 04 16:00:00 CET 2016
[12:01:33] Siege: Siege of Oren: Sun Dec 04 16:00:00 CET 2016
[12:01:33] Siege: Siege of Aden: Sun Dec 04 16:00:00 CET 2016
[12:01:33] Siege: Siege of Innadril: Sun Dec 04 20:00:00 CET 2016
[12:01:33] Siege: Siege of Goddard: Sun Dec 04 20:00:00 CET 2016
[12:01:33] Siege: Siege of Rune: Sun Dec 04 20:00:00 CET 2016
[12:01:33] Siege: Siege of Schuttgart: Sun Dec 04 20:00:00 CET 2016
[12:01:33] FortManager: FortManager: Loaded: 21 fortress
[12:01:33] WalkingManager: Route 'glu_di_fort_ordery': NPC (id=36035, x=11513, y=150539, z=-3308) is too far from starting point (node x=17401, y=149526, z=-3380, range=3.5699897E7), walking will not start
[12:01:33] SiegeScheduleData: Loaded: 2 siege schedulers.
[12:01:33] CastleManorManager: Loaded 258 seeds.
[12:01:33] CastleManorManager: Manor data loaded.
[12:01:33] SiegeGuardManager: Loaded 0 siege guards tickets
[12:01:33] QuestManager: Loaded: 303 quests.
[12:01:33] QuestManager: Loaded: 294 scripts.
[12:01:33] FaenorEventParser: Event ID: (Valentines Event) has passed... Ignored.
[12:01:33] FaenorScriptEngine: Loaded  Valentines.xml successfully.
[12:01:33] TaskManager: Loaded: 5 Tasks
[12:01:33] MailManager: Loaded 0 messages.
[12:01:33] PunishmentManager: Loaded 0 active and 0 expired punishments.
[12:01:33] GameServer: IdFactory: Free ObjectID's remaining: 1878998775
[12:01:36] GameServer: Started, free memory 2967 MB of 3641 MB
Exception in thread "main" java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:433)
at sun.nio.ch.Net.bind(Net.java:425)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:125)
at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:554)
at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1237)
at io.netty.channel.ChannelHandlerInvokerUtil.invokeBindNow(ChannelHandlerInvokerUtil.java:109)
at io.netty.channel.DefaultChannelHandlerInvoker.invokeBind(DefaultChannelHandlerInvoker.java:214)
at io.netty.channel.PausableChannelEventExecutor.invokeBind(PausableChannelEventExecutor.java:101)
at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:481)
at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:1013)
at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:236)
at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:357)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:328)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
at io.netty.util.internal.chmv8.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1412)
at io.netty.util.internal.chmv8.ForkJoinTask.doExec(ForkJoinTask.java:280)
at io.netty.util.internal.chmv8.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:877)
at io.netty.util.internal.chmv8.ForkJoinPool.scan(ForkJoinPool.java:1706)
at io.netty.util.internal.chmv8.ForkJoinPool.runWorker(ForkJoinPool.java:1661)
at io.netty.util.internal.chmv8.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:126)
 
Edited by camolus
Link to comment
Share on other sites

  • 0
Link to comment
Share on other sites

  • 0

1.

C:\Users\Zagatou\git\l2junity\l2junity-gameserver\dist\game\data\xsd\SecondaryAuth.xsd (existence confirmed)

C:\Users\Zagatou\git\l2junity\l2junity-gameserver\dist\game\config\SecondaryAuth.xml (existence confirmed)

Video documentation -> youtube

Image documentation - > directupload

[15:27:57] IXmlReader: Network Config: ipconfig.xml doesn't exists using automatic configuration...

[15:27:57] IXmlReader: Network Config: Adding new subnet: 127.0.0.0/8 address: 127.0.0.1
[15:27:57] IXmlReader: Network Config: Adding new subnet: 192.168.178.0/24 address: 192.168.178.25
[15:27:57] IXmlReader: Network Config: Adding new subnet: 0.0.0.0/0 address: 84.186.223.4
[15:27:57] PropertiesParser: [Feature.properties] missing property for key: BuyTaxForNeutralSide using default value: 15
[15:27:57] PropertiesParser: [Feature.properties] missing property for key: BuyTaxForLightSide using default value: 0
[15:27:57] PropertiesParser: [Feature.properties] missing property for key: BuyTaxForDarkSide using default value: 30
[15:27:57] PropertiesParser: [Feature.properties] missing property for key: SellTaxForNeutralSide using default value: 0
[15:27:57] PropertiesParser: [Feature.properties] missing property for key: SellTaxForLightSide using default value: 0
[15:27:57] PropertiesParser: [Feature.properties] missing property for key: SellTaxForDarkSide using default value: 20
[15:27:57] PropertiesParser: [General.properties] missing property for key: WorldChatInterval using default value: 20secs
[15:27:57] Config: Loaded 6 Filter Words.
[15:27:57] GameServer: ------------------------------------------------=[ Database ]
[15:27:58] BitSetIDFactory: Updated characters online status.
[15:27:58] BitSetIDFactory: Cleaned 0 elements from database in 0 s
[15:27:58] BitSetIDFactory: Cleaned 0 expired timestamps from database.
[15:27:58] BitSetIDFactory: 102912 id's available.
[15:27:58] GameServer: ------------------------------------------------=[ Scripting Engines ]
[15:27:58] ScriptEngineManager: ScriptEngine: L2J Java Engine 1.0 (Java [0, 1, 2, 3, 4, 5, 6])
[15:27:58] ServerPluginProvider: Loaded 0 plugins
[15:27:58] GameServer: ------------------------------------------------=[ Telnet ]
[15:27:58] TelnetServer: Telnet server is currently disabled.
[15:27:58] GameServer: ------------------------------------------------=[ World ]
[15:27:58] GameTimeController: Started.
[15:27:58] World: (288 by 272 by 32) World Region Grid set up.
[15:27:58] MapRegionManager: Loaded 57 map regions.
[15:27:58] ZoneManager: 19 by 18 Zone Region Grid set up.
[15:27:58] ZoneManager: Loaded 26 zone classes and 2612 zones.
[15:27:58] ZoneManager: Loaded 16 NPC spawn territoriers.
[15:27:58] ZoneManager: Last static id: 200105
[15:27:59] DoorData: Loaded 1511 Door Templates for 23 regions.
[15:27:59] GlobalVariablesManager: Loaded 4 variables.
[15:27:59] GameServer: ------------------------------------------------=[ Data ]
[15:27:59] ActionData: Loaded 215 player actions.
[15:27:59] CategoryData: Loaded 142 Categories.
[15:27:59] IXmlReader: Could not parse file: SecondaryAuth.xml at line: 2, column: 123 :
org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document '../data/xsd/SecondaryAuth.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.warning(ErrorHandlerWrapper.java:99) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:392) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:306) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.reportSchemaErr(XSDHandler.java:4160) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.reportSchemaWarning(XSDHandler.java:4151) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.getSchemaDocument1(XSDHandler.java:2493) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.getSchemaDocument(XSDHandler.java:2191) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.parseSchema(XSDHandler.java:576) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:613) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.findSchemaGrammar(XMLSchemaValidator.java:2446) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:1767) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:740) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl$NSContentDriver.scanRootElementHook(XMLNSDocumentScannerImpl.java:613) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3132) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:852) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:841) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:770) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) ~[?:1.8.0_111]
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205) ~[?:1.8.0_111]
at org.l2junity.commons.util.IXmlReader.parseFile(IXmlReader.java:83) [bin/:?]
at org.l2junity.gameserver.data.xml.impl.SecondaryAuthData.load(SecondaryAuthData.java:53) [bin/:?]
at org.l2junity.gameserver.data.xml.impl.SecondaryAuthData.<init>(SecondaryAuthData.java:46) [bin/:?]
at org.l2junity.gameserver.data.xml.impl.SecondaryAuthData$SingletonHolder.<clinit>(SecondaryAuthData.java:141) [bin/:?]
at org.l2junity.gameserver.data.xml.impl.SecondaryAuthData.getInstance(SecondaryAuthData.java:136) [bin/:?]
at org.l2junity.gameserver.GameServer.<init>(GameServer.java:203) [bin/:?]
at org.l2junity.gameserver.GameServer.main(GameServer.java:453) [bin/:?]
Caused by: java.io.FileNotFoundException: C:\Users\Zagatou\workspace\l2junity-gameserver-debug\gameserver\data\xsd\SecondaryAuth.xsd (The system cannot find the path specified)
at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_111]
at java.io.FileInputStream.open(FileInputStream.java:195) ~[?:1.8.0_111]
at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[?:1.8.0_111]
at java.io.FileInputStream.<init>(FileInputStream.java:93) ~[?:1.8.0_111]
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90) ~[?:1.8.0_111]
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:623) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:148) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaParsingConfig.parse(SchemaParsingConfig.java:582) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaParsingConfig.parse(SchemaParsingConfig.java:685) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaDOMParser.parse(SchemaDOMParser.java:530) ~[?:1.8.0_111]
at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.getSchemaDocument(XSDHandler.java:2179) ~[?:1.8.0_111]
... 25 more
[15:27:59] SecondaryAuthData: Loaded 0 forbidden passwords.
[15:27:59] AbilityPointsData: Loaded: 4 range fees.
[15:27:59] SayuneData: Loaded: 17 maps.
[15:27:59] ClanRewardData: Loaded: 4 rewards for MEMBERS_ONLINE
[15:27:59] ClanRewardData: Loaded: 4 rewards for HUNTING_MONSTERS
[15:27:59] OneDayRewardMasterHandler: Loaded 7 handlers.
[15:27:59] OneDayRewardData: Loaded 58 one day rewards.
[15:27:59] GameServer: ------------------------------------------------=[ Skills ]
[15:28:00] EffectMasterHandler: Loaded 306 effect handlers.
[15:28:00] EnchantSkillGroupsData: Loaded 5 groups and 100 routes.
[15:28:00] SkillTreesData: Loaded 26597 Class Skills for 145 Class Skill Trees.
[15:28:00] SkillTreesData: Loaded 24 Sub-Class Skills.
[15:28:00] SkillTreesData: Loaded 38 Dual-Class Skills.
[15:28:00] SkillTreesData: Loaded 105 Transfer Skills for 3 Transfer Skill Trees.
[15:28:00] SkillTreesData: Loaded 16 Race skills for 7 Race Skill Trees.
[15:28:00] SkillTreesData: Loaded 35 Fishing Skills, 8 Dwarven only Fishing Skills.
[15:28:00] SkillTreesData: Loaded 3 Collect Skills.
[15:28:00] SkillTreesData: Loaded 171 Pledge Skills, 141 for Pledge and 30 Residential.
[15:28:00] SkillTreesData: Loaded 18 Sub-Pledge Skills.
[15:28:00] SkillTreesData: Loaded 32 Transform Skills.
[15:28:00] SkillTreesData: Loaded 8 Noble Skills.
[15:28:00] SkillTreesData: Loaded 5 Hero Skills.
[15:28:00] SkillTreesData: Loaded 61 Game Master Skills.
[15:28:00] SkillTreesData: Loaded 61 Game Master Aura Skills.
[15:28:00] SkillTreesData: Loaded 101 Ability Skills.
[15:28:00] SkillTreesData: Loaded 112 Alchemy Skills.
[15:28:00] SkillTreesData: Loaded 34 Class Awaken Save Skills.
[15:28:00] SkillTreesData: Loaded 20 Revelation Skills.
[15:28:00] SkillTreesData: Loaded 32 Common Skills to all classes.
[15:28:00] SkillTreesData: Loaded 4 Subclass change Skills.
[15:28:02] SkillData: Loaded 50341 Skills.
[15:28:02] SummonSkillsTable: Loaded 2220 skills.
[15:28:02] GameServer: ------------------------------------------------=[ Items ]
[15:28:03] ItemTable: Highest item id used:46692
[15:28:03] ItemTable: Loaded: 20262 Etc Items
[15:28:03] ItemTable: Loaded: 10055 Armor Items
[15:28:03] ItemTable: Loaded: 8582 Weapon Items
[15:28:03] ItemTable: Loaded: 38899 Items in total.
[15:28:03] EnchantItemGroupsData: Loaded: 4 item group templates.
[15:28:03] EnchantItemGroupsData: Loaded: 1 scroll group templates.
[15:28:03] EnchantItemData: Loaded 67 Enchant Scrolls.
[15:28:03] EnchantItemData: Loaded 20 Support Items.
[15:28:03] EnchantItemOptionsData: Loaded: 23 Items and 1093 Options.
[15:28:03] ItemCrystalizationData: Loaded: 26 Items
[15:28:04] OptionData: Loaded: 24985 Options.
[15:28:04] EnsoulData: Loaded: 10 fees
[15:28:04] EnsoulData: Loaded: 661 options
[15:28:04] EnsoulData: Loaded: 77 stones
[15:28:04] EnchantItemHPBonusData: Loaded 11 Enchant HP Bonuses.
[15:28:04] MerchantPriceConfigTable: Loaded 28 merchant price configs.
[15:28:04] BuyListData: Loaded 762 BuyLists.
[15:28:05] MultisellData: Loaded 351 multisell lists.
[15:28:05] RecipeData: Loaded 1647 recipes.
[15:28:05] ArmorSetsData: Loaded 280 Armor sets.
[15:28:05] FishingData: Loaded Fishing Data.
[15:28:05] HennaData: Loaded 440 Henna data.
[15:28:05] PrimeShopData: Loaded 179 items
[15:28:05] AppearanceItemData: Loaded: 230 Stones
[15:28:05] AlchemyData: Loaded 114 alchemy craft skills.
[15:28:05] GameServer: ------------------------------------------------=[ Characters ]
[15:28:05] ClassListData: Loaded 157 Class data.
[15:28:05] InitialEquipmentData: Loaded 13 Initial Equipment data.
[15:28:05] InitialShortcutData: Loaded 5 Initial Global Shortcuts data.
[15:28:05] InitialShortcutData: Loaded 4 Initial Shortcuts data.
[15:28:05] InitialShortcutData: Loaded 0 Macros presets.
[15:28:05] ExperienceData: Loaded 107 levels.
[15:28:05] ExperienceData: Max Player Level is: 106
[15:28:05] ExperienceData: Max Pet Level is: 99
[15:28:05] KarmaData: Loaded 106 karma modifiers.
[15:28:05] HitConditionBonusData: Loaded Hit Condition bonuses.
[15:28:05] PlayerTemplateData: Loaded 145 character templates.
[15:28:05] PlayerTemplateData: Loaded 92220 level up gain records.
[15:28:05] CharNameTable: Loaded 0 char names.
[15:28:06] AdminData: Loaded: 10 Access Levels.
[15:28:06] AdminData: Loaded: 439 Access Commands.
[15:28:06] PetDataTable: Loaded 49 Pets.
[15:28:06] CubicData: Loaded 20 cubics.
[15:28:06] GameServer: ------------------------------------------------=[ Clans ]
[15:28:06] ForumsBBSManager: Loaded 4 forums. Last forum id used: 4
[15:28:06] ClanTable: Restored 0 clans from the database.
[15:28:06] ResidenceFunctionsData: Loaded: 8 functions.
[15:28:07] ClanHallData: Succesfully loaded 48 Clan Halls.
[15:28:07] ClanEntryManager: Loaded: 0 clan entry
[15:28:07] ClanEntryManager: Loaded: 0 player in waiting list
[15:28:07] ClanEntryManager: Loaded: 0 player application
[15:28:07] GameServer: ------------------------------------------------=[ Geodata ]
[15:28:07] GeoData: Loaded 0 regions.
[15:28:07] GameServer: ------------------------------------------------=[ NPCs ]
[15:28:07] SkillLearnData: Loaded 256 Skill Learn data.
[15:28:07] NpcData$MinionData: Loaded 128 minions data.
[15:28:08] NpcData: Loaded 13990 NPCs.
[15:28:08] ExtendDropData: Loaded 1 ExtendDrop.
[15:28:09] SpawnsData: Loaded: 41543 spawns
[15:28:09] WalkingManager: Loaded 170 walking routes.
[15:28:09] StaticObjectData: Loaded 159 static object templates.
[15:28:09] ItemAuctionInstance: Loaded 23 item(s) and registered 1 auction(s) for instance 32320.
[15:28:09] ItemAuctionInstance: Schedule next auction 1 on 17:00:00 02.12.16 for instance 32320
[15:28:09] ItemAuctionInstance: Loaded 23 item(s) and registered 1 auction(s) for instance 32321.
[15:28:09] ItemAuctionInstance: Schedule next auction 2 on 17:00:00 05.12.16 for instance 32321
[15:28:09] ItemAuctionInstance: Loaded 23 item(s) and registered 1 auction(s) for instance 32322.
[15:28:09] ItemAuctionInstance: Schedule next auction 3 on 17:00:00 30.11.16 for instance 32322
[15:28:09] ItemAuctionManager: Loaded 3 instance(s).
[15:28:09] CastleManager: Loaded: 9 castles
[15:28:09] GrandBossManager: Queen Ant(29001) status is 0
[15:28:09] GrandBossManager: Core(29006) status is 0
[15:28:09] GrandBossManager: Orfen(29014) status is 0
[15:28:09] GrandBossManager: Baium(29020) status is 0
[15:28:09] GrandBossManager: Valakas(29028) status is 0
[15:28:09] GrandBossManager: Antharas(29068) status is 0
[15:28:09] GrandBossManager: Loaded 6 Instances
[15:28:09] GameServer: ------------------------------------------------=[ Instance ]
[15:28:09] InstanceManager: Loaded 263 instance names.
[15:28:09] SpawnsData: Requested spawn for non existing npc: 20556 in file: demo.xml
[15:28:09] SpawnsData: Requested spawn for non existing npc: 20557 in file: demo.xml
[15:28:09] InstanceManager: Loaded 85 instance templates.
[15:28:09] InstanceManager: Loaded instance reenter times for 0 players.
[15:28:09] GameServer: ------------------------------------------------=[ Olympiad ]
[15:28:09] Olympiad: failed to load data from database, trying to load from file.
[15:28:09] Olympiad: Loading....
[15:28:09] Olympiad: Currently in Olympiad Period
[15:28:09] Olympiad: 1231 minutes until period ends
[15:28:09] Olympiad: Next weekly change is in 10079 minutes
[15:28:09] Olympiad: Loaded 0 Nobles
[15:28:09] Olympiad: Competition Period Starts in 0 days, 2 hours and 32 mins.
[15:28:09] Olympiad: Event starts/started: 2016-11-30T18:00:09.598+0100
[15:28:09] Hero: Loaded 0 Heroes.
[15:28:09] Hero: Loaded 0 all time Heroes.
[15:28:09] GameServer: ------------------------------------------------=[ Cache ]
[15:28:09] HtmCache: Running lazy cache
[15:28:09] CrestTable: Loaded 0 Crests.
[15:28:09] TeleportLocationTable: Loaded 957 Teleport Location Templates.
[15:28:09] TeleportersData: Loaded: 56 npc teleporters.
[15:28:09] UIData: Loaded 4 keys 5 categories.
[15:28:09] AugmentationData: Loaded: 33960 augmentations.
[15:28:09] AugmentationData: Loaded: 2754 accessory augmentations.
[15:28:09] CursedWeaponsManager: Loaded: 2 cursed weapon(s).
[15:28:10] TransformData: Loaded: 162 transform templates.
[15:28:10] BotReportTable: Loaded 0 bot reports
[15:28:10] GameServer: ------------------------------------------------=[ Scripts ]
[15:28:10] AirShipManager: Loaded 0 private airships
[15:28:10] ShuttleData: Loaded: 3 Shuttles.
[15:28:10] GameServer: Loading server scripts...
[15:28:10] MasterHandler: Loading Handlers...
[15:28:10] MasterHandler: ActionHandler: Loaded 10 Handlers
[15:28:10] MasterHandler: ActionShiftHandler: Loaded 6 Handlers
[15:28:10] MasterHandler: AdminCommandHandler: Loaded 430 Handlers
[15:28:10] MasterHandler: BypassHandler: Loaded 30 Handlers
[15:28:10] MasterHandler: ChatHandler: Loaded 14 Handlers
[15:28:10] MasterHandler: CommunityBoardHandler: Loaded 15 Handlers
[15:28:10] MasterHandler: ItemHandler: Loaded 29 Handlers
[15:28:10] MasterHandler: PunishmentHandler: Loaded 3 Handlers
[15:28:10] MasterHandler: UserCommandHandler: Loaded 16 Handlers
[15:28:10] MasterHandler: VoicedCommandHandler: Loaded 1 Handlers
[15:28:10] MasterHandler: TargetHandler: Loaded 20 Handlers
[15:28:10] MasterHandler: AffectObjectHandler: Loaded 11 Handlers
[15:28:10] MasterHandler: AffectScopeHandler: Loaded 19 Handlers
[15:28:10] MasterHandler: Handlers Loaded...
[15:28:15] HandysBlockCheckerEvent: Handy's Block Checker Event is enabled
[15:28:15] ClassMaster: Loaded 0 class change options.
[15:28:15] MentorGuide: Loaded: 41 mentee coins
[15:28:15] NpcBuffersData: Loaded: 6 buffers data.
[15:28:15] FreyaCelebration: Event Freya Celebration has passed... Ignored 
[15:28:15] GiftOfVitality: Event Gift of Vitality has passed... Ignored 
[15:28:15] HeavyMedal: Event Heavy Medal has passed... Ignored 
[15:28:15] LoveYourGatekeeper: Event Love Your Gatekeeper has passed... Ignored 
[15:28:15] MasterOfEnchanting: Event Master of Enchanting has passed... Ignored 
[15:28:15] TheValentineEvent: Event Valentine Event has passed... Ignored 
[15:28:15] Stage1: [seed of Destruction] Loaded 51 spawn zones data.
[15:28:16] SpawnsData: Initializing spawns...
[15:28:21] DBSpawnManager: Loaded 137 Instances
[15:28:21] DBSpawnManager: Scheduled 0 Instances
[15:28:21] SpawnsData: All spawns has been initialized!
[15:28:21] FourSepulchersManager: loaded 20 Mysterious-Box spawns.
[15:28:21] FourSepulchersManager: Loaded 716 Physical type monsters spawns.
[15:28:21] FourSepulchersManager: Loaded 716 Magical type monsters spawns.
[15:28:21] FourSepulchersManager: Loaded 92 Church of duke monsters spawns.
[15:28:21] FourSepulchersManager: Loaded 68 Emperor's grave NPC spawns.
[15:28:21] FourSepulchersManager: Spawned Conquerors' Sepulcher Manager
[15:28:21] FourSepulchersManager: Spawned Emperors' Sepulcher Manager
[15:28:21] FourSepulchersManager: Spawned Great Sages' Sepulcher Manager
[15:28:21] FourSepulchersManager: Spawned Judges' Sepulcher Manager
[15:28:21] FourSepulchersManager: Beginning in Attack time
[15:28:21] GameServer: ------------------------------------------------=[ Event Engine ]
[15:28:21] EventEngineData: CeremonyOfChaosManager: Initialized
[15:28:21] EventEngineData: ClanHallAuctionManager: Initialized
[15:28:21] EventEngineData: DailyTaskManager: Initialized
[15:28:21] GameServer: ------------------------------------------------=[ Siege ]
[15:28:21] Siege: Siege of Gludio: Sun Dec 04 16:00:00 CET 2016
[15:28:21] Siege: Siege of Dion: Sun Dec 04 16:00:00 CET 2016
[15:28:21] Siege: Siege of Giran: Sun Dec 04 16:00:00 CET 2016
[15:28:21] Siege: Siege of Oren: Sun Dec 04 16:00:00 CET 2016
[15:28:21] Siege: Siege of Aden: Sun Dec 04 16:00:00 CET 2016
[15:28:21] Siege: Siege of Innadril: Sun Dec 04 20:00:00 CET 2016
[15:28:21] Siege: Siege of Goddard: Sun Dec 04 20:00:00 CET 2016
[15:28:21] Siege: Siege of Rune: Sun Dec 04 20:00:00 CET 2016
[15:28:21] Siege: Siege of Schuttgart: Sun Dec 04 20:00:00 CET 2016
[15:28:21] FortManager: FortManager: Loaded: 21 fortress
[15:28:21] WalkingManager: Route 'glu_di_fort_ordery': NPC (id=36035, x=11513, y=150539, z=-3308) is too far from starting point (node x=17401, y=149526, z=-3380, range=3.5699897E7), walking will not start
[15:28:21] SiegeScheduleData: Loaded: 2 siege schedulers.
[15:28:21] CastleManorManager: Loaded 258 seeds.
[15:28:21] CastleManorManager: Manor data loaded.
[15:28:21] SiegeGuardManager: Loaded 0 siege guards tickets
[15:28:21] QuestManager: Loaded: 303 quests.
[15:28:21] QuestManager: Loaded: 294 scripts.
[15:28:21] FaenorEventParser: Event ID: (Valentines Event) has passed... Ignored.
[15:28:21] FaenorScriptEngine: Loaded  Valentines.xml successfully.
[15:28:21] TaskManager: Loaded: 5 Tasks
[15:28:21] MailManager: Loaded 0 messages.
[15:28:21] PunishmentManager: Loaded 0 active and 0 expired punishments.
[15:28:21] GameServer: IdFactory: Free ObjectID's remaining: 1878999390
[15:28:23] GameServer: Started, free memory 2972 MB of 3641 MB
[15:28:23] ClientNetworkManager: Listening on 0.0.0.0:7777
[15:28:23] GameServer: Maximum numbers of connected players: 100
[15:28:23] LoginServerThread: Connecting to login on 127.0.0.1:9014
[15:28:23] GameServer: Server loaded in 26 seconds.
[15:28:23] GameServer: ------------------------------------------------=[ UPnP ]
[15:28:23] UPnPService: Looking for UPnP Gateway Devices...
[15:28:23] UPnPService: Using UPnP gateway: FRITZ!Box 7490 (UI)
[15:28:23] UPnPService: Using local address: 192.168.178.25 External address: 84.186.223.4
[15:28:23] UPnPService: Mapping failed on [192.168.178.25:7777] - Already mapped?
[15:28:24] LoginServerThread: LoginServer not avaible, trying to reconnect...
[15:28:29] LoginServerThread: Connecting to login on 127.0.0.1:9014
[15:28:30] LoginServerThread: LoginServer not avaible, trying to reconnect...
[15:28:35] LoginServerThread: Connecting to login on 127.0.0.1:9014
[15:28:36] LoginServerThread: LoginServer not avaible, trying to reconnect...
[15:28:41] LoginServerThread: Connecting to login on 127.0.0.1:9014
[15:28:42] LoginServerThread: LoginServer not avaible, trying to reconnect...
[15:28:47] LoginServerThread: Connecting to login on 127.0.0.1:9014
[15:28:48] LoginServerThread: LoginServer not avaible, trying to reconnect...
[15:28:53] LoginServerThread: Connecting to login on 127.0.0.1:9014
[15:28:54] LoginServerThread: LoginServer not avaible, trying to reconnect...
[15:28:59] LoginServerThread: Connecting to login on 127.0.0.1:9014
[15:29:00] LoginServerThread: LoginServer not avaible, trying to reconnect...
[15:29:05] LoginServerThread: Connecting to login on 127.0.0.1:9014
[15:29:06] LoginServerThread: LoginServer not avaible, trying to reconnect...
[15:29:11] LoginServerThread: Connecting to login on 127.0.0.1:9014
[15:29:12] LoginServerThread: LoginServer not avaible, trying to reconnect...
[15:29:17] LoginServerThread: Connecting to login on 127.0.0.1:9014
[15:29:18] LoginServerThread: LoginServer not avaible, trying to reconnect...
[15:29:23] LoginServerThread: Connecting to login on 127.0.0.1:9014
[15:29:24] LoginServerThread: LoginServer not avaible, trying to reconnect...
[15:29:29] LoginServerThread: Connecting to login on 127.0.0.1:9014
[15:29:30] LoginServerThread: LoginServer not avaible, trying to reconnect...
[15:29:35] LoginServerThread: Connecting to login on 127.0.0.1:9014
[15:29:36] LoginServerThread: LoginServer not avaible, trying to reconnect...
[15:29:41] LoginServerThread: Connecting to login on 127.0.0.1:9014
[15:29:42] LoginServerThread: LoginServer not avaible, trying to reconnect...
[15:29:47] LoginServerThread: Connecting to login on 127.0.0.1:9014
[15:29:48] LoginServerThread: LoginServer not avaible, trying to reconnect...
[15:29:53] LoginServerThread: Connecting to login on 127.0.0.1:9014
[15:29:54] LoginServerThread: LoginServer not avaible, trying to reconnect...
[15:29:59] LoginServerThread: Connecting to login on 127.0.0.1:9014
[15:30:01] LoginServerThread: LoginServer not avaible, trying to reconnect...
[15:30:06] LoginServerThread: Connecting to login on 127.0.0.1:9014
[15:30:07] LoginServerThread: LoginServer not avaible, trying to reconnect...
[15:30:12] LoginServerThread: Connecting to login on 127.0.0.1:9014
[15:30:13] LoginServerThread: LoginServer not avaible, trying to reconnect...
[15:30:18] LoginServerThread: Connecting to login on 127.0.0.1:9014
[15:30:19] LoginServerThread: LoginServer not avaible, trying to reconnect...
[15:30:24] LoginServerThread: Connecting to login on 127.0.0.1:9014

I wonder about this error, because the .xml / .xsd are existing in the designated folders.

 

2. 

http://www.speedguide.net/port.php?port=7777

Port 7777 used by: L2J & Lineage II

_terminated: l2.exe

 

@AccessDenied

Hopefully balanced yes, i'm so tired of 1 Shot OP Servers .D

 

 

 

 

Oh nice we already have fans o.o

Mobirise Form Submission for Need help? Contact us! at 11/30/16 08:16 AM

-----------------------------------------------------------------------
Name:
ergegregr
Email:
Wifewfewj@GMGEM.com
Phone:
2414012401Y
Message:
You're useless..
 
Site: shilen.bplaced.net
Edited by camolus
Link to comment
Share on other sites

  • 0

Next issue....

[00:28:40] FourSepulchersManager: Spawned Conquerors' Sepulcher Manager

[00:28:40] FourSepulchersManager: Spawned Emperors' Sepulcher Manager
[00:28:40] FourSepulchersManager: Spawned Great Sages' Sepulcher Manager
[00:28:40] FourSepulchersManager: Spawned Judges' Sepulcher Manager
[00:28:40] FourSepulchersManager: Beginning in Attack time
[00:28:40] GameServer: ------------------------------------------------=[ Event Engine ]

startGameServer.bat stops at Event Engine, how to fix this? x.x

Edited by camolus
Link to comment
Share on other sites

  • 0

@Sdw, dont take this question as offend, but i have to make sure that you are not trolling me.

The gameserver is really not booting on every 1.Month? If yes....

When it will be fixed?

Link to comment
Share on other sites

  • 0

@Sdw, dont take this question as offend, but i have to make sure that you are not trolling me.

The gameserver is really not booting on every 1.Month? If yes....

When it will be fixed?

 

First of all lets be honest, you gonna make a live server. There is a difference between users who DL sources and mess around and people like you who

make crappy free domain-host websites and open live servers like the one you own right now: http://shilen.bplaced.net/  (Lets forget that DONATE BUTTON is bigger than the overal site resolution)

 

Second since this guy or whoever answer in your topic, troll or no nobody care cause you not even bother few bucks to buy the premium source. So go buy their source if you really go for live server which i know you do, you already admitted it.

 

Third: "Give me magic powers so i can craft money out of nothing, enough for lifetime membership." Trust me i would give you a ban you 5 minute ago if i had the chance but we can arrange this.

In other words, all people help me fast to make my server pro balance and make money and i won't even talk with you again cause thats what 98% of people do?

 

Fourth: High Five branch is released 5 years now and is still not balance and you got a 10% source free, missing 90% of features and you speak for balance? 

Idk if i need SweeTs to post one of his gif that represent my mood right now but i think he won't find a good one to describe the FACEPALM i just shot my self with

Edited by AccessDenied
Link to comment
Share on other sites

  • 0

Give me magic powers so i can craft money out of nothing, enough for lifetime membership.

 

 

You already got free version of our source. It's now up to you to do some magic with it. Otherwise you have to buy premium.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



  • Posts

    • After 12 years after our first launch of Frintezza, we are not the young men and women anymore, a lot of us have jobs, family, kids, or something else that doesn't allow us to play this game the amount of time that we used to have, but we still want to play this wonderful game once again. In this order of ideas, this is why we have thought of a battery of customizations to the OFF files in order to bring you a great quality of game and at the same time, make it more enjoyable at the time of sitting down to play it. These quality of life improvements contain: Frintezza II x1 - Game Features  General Server Settings  Frintezza Core  Founder Membership  Premium Accounts  Server Phases  General Settings  Starter Packs (ingame Gifts)  Improved Mana Regeneration system  Buff system through Agathions  Vitamin Pets (Hunting Partners)  Class rebalance (skills modifications & new skills)  Gatekeepers improvement  Black Wyvern Rider  UI improvements  Enchantment system improvements  Quality of Life changes Re: Frintezza x1 - Server Settings & General information  TUE MAR 12, 2024 5:38 PM  XP & SP: x1  Adena: x1.5  Drop: x1  Spoil: x2  Quest Drop: x2  Quest Reward: x2  High-End Server and Network: Our platform boasts an enterprise-class server equipped with dual physical processors, featuring 144 threads, and employs Enterprise SuperFast NVME U2 storage to ensure a seamless gaming experience without lag. Our network is fortified against DDOS attacks and includes multiple DDOS-protected Accelerator links through AWS, OVH, and Hetzner.  L2OFF PTS: We prioritize game stability and authentic retail features. To achieve this, we offer the finest Files, Scripts, and Geodata available. We extend an invitation for you to join our exclusive Founder Membership. As a member, you will enjoy lifetime weekly rewards across all current and future servers. Don't miss this opportunity to continuously earn rewards across all our platforms. Founder Member Benefits Weekly Rewards: Lifetime rewards on any current and future servers. Anniversary Rewards: Lifetime rewards on any current and future servers. Stay Informed: Be the first to receive email notifications about the launch of new servers. Participate in Polls: Have a say in the selection of upcoming server chronicles and styles. Exclusive Beta Access: Be among the first to be informed about and invited to closed beta tests. Preferred Nickname Selection: Founder members receive priority in choosing their nicknames. Preferred Clan name Selection: Founder members receive priority in choosing their clan names. FrintezzaL2 Community Upcoming Servers: A variety of server rates including low, mid, and high, across different Chronicles (C4, Interlude, H5, Classic, Essence). Upcoming Styles: A selection of gameplay styles such as Vanilla L2OFF, Stacksub, Craft, PVP, GVE, and more. Your Opinion Matters: Our community is built on the feedback of our members. We strive to create a welcoming environment and are committed to using your recommendations and opinions to enhance the gaming experience. We encourage you to share your thoughts in our Discord and Forum. Your input is valuable and will contribute to making a meaningful difference. Be a Founder Member today, HERE!  XP & SP: +50%  Adena: +50%  Drop: +50%  Spoil: +25% Premium Features Auto-Hunt usage Blacksmith of Mammon through the Premium Manager Merchant of Mammon through the Premium Manager Weekly Consumables Rewards through the Premium Manager Premium Cost  15 days - 150 Frintezza Coins   Dawnfall Dominion marks the beginning of your journey in the world of Lineage 2. In this phase, players start as fledgling adventurers, exploring the lands, honing their skills, and facing the challenges of the early game. They can progress up to level 70, forming alliances, battling monsters, and laying the foundation for their adventures to come. Game-related context: Players begin their journey in the lower level zones, encountering basic quests, monsters, and dungeons suitable for beginners. Focus is on leveling up, acquiring gear, learning the game mechanics and being part of Epic battles fighting the Ant Queen, Core and Orfen. Rates: 1-70: x1 Key points Phase duration: 1 month Equipment goal: A-Grade Raid bosses: Ant Queen, Orfen and Core. First respawn will be previusly announced. Midgard's Ascendancy represents a significant advancement in your journey. As players reach this stage, they have already proven themselves as formidable warriors, capable of facing greater challenges. With the level cap raised to 80, players delve deeper into the world's lore, engage in epic battles, and unlock new abilities with 3rd class changes, subclass and olympiads. Game-related context: In this phase, players explore more advanced zones, encounter tougher monsters, and participate in more complex quests and events. They may also engage in PvP battles, begin to focus on endgame content and battle the fierce Baium. Rates: 1-70: x3 70-80: x1 Key points Phase duration: 1 month Equipment goal: Icarus & Moirai Raid bosses: Baium & Zaken. First respawn will be previusly announced, also Ant Queen, Orfen and Core will have their levels raised and drops altered. Start of Olympiads Twilight's Apex marks the pinnacle of power and achievement in your Lineage 2 journey. As players reach level 85, they stand among the mightiest heroes of the realm, wielding incredible strength and skill. In this phase, players undertake legendary quests, conquer formidable foes, and vie for supremacy in epic battles that shape the fate of the world. Game-related context: At this stage, players tackle the most challenging content the game has to offer, including high-level raids, Epic bosses, and PvP battles. They may also focus on maximizing their character's abilities through advanced gear, skills, and strategic gameplay as they reach level 85. Rates: 1-70: x7 70-80: x3 81+: x1 Key points Equipment goal: Vesper & Vorpal Raid bosses: Frintezza, Freya, Beleth, Antharas & Valakas.  Chronicle: High-Five  Premium Buff system: Agathions basic buff time 4 hs, dances/songs/prophecies 20 minutes.  Community Board: Yes  Equipment: Retail like, up to Top-C in the normal shops, including common & shadow equipment.  Monsters: Original monsters. Quantity of monsters in initial areas has been increased and also reduced the respawn time to avoid traffic jam.  Vitality: Retail-Like  Dual box: Allowed 2 windows per PC 1st & 2nd Class changes: 1st change 50k adena, 2nd change 1kk adena (Reward Agathion: Griffin) or 200 coins (Reward Agathion: Griffin + 5kk Adena) or else, quests.  Skills: Auto-learn  Noblesse: 300 coins Noblesse (+1sub) or else, quest chain.  Offline shop: Available  Auto-loot: Available Catacombs/Necropolises: Retail-like  Manor: Available  Herbs: Available  In-game store: Available. More details in another topic  In-game Starter Kits: Yes - New characters will receive NG & D-Grade starter kits.  Luxury Shop: Up to A-Grade, including top A items (values have been increased)  Cloaks: Yes - We have unlocked all sets bonuses to have the posibility to wear a Cloak Players will receive the following rewards: No-Grade Beginner's Adventurer Pack: Shadow No-Grade Weapon/Armor, Fruit Cocktail, Soulshots, Blessed Spiritshots and Agathion Monkey. D-Grade Fighter/Mage Support Pack: Common D-Grade Weapon/Armor. Beginner's Adventurer Reinforcement Pack: Afro Hair (7 days) and Rune of EXP 30% (7 days). Introducing an exciting enhancement to gameplay: MP recovery now happens even faster! As a part of our ongoing Quality of Life (QoL) updates, all "Buffer Agathions" will now come equipped with a new buff: Mana Blessing. This buff significantly boosts passive MP regeneration by 10/25, providing a substantial increase in mana recovery speed. Additionally, the Mana Blessing buff effectively reduces incoming Mana Recharge by 70%. This enhancement benefits all players, ensuring a smoother and more efficient gameplay experience for solo players by alleviating concerns about mana management. However, it's essential to note that casting players won't gain a double advantage from this buff due to the Mana Recharge penalty. Experience the convenience and improved gameplay flow with our latest update, designed to enhance your gaming journey like never before!   To enhance your gameplay experience without interrupting your leveling progress, we've replaced NPC buffers in towns with adorable pets that not only serve as cosmetic companions but also provide essential buffs. Players will receive two charming agathions at different stages of the game. First Stage: Upon character creation, players will receive the Agathion - Monkey, granting the following buffs for 4 hours: Wind Walk, Shield, Might, Acumen, Focus, Concentration, Berserker Spirit, and Mana Blessing. Second Stage: Upon reaching level 40 and completing the 2nd class change, players will receive the Agathion - Griffin, providing an array of buffs for 4 hours, including Wind Walk, Shield, Magic Barrier, Might, Focus, Death Whisper, Guidance, Haste, Vampiric Rage, Clarity, Acumen, Empower, Berserker Spirit, Decrease Weight, Mental Shield, Bless Shield, and Mana Blessing. *Note: Read the "Improved Mana Regeneration" section for more information. We're thrilled to introduce the enhanced vitamin pets, designed to be your trusted companions throughout your journey. Each pet boasts a unique set of skills tailored to complement various classes. Key Features: Our premium pets retain a retail-like experience, with optimized buffs for enhanced gameplay. They no longer consume %EXP from their master, ensuring uninterrupted progression. These exclusive pets will be readily available in the in-game store, providing easy access for all players. Buffs:  Weapon Maintenance: Increases your attack dmg.  Armor Maintenance: Increases your defense.  Blessing of Queen: Increase of 25% P. Critical Rage. Buffs:  Wild Magic: Increases your Magic Critical rate.  Armor Maintenance: Increases your defense.  Gift of Seraphim: Reuse delay decreased by 30%. Stats & Skills retail-like, great companions for enchanters/supports.    [New lv. 55] Knight Fury: Increases party members' P.Def by 5%, M.Def by 5%, Atk. Spd. by 5%, Casting Spd. by 5% and Speed by 5. Effects are applied instantly depending on strike probability. Does not work in olympiad matches.  Seed of Revenge: Increased activation chance of each level to 35%.  [New lv. 52/64/70] Defense Aura: Increases party member's P.Def by 3%/4%/5% and M.Def by 3%/4%/5%. Effect does not stack with Combat Aura.  [New lv. 55] Knight Fury: Increases party members' P.Def by 5%, M.Def by 5%, Atk. Spd. by 5%, Casting Spd. by 5% and Speed by 5. Effects are applied instantly depending on strike probability. Does not work in olympiad matches.  Angelic Icon: Angelic Icon buff has been changed as follows - For 1 minute, increases Resistance to debuff attacks by 40%, P. Def. by 50%, M. Def. by 50%, Accuracy by 6, Speed by 5/10/15, Atk. Spd. by 5%/10%/15%, Critical Rate by 17/30/50, Critical Damage by 17%/33%/50% and Resistance to buff-canceling attacks by 40%. Decreases the effect of recovery magic by 80%. Available when HP is 30% or lower.  Summon Phoenix: The Phoenix has been adjusted to ensure its parity with the other 3rd class summons.  Spirit of Phoenix: Increased activation chance of each level to 35%  [New lv. 52/64/70] Defense Aura: Increases party member's P.Def by 3%/4%/5% and M.Def by 3%/4%/5%. Effect does not stack with Combat Aura.  [New lv. 55] Knight Fury: Increases party members' P.Def by 5%, M.Def by 5%, Atk. Spd. by 5%, Casting Spd. by 5% and Speed by 5. Effects are applied instantly depending on strike probability. Does not work in olympiad matches.  Pain of Shilen: Increased activation chance of each level to 35%.  [New lv. 52/64/70] Defense Aura: Increases party member's P.Def by 3%/4%/5% and M.Def by 3%/4%/5%. Effect does not stack with Combat Aura.  [New lv. 80] Massive Lightning Strike: A lightning strike deals damage to the target and surrounding enemies with 1082 Power, immobilizes them for 15 seconds and then paralyzes for 10 seconds.  [New lv. 55] Knight Fury: Increases party members' P.Def by 5%, M.Def by 5%, Atk. Spd. by 5%, Casting Spd. by 5% and Speed by 5. Effects are applied instantly depending on strike probability. Does not work in olympiad matches.  Eva's Will: Increased activation chance of each level to 35%.  [New lv. 52/64/70] Defense Aura: Increases party member's P.Def by 3%/4%/5% and M.Def by 3%/4%/5%. Effect does not stack with Combat Aura.  [New lv. 80] Eva's Defense: Increases party member's P.Def by 15% and M.Def by 10% and Speed by 4 for 5 minutes.  [New from lv. 40+] Dual Weapon Mastery: Increases P. Atk. when using a dualsword.  [New 44/56/68] Mana Drain: Has a chance to recover MP when striking.  [New from lv. 40+] Dual Weapon Mastery: Increases P. Atk. when using a dualsword.  [New 44/56/68] Mana Drain: Has a chance to recover MP when striking.  [New 44/58] Chant of Improved Combat (Self-buff): Increases Atk. Spd. by 15%/33% and bestows the ability to recover as HP 9% of the standard melee damage inflicted on the enemy.  [New from lv. 40+] Dual Weapon Mastery: Increases P. Atk. when using a dualsword.  [New from lv. 40+] Revenge Strike: Attacks the enemy with 738 Power added to P. Atk. Requires a sword, dual-sword or blunt weapon. Does not work in olympiad matches.  [New 44/58] Blood Awakening (Self-buff): Increases Atk. Spd. by 15%/33% and bestows the ability to recover as HP 9% of the standard melee damage inflicted on the enemy.  [New lv. 40] Rush: Charges toward the enemy.  [New from lv. 40+] Sword Crush: Attacks the enemy with 487 Power added to P. Atk. and inflicts Shock for 7 seconds. Requires a sword or dual-sword weapon. Does not work in olympiad matches.  Dances: Increased time duration of dances to 20 minutes (+Time enchant extends time duration to be 47 minutes).  [New lv. 40] Rush: Charges toward the enemy.  [New from lv. 40+] Sword Crush: Attacks the enemy with 487 Power added to P. Atk. and inflicts Shock for 7 seconds. Requires a sword or dual-sword weapon. Does not work in olympiad matches.  Songs: Increased time duration of songs to 20 minutes (+Time enchant extends time duration up to 47 minutes)  [New from lv. 40+] Mechanical Smash: Swings a spear to attack nearby enemies with 421 Power added to P. Atk. and causes Stun for 9 seconds. Requires a polearm to be equipped.  [New from lv. 40+] Provoke (ONLY WARSMITH): Provokes enemies within a wide range and decreases Resistance to spear weapons by 10 for 10 seconds.  Chain Heal: Adjusted the learning level to level 80.  [Shilien Saint NEW lv. 80] Lord of Vampires: For 30 seconds, gives all party members the ability to recover as HP 80% of the damage inflicted on the enemy.  Healers' Skills Transfer: Increased the Holy Pomander amount for Eva's Saint & Cardinals to 2.  Dagger Mastery [Trigger]: Increased the Dagger Mastery trigger duration to 15 seconds and increases Speed by +4.  [NEW] Bow Mastery [Trigger]: Bow Mastery will now trigger an active buff for 15 seconds that will increase Bow/Crossbow range by 20, Accuracy by 3 and Speed by 4.  Premium Buffs (Agathions Buffs): Increased time duration to be 4 hours.  Chant of Victory & Proof of Fire/Wind/Water: Increased time duration to be 20 minutes (+Time enchant extends time duration up to 40 minutes).  [NEW] Frintezza Welcome Skill(all classes): Increased weight limit by 4 and opens 24 inventory slots.  Warcry: Increased time duration to be 20 minutes.  Battle Roar: Increased time duration to be 20 minutes.  Thrill Fight: Increased time duration to be 20 minutes.  Fell Swoop: Increased time duration to be 20 minutes.  Majesty: Increased time duration to be 20 minutes.  Hawkeye: Eliminated the -10% P.def penalty and increased time duration to be 20 minutes.  Focus chance: Increased time duration to be 20 minutes.  Focus power: Increased time duration to be 20 minutes.  Focus Death: Increased time duration to be 20 minutes.  Mortal Strike: Increased time duration to be 20 minutes.  Seed of Fire/Water/Wind: Increased time duration to be 20 minutes.  Warrior Servitor: Increased time duration to be 20 minutes.  Wizard Servitor: Increased time duration to be 20 minutes.  Assassin Servitor: Increased time duration to be 20 minutes.  Final Servitor: Increased time duration to be 20 minutes.  Rage: Increased time duration to be 20 minutes.  Dark Form: Increased time duration to be 20 minutes.  Totem of Bear: Increased time duration to be 20 minutes.  Totem of Wolf: Increased time duration to be 20 minutes.  Totem of Ogre: Increased time duration to be 20 minutes.  Totem of Puma: Increased time duration to be 20 minutes.  Totem of Bison: Increased time duration to be 20 minutes.  Totem of Rabbit: Increased time duration to be 20 minutes.  Totem of Hawk: Increased time duration to be 20 minutes.  Battle Cry: Increased time duration to be 20 minutes.  Blood Pact: Increased time duration to be 20 minutes.  Furious Soul: Increased time duration to be 20 minutes.  Feline Queen Buffs: Increased time duration to be 20 minutes.  Seraphim the Unicorn Buffs: Increased time duration to be 20 minutes. Frintezza II Creator https://frintezzal2.com Join our Discord channel
    • We are introducing a Loyalty Program for streamers who show the in-game world situation. As a L2Metawars streamer you will get the gift listed below every week:    🔹Premium Account - 7 days   Conditions for streamers:   Your stream must contain L2MetaWars in its title and L2MetaWars banner or logo in its window. All the streamed materials have to be saved! 20 hours of transmission per week grants a gift. Gifts given every Monday. First gift u can get on June 3 and you will need only 10h+ of streaming. You must put link on you stream in special streaming channel on discord when you start broadcasting.   Special role on discord for streamers you will have to message  @MetaMan on Discord with a link to your streaming channel and ask for the reward. Gift given each Monday.
  • Topics

×
×
  • Create New...