Jump to content

Question

Posted (edited)

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

Recommended Posts

  • 0
Posted

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.

  • 0
Posted (edited)
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
  • 0
Posted
  • 0
Posted (edited)

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
  • 0
Posted (edited)

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
  • 0
Posted

@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?

  • 0
Posted (edited)

@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
  • 0
Posted

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.

Guest
This topic is now closed to further replies.



  • Posts

    • Any updated links for this content? 
    • Opening April 25 at 19:00 (UTC +3) Open Beta Test from April 21 This is pre-announcing of NEW season server, so we want to share some key points of it. Full details with road map, patch notes we will announce a bit latter If this is your first time on Dex and you haven’t played on our seasonal servers before, the information below will help you understand what our project is about and its key features. Dex veterans can skip the following section and go straight to the “What’s New in the New Season” part. Why Choose Dex? Best Balance on Interlude+ - we offer the most polished balance among all modified Interlude servers(It may not be perfect yet, but we are committed to continuous improvements and refinements. ). Our build is 100% unique, developed on retail PTS files, and refined over 6+ years. This is not a copy–paste pack – it’s our own work, shaped by players feedback and suggestions for more than 6 years. Proven Stability & Long-Term Life - Our Union x25 server has been running since April 2020 – 6 years of stability and still active with strong online! This makes Dex the only server with real players (not phantoms) with such a setup and longevity. Always Fresh, Always Engaging - Every Seasonal server comes with a clear roadmap of changes and updates. At the end of the season, the server merges with Union, so your effort is never wasted. New players can start fresh together with everyone else on the new season. Before the merge, we run exclusive boosted events for about a month, giving seasonal players a massive head start. (Union players don’t get these events) Endless Endgame Content - High-end activities, unique PvP events, and continuous new features will keep you engaged long-term. We’re always working to improve and deliver fresh, fun content for our community. All your progress, items, and characters are safe - when the season ends, you continue on Union. Main features Modern Classic client (less lags, smoother gameplay, a lot of useful interface features). Anti-bot protection - we use our own system in combine with popular solutions like AAC, so in the end our project have one of the best anti-bot shield exists. Buff book to buff yourself or your summon/pet. With regular buff book you can create only 1 buff profile, if you need more - get the modern buff book and create up to 10 profiles! 36 buff slots - 24 regular buffs, and addictiona 12 slots for Dance/Song Daily rewards - login to the game every day and get rewards. Expanded subclass slots - you can have 5 subclasses from the beginning and expand up to 10. Class/Gender change - you can change your main class and gender if you want. Masterwork items (can be obtained by crafting or farming RBs, have better bonuses than regular items). Item Broker Auctions in towns can sell some epic jewelry and other useful goods for adena (3 times per week). Giran Harbor Fair - daily event which allows you to get rare items for adena. Talents - special tree with passive skills which will help you to tune your class better. Events like TvT and new event WarHunt Epic Replica system. Episodes - we open new content step by step to keep you engaged, bring more fun and extend the game. Episodes reveal following features: Progressive grade unlocks: B-grade is max available at launch → then A-grade opens → later S-grade. Reworked locations: Mithril Mines and Plunderouse Plains Hellbound Island Isle of Preyer, with new content, new Dynasty gear PvP item improvement allows you to improve your items with additional bonuses. Charms can be equipped in one of the special slots that open when wearing a bracelet. Each type of charm grants the wearer certain bonuses New Epic Bosses - Freya, Beleth, Tiat, Trasken Cyclic macros (macros restarts when finishes) What’s New in the Upcoming Season? Below is a brief overview of the main changes coming in the new season, along with short explanations. More detailed information about each feature will be published later, most likely in our wiki. Divisions We plan to test a Division system on Dex, initially only for low-tier epic bosses (AQ, Core, Orfen, Zaken). At the same time as the main Epic Boss respawn, an additional instance version of the boss will appear. Clans from the big war will not be able to enter this instance. The drop table is identical to the main boss, but the Epic Jewelry have not a 100% drop chance. Mithril Mines /data/attachments/4/4662-e7b9c5989ccf81d0b2d48e88b7aa9bc7.jpg A reworked location that will open on the first Monday after S-grade becomes available. In this zone you will be able to: Obtain alternative recipes for S-grade equipment Get your first Charms and upgrade them up to Level 3 Obtain bracelets with 2 Charm slots Farm Void Neolithics (used for upgrade any item to Masterwork, but lose enchant level) 2 New Raid Bosses with valuable drop Fight the Raid Boss Trasken Plunderous Plains /data/attachments/4/4661-2ecd2d0a4702d31c1ba26d4b7e369285.jpg Another reworked location, which will open one week after Mithril Mines. This zone provides: GCM drops LS drop More different Charms 2 New Raid Bosses with valuable drop 3-slot Charm bracelet The ability to make PvP versions of equipment Isle of Prayer A location where players will be able to obtain a new type of equipment - Dynasty. This area will also provide: More different Charms 4-slot Charm bracelet Upgrade charms to level 4 Hellbound Hellbound is now an endgame location. Almost everything can be farmed there, and the drop quality is very high. However, the location will only be available during weeks without Olympiad battles. This means it will be open for one week and closed for the next. This area will also provide: 5-6 slot Charm bracelet bracelet engravement ancient scrolls Best drop GCM Best drop LS More different charms Upgrade charms to level 5 Talents An additional talent tree has been added: the PvE branch. The PvE talent tree has its own limits and does not overlap with the standard tree. Olympiad The Olympiad will now run 5 days per week, from Wednesday to Sunday. Each day you will have a limit on the number of battles you can participate in. War Hunt Event A new event. Players who previously played on Skadi may already be familiar with it. The idea is simple: You enter a PvP zone Killing monsters grants points These points can be exchanged for rewards Killing other players allows you to steal their points PvE / PvP Layers The locations Mithril Mines, Plunderous Plains, IOP and Hellbound will have two separate layers. The drop on both versions are identical. Open World Version: Full PvP zone Instance Version: No PvP zone, works like the regular world with standard war/flag/PK rules Players who enjoy PvP can defend their farming spots and gain extra advantage, while players who prefer a safer farming experience can use the instance version, though with more competition and higher population. As you can see, this season brings quite a lot of changes However, these are mostly content-related additions - the core spirit and classic gameplay of the season remain unchanged. Please note that this is a pre-announcement, and some details may still change before the Beta Test begins. A full roadmap and patch notes will be published later. https://forum.lineage2dex.com/threads/16738/#lg=post-72311&slide=0  
    • Automatic Streamer Rewards System (Twitch / Kick / TikTok) Hey everyone, I’ve developed a Streamer Rewards system for Lineage 2 servers that automatically rewards players who stream the server. The system works fully automatic: Detects if the streamer is currently live Checks if the stream title contains the server name If everything matches, the system sends a custom reward coin to the streamer’s character Rewards are given every 30 minutes while streaming Supported platforms Twitch Kick TikTok Live Configurable options Reward Item ID Reward interval time Server name keyword detection Character name linked to the streamer This makes it easy to encourage players to promote the server without manual work from admins. Example flow: Player goes live on Twitch/Kick/TikTok Stream title includes the server name System detects the stream automatically Every 30 minutes the player receives a reward coin in-game Setup I can also help set up and integrate the system with your server. Works with custom coin rewards Can be configured for different intervals Additional help with installation and configuration available If you're interested or want more details, feel free to send me a PM. I also have a ticket ping system, if new ticket created on the website you can make it send you a ping on discord server for selected roles (support and stuff) but this one is basic and most likely not needed, my discord: zujarka
    • General Trackers :   IPTorrents invite IPTorrents account 1 tb TorrentLeech invite Torrentleech account 1 tb buffer  InTheShaDow ( ITS ) account Acid-lounge invite Torrentday invite Crnaberza account Abn.Lol account Limit-of-eden account Norbits account Xspeeds account Xspeeds invite Bemaniso invite Wigornot account Bithumen invite Filelist account Funfile invite AvistaZ invite Potuk.net invite ResurrectThe.Net invite GrabThe.Info invite Greek-Team invite LinkoManija invite Fano.in account tracker.czech-server.com Speed.cd invite Arab-torrents.net account Arabscene.me account Scenetime account 4thd.xyz invite Btarg.com.ar account Dedbit invite Estone.cc account Speedapp invite Finvip invite Fluxzone account GigaTorrents account Gimmepeers account Haidan.video invite Mojblink account Mycarpathians invite Newinsane.info account Oscarworld.xyz account Peers.FM invite Pt.msg.vg account Ransackedcrew account Redemption invite Scene-rush account Seedfile.io invite Teracod invite Torrent.ai account Torrentmasters invite Ttsweb invite X-files invite X-ite invite Ncore account TorrentHR account Rptorrents account BwTorrents account Superbits invite Krazyzone account Immortalseed account Tntracker invite Pt.eastgame.org account Bitturk account Rstorrent account Tracker.btnext invite Torrent-turk.de account BeiTai.PT account Pt.keepfrds account 52pt.site account Pthome account Torrentseeds account Aystorrent account Blues-brothers.biz invite Divteam account Thesceneplace invite CinemaMovies.pl account Brasiltracker account Patiodebutacas account Newheaven.nl account  Swarmazon.club invite Bc-reloaded account Crazyspirits account Silentground invite Omg.wtftrackr invite Milkie.cc invite Breathetheword invite Madsrevolution account Chilebt account Yubraca account Uniongang.tv account Frboard account Exvagos account Diablotorrent account Microbit account Carp-hunter.hu account Majomparade.eu account Theshinning.me account Youiv.info account Dragonworld-reloaded account Sharewood.tv account Partis.si account Digitalcore.club invite Fuzer.me account R3vuk.wtf invite Ztracker account 1 tb buffer 3changtrai account Best-core.info account Bitsite.us account Eliteunitedcrew invite Exitorrent.org account Tophos invite Torrent.lt account Sktorrent.eu account Oshen account Pirata.digital account Esharenet account Ohmenarikgi.la Pirate-share account Immortuos account Kiesbits account Cliente.amigos-share.club account Broadcity invite Ilovetorzz account Torrentbytes account Polishsource account Portugas account Shareisland account ArabaFenice account Hudbt.hust.edu.cn account Audiences account Nanyangpt account Pt.sjtu.edu.cn account Pt.zhixing.bjtu.edu.cn account Byr.pt invite Ptfiles invite Red-bits account Pt.hdpost.top account Irrenhaus.dyndns.dk (NewPropaganda) account Mnvv2.info (MaxNewVision V2) account 1ptba.com account Spidertk.top account Film-paleis account Generation-free account Aftershock-tracker account Twilightsdreams account Back-ups.me invite Sor-next.tk ( Spirit Of Revolution ) account Tfa.tf ( The Falling Angels ) account Hdmayi account S-f-p.dyndns.dk ( Share Friends Projekt ) account Unlimitz.biz account Pttime account St-tracker.eu account New-retro.eu account Zbbit account Tigers-dl.net account Jptvts.us account Lat-team account Club.hares.top account Falkonvision-team account Concen account Drugari account T.ceskeforum account Peeratiko.org account Zamunda.se account Central-torrent.eu account h-o-d.org account Torrentleech.pl account Demonoid invite Lst.gg account Fakedoor.store account LaidBackManor account Vrbsharezone.co.uk invite Torrenteros account Arenaelite account Datascene account Tracker.0day.community Tapochek.net invite Ptchina invite Lesaloon account Exyusubs account Therebels.tv account Ubits.club invite Zmpt.cc account Turktorrent.us account Dasunerwarte account Hawke.uno account Monikadesign account Fearnopeer account Alpharatio account Wukongwendao.top account Chinapyg account Azusa.wiki account Yggtorrent.top account Torrentdd account Cyanbug.net invite Hhanclub.top account Wintersakura.net account Xthor account Tctg.pm account Finelite invite Agsvpt.com account Pt.0ff.cc invite Qingwapt.com account Xingtan.one account Ptcafe.club invite W-o-t.pro account Coastal-crew.bounceme.net account Darkpeers.org account Pianyuan.org account Seedpool.org  account Tempelbox account Pt.itzmx.com account Itatorrents.xyz  account Letseed.org account The-new-fun.com  account Malayabits.cc account Trellas.me account Yu-scene.net account Futuretorrent.org account Bitpt.cn account Tocashare.biz  account Videoteka.org  account White-angel.hu account Xbytesv2.li account Torr9  account Desitorrents account Okpt.net account Samaritano.cc account Polishtorrent.top  account C411.org account Bigcore.eu account BJ-Share.info account Infinitylibrary.net account Beload.org account Emuwarez.com account Yhpp.cc account Funsharing ( FSC ) account Rastastugan account Tlzdigital account account Upscalevault account Bluraytracker.cz account Torrenting.com account Infire.si account Dasunerwartete.biz invite The-torrent-trader account New-asgard.xyz account Pandapt account Deildu account Tmpt.top invite Pt.gtk.pw account Media.slo-bitcloud.eu account P.t-baozi.cc account 13city.org account Cangbao.ge account Cc.mypt.cc invite Dubhe.site invite Hdbao.cc account Kufei.org invite Mooko.org account Pt.aling.de invite Pt.lajidui.top invite Longpt.org invite Pt.luckpt.de invite Ptlover.cc invite Raingfh.top account Sewerpt.com account   Movies Trackers :   Secret-cinema account Anthelion account Pixelhd account Cinemageddon account Cinemaz account Retroflix account Classix-unlimited - invite Movie-Torrentz (m2g.link) invite Punck-tracker.net account Tmghub account Cathode-ray.tube account Greatposterwall account Arabicsource.net account Upload.cx account Crabpt.vip invite Onlyencodes.cc account Exyusubs account Hellashut.net invite Nordichd.sytes.net invite Locadora.cc account   HD Trackers :   Blutopia buffered account Hd-olimpo buffered account Hdf.world account Torrentland.li account HdSky account Hdchina account Chdbits account Totheglory account Hdroute account Hdhome account TorrentCCF aka et8.org account 3DTorrents invite HD-Torrents account Bit-HDTV account HDME.eu invite Hdarea.co account Asiancinema.me account JoyHD invite HDSpace invite CrazyHD invite Bluebird-hd invite Htpt.cc account Hdtime invite Ourbits.club account Hd4fans account Siambit account Privatehd account Springsunday account Tjupt account Hdcity.leniter invite Ccfbits account Discfan account Pt.btschool.club account Ptsbao.club invite Hdzone.me invite Danishbytes account Zonaq.pw account Tracker.tekno3d account Arabp2p account Hd-united account Reelflix.xyz account Hdatmos.club account Anasch.cc invite Tigris-t account Nethd.org account Hd.ai invite Hitpt.com account Hdmonkey account Dragonhd.xyz account Hdclub.eu account Forum.bluraycd.com account Carpt account Hdfun.me invite Pt.hdupt invite Puntotorrent account Ultrahd account Rousi.zip account Bearbit account Hdturk.club account Asiandvdclub account Star-space.net account Nordicq.org account Hdkyl.in account Utp.to account Hdzero account Novahd account Hdtorrents.eu account 4k3dyptt account Duckboobee.org invite Si-qi.xyz account   Music Trackers :   Dicmusic account Music-Vid account Open.cd account LzTr account ProAudioTorrents invite Jpopsuki invite TranceTraffic invite Audionews invite Kraytracker invite Libble.me invite Losslessclub invite Indietorrents.com invite Dimeadozen account Funkytorrents invite Karaokedl account zombtracker.the-zomb account Concertos account Sugoimusic account Satclubbing.club invite Metal.iplay invite Psyreactor invite Panda.cd account Adamsfile account Freehardmusic account Tracker.hqmusic.vn accouunt Twilightzoom account 3 tb buffer Hiresmusic account Metalguru account Musictorrents.org account Musebootlegs.com invite Zappateers.com account Jungleland.dnsalias.com account Naftamusic account Bemusic account   E-Learning Trackers :   Theplace account Thevault account Myanonamouse account Libranet account 420Project account Learnflakes account Pt.soulvoice.club account P2pelite account Aaaaarg.fail invite Ebooks-shares.org account Abtorrents account Pt.tu88.men invite Docspedia.world invite   TV-Trackers :   Skipthecommercials.xyz account Cryptichaven account TV-Vault invite Shazbat.TV account Myspleen account Tasmanit.es invite Tvstore.me account Tvchaosuk account Jptv.club account   XXX - Porn Trackers :   FemdomCult account Pussytorrents account Adult-cinema-network account Bootytape account 1 Tb buffer Exoticaz account Bitporn account Kufirc account Gaytorrent.ru invite Nicept account Gay-torrents.org invite Ourgtn account Pt.hdbd.us account BitSexy account Happyfappy.org account Kamept.com account Lesbians4u.org account Fappaizuri.me account   Gaming Trackers :   Mteam.fr account BitGamer invite Retrowithin invite Gamegamept account   Cartoon/Anime/Comic Trackers :   Animeworld account Oldtoons.world account U2.dmhy account CartoonChaos invite Mononoke account Totallykids.tv account Bakabt.me invite Revanime account Ansktracker account Tracker.shakaw.com.br invite Bt.mdan.org account Skyey2.com account Animetracker.cc Adbt.it.cx invite Tracker.uniotaku.com account Mousebits.com account   Sports Trackers :   MMA-Tracker invite T3nnis.tv invite AcrossTheTasman account RacingForMe invite Sportscult invite Ultimatewrestlingtorrents account Worldboxingvideoarchive invite CyclingTorrents account Xtremewrestlingtorrents account Tc-boxing invite Mma-torrents account Aussierul invite Xwt-classics account Racing4everyone account Talk.tenyardtracker account Stalker.societyglitch invite Extremebits invite Rgfootball.net account F1carreras.xyz account   Software/Apps Trackers :   Brokenstones account Appzuniverse invite Teamos.xyz account Macbb.org account Phoenixproject.app account Tormac.org account   Graphics Trackers:   Forum.Cgpersia account Cgfxw account   Others   Hduse.net account Fora.snahp.eu account Makingoff.org/forum account Xrel.to account Undergunz.su account Corebay account Endoftheinter.net ( EOTI ) account Thismight.be invite Skull.facefromouter.space account Avxhm.se (AvaxHome) account Ssdforum account Notfake.vip account Intotheinter.net account Tildes.net invite Thetoonz account Usinavirtual account Hdclasico invite HispaShare account Valentine.wtf account Adit-hd account Forum-andr.net account Warezforums account Justanothermusic.site account Forbiddenlibrary.moe account Senturion.to account Movieparadise account Dcdnet.ru account Sftdevils.net account Heavy-r.com account New-team.org account Ddl.tv account Filewarez.club account Hispamula.org account Hubwarez.tv account Ultim-zone.in account Leprosorium.ru account Planet-ultima.org account The-dark-warez.com account Koyi.pub account Tehparadox.net account Forumophilia account Torrentinvite.fr account Gmgard.com account Board4all.biz account   NZB :   Ninjacentral account Tabula-rasa.pw account Drunkenslug account Drunkenslug invite Usenet-4all account Dognzb.cr invite Kleverig account Nzb.cat account Nzbplanet.net invite Ng4you.com account NZB.to account Samuraiplace account Abhdtv.net account Abook.link account Comix.pw account House-of-usenet Secretbinaries.net account Vnext.to account Stockboxx.top account Sky-of-use.net account Indexer.codeshy.com account Oldboys.pw account Uhd100.com account   Prices start from 3 $ to 100 $   Payment methods: Crypto, Neteller, Revolut   If you want to buy something send me a pm or contact me on:   Email: morrison2102@gmail.com   Discord: LFC4LIFE#4173   Telegram: https://t.me/LFC4LIFE4173   Skype: morrison2102@hotmail.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..