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

    • ✨ We believe that technology is worthless without a human touch. A service can be fast, convenient, and modern, but if users are not treated with respect, not listened to, and their problems are not solved, all of this loses its meaning. We believe that respect should go both ways. And that’s why we want to build an audience that’s a pleasure to work with— people who respect us just as much as we respect them (at least a little).   Website: vibe-sms.com Telegram: https://t.me/vibe_sms  
    • 价格更新 – TikTok 账号与新产品. 在流量套利中,TikTok 账号起着关键作用。广告活动的成功以及套利者的收益直接取决于账号的质量。可靠且高质量的账号能够在推广中提供稳定性、信任和长期效果。 在我们这里,您只会找到经过验证的 TikTok 账号,适合开展广告投放、扩展受众和扩大收益。正确选择账号是高效套利的基础! 我们网上商店的完整产品目录: 账号: Telegram、Facebook、Reddit、Twitter (X)、Instagram、YouTube、TikTok、Discord、VK、LinkedIn、GitHub、Snapchat、Gmail、邮箱账号 (Outlook、Firstmail、Rambler、Onet、Gazeta、GMX、Yahoo、Proton、Web.de)、Google Voice、Google Ads 高级订阅: Telegram Premium、Twitter Premium X、YouTube Premium、Spotify Premium、Netflix Premium、Discord Nitro、ChatGPT Plus/PRO、XBOX Game Pass 附加服务: Telegram Stars、代理 (IPv4、IPv6、ISP、移动)、VPN (Outline、WireGuard 等)、VDS/RDP 服务器 优惠码: AUGUST2025 (九折优惠) 支付方式: 银行卡 · 加密货币 · 其他常用方式 相关链接: ➡ 网店: 点击 ➡ Telegram 机器人: 点击 ➡ SMM 面板: 点击 – 推广您的社交媒体账号 使用我们的 SMM 面板 可提升 Facebook、Instagram、Telegram、Spotify、Soundcloud、YouTube、Reddit、Threads、Kick、Discord、LinkedIn、Likee、VK、Twitch、Kwai、Reddit、网站流量、TikTok、Trust Pilot、Apple Music、Tripadvisor、Snapchat 及其他数字产品。 首次体验 SMM 面板可获得 1 美元:只需在 我们的网站 (支持) 提交工单,主题填写 “Get Trial Bonus”。 更新后的TikTok 账号种类与价格调整: TIKTOK 新账号 TikTok 蓝 V 认证账号 | 真实账号,拥有真实粉丝与互动 | 官方认证 | 当前价格: $2500 TikTok 高质量新自动注册账号 | 国家:美国和欧洲 | 完整访问权限 (包含邮箱) | 起价 $0.2 TIKTOK – 空号自动注册 II 通过 @RAMBLER.RU/@FIRSTMAIL 验证 II 包含邮箱,使用 RU IP 注册 | 起价 $0.1 自动注册 TikTok 账号 II 通过 rambler.ru 邮箱验证,包含邮箱 II 性别混合 II 拉丁名 II 空白资料 II 使用混合 IP 注册 | 起价 $0.1 粉丝账号 自动注册 TikTok 账号 II 100+ 粉丝 II 通过邮箱验证 @hotmail/@outlook/@firstmail/@rambler,包含有效邮箱 II 性别混合 II 拉丁名 II 使用混合 IP 注册 | 起价 $0.39 自动注册 TikTok 账号 II 1000+ 粉丝 II 邮箱验证,包含有效邮箱 II 性别混合 II 拉丁名 II 支持开播+可加链接 II 使用混合 IP 注册 | 起价 $2.5 自动注册 TikTok 账号 II 5000 粉丝 II 邮箱验证,包含有效邮箱 II 性别混合 II 拉丁名 II 支持开播+可加链接 II 使用混合 IP 注册 | 起价 $10 自动注册 TikTok 账号 II 10,000+ 粉丝 II 邮箱验证,包含有效邮箱 II 性别混合 II 拉丁名 II 支持开播+可加链接 II 使用混合 IP 注册 | 起价 $19 老号 (有/无粉丝) TikTok 高质量老号 | 年份:2022-2024 | 国家:混合 | 完整访问权限 (包含邮箱) | 起价 $0.35 TikTok 高质量老号 (粉丝数量 100-10,000 可选) | 年份:2022-2024 | 国家:混合 | 完整访问权限 (包含邮箱) | 起价 $0.89 TIKTOK 广告账号 TIKTOK 广告账号 | 区域:欧洲 | 预付 | 手工注册 | 邮箱访问 + Cookies + VAT 信息 | 起价 $1 TIKTOK 广告账号 | 区域:美国 | 预付 | 手工注册 | 邮箱访问 + Cookies + VAT 信息 | 起价 $1 TIKTOK 广告账号 | 区域:美国 | 企业认证 + 后付 | 手工注册 | 邮箱访问 + Cookies + VAT 信息 | 起价 $3.5 TIKTOK 广告账号 | 区域:欧洲 | 企业认证 + 后付 | 手工注册 | 邮箱访问 + Cookies + VAT 信息 | 起价 $3.5 TIKTOK 广告账号 | 区域:欧洲 | 后付+企业中心 | 3 个广告账户 + 1 个个人账户 | 可能包含 $20-$100 广告优惠券 | 手工注册 | 邮箱访问 + Cookies + VAT 信息 | 起价 $8 TIKTOK 广告账号 | 区域:美国 | 后付+企业中心 | 3 个广告账户 + 1 个个人账户 | 可能包含 $20-$100 广告优惠券 | 手工注册 | 邮箱访问 + Cookies + VAT 信息 | 起价 $8 老客户 – 额外 折扣 和 优惠码! 9–8 折 或 注册赠送 $1 如果您想获得注册赠送 $1 或首次购买享受 9–8 折优惠,可以留言: "SEND ME BONUS, MY USERNAME IS..." 您也可以在首次购买时使用优惠码: SOCNET (85 折优惠) 联系方式与支持: ➡ Telegram: https://t.me/socnet_support ➡ Telegram 频道: https://t.me/accsforyou_shop ➡ WhatsApp: https://wa.me/79051904467 ➡ WhatsApp 频道: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n ➡ Discord: socnet_support ➡ Discord 服务器: https://discord.gg/y9AStFFsrh ➡ ✉ 邮箱: solomonbog@socnet.store 通过以上联系方式您还可以: — 咨询批发采购 — 建立合作关系 (当前合作伙伴: https://socnet.bgng.io/partners) — 成为我们的供应商 SocNet – 数字商品与高级订阅商店
    • 价格更新 – TikTok 账号与新产品. 在流量套利中,TikTok 账号起着关键作用。广告活动的成功以及套利者的收益直接取决于账号的质量。可靠且高质量的账号能够在推广中提供稳定性、信任和长期效果。 在我们这里,您只会找到经过验证的 TikTok 账号,适合开展广告投放、扩展受众和扩大收益。正确选择账号是高效套利的基础! 我们网上商店的完整产品目录: 账号: Telegram、Facebook、Reddit、Twitter (X)、Instagram、YouTube、TikTok、Discord、VK、LinkedIn、GitHub、Snapchat、Gmail、邮箱账号 (Outlook、Firstmail、Rambler、Onet、Gazeta、GMX、Yahoo、Proton、Web.de)、Google Voice、Google Ads 高级订阅: Telegram Premium、Twitter Premium X、YouTube Premium、Spotify Premium、Netflix Premium、Discord Nitro、ChatGPT Plus/PRO、XBOX Game Pass 附加服务: Telegram Stars、代理 (IPv4、IPv6、ISP、移动)、VPN (Outline、WireGuard 等)、VDS/RDP 服务器 优惠码: AUGUST2025 (九折优惠) 支付方式: 银行卡 · 加密货币 · 其他常用方式 相关链接: ➡ 网店: 点击 ➡ Telegram 机器人: 点击 ➡ SMM 面板: 点击 – 推广您的社交媒体账号 使用我们的 SMM 面板 可提升 Facebook、Instagram、Telegram、Spotify、Soundcloud、YouTube、Reddit、Threads、Kick、Discord、LinkedIn、Likee、VK、Twitch、Kwai、Reddit、网站流量、TikTok、Trust Pilot、Apple Music、Tripadvisor、Snapchat 及其他数字产品。 首次体验 SMM 面板可获得 1 美元:只需在 我们的网站 (支持) 提交工单,主题填写 “Get Trial Bonus”。 更新后的TikTok 账号种类与价格调整: TIKTOK 新账号 TikTok 蓝 V 认证账号 | 真实账号,拥有真实粉丝与互动 | 官方认证 | 当前价格: $2500 TikTok 高质量新自动注册账号 | 国家:美国和欧洲 | 完整访问权限 (包含邮箱) | 起价 $0.2 TIKTOK – 空号自动注册 II 通过 @RAMBLER.RU/@FIRSTMAIL 验证 II 包含邮箱,使用 RU IP 注册 | 起价 $0.1 自动注册 TikTok 账号 II 通过 rambler.ru 邮箱验证,包含邮箱 II 性别混合 II 拉丁名 II 空白资料 II 使用混合 IP 注册 | 起价 $0.1 粉丝账号 自动注册 TikTok 账号 II 100+ 粉丝 II 通过邮箱验证 @hotmail/@outlook/@firstmail/@rambler,包含有效邮箱 II 性别混合 II 拉丁名 II 使用混合 IP 注册 | 起价 $0.39 自动注册 TikTok 账号 II 1000+ 粉丝 II 邮箱验证,包含有效邮箱 II 性别混合 II 拉丁名 II 支持开播+可加链接 II 使用混合 IP 注册 | 起价 $2.5 自动注册 TikTok 账号 II 5000 粉丝 II 邮箱验证,包含有效邮箱 II 性别混合 II 拉丁名 II 支持开播+可加链接 II 使用混合 IP 注册 | 起价 $10 自动注册 TikTok 账号 II 10,000+ 粉丝 II 邮箱验证,包含有效邮箱 II 性别混合 II 拉丁名 II 支持开播+可加链接 II 使用混合 IP 注册 | 起价 $19 老号 (有/无粉丝) TikTok 高质量老号 | 年份:2022-2024 | 国家:混合 | 完整访问权限 (包含邮箱) | 起价 $0.35 TikTok 高质量老号 (粉丝数量 100-10,000 可选) | 年份:2022-2024 | 国家:混合 | 完整访问权限 (包含邮箱) | 起价 $0.89 TIKTOK 广告账号 TIKTOK 广告账号 | 区域:欧洲 | 预付 | 手工注册 | 邮箱访问 + Cookies + VAT 信息 | 起价 $1 TIKTOK 广告账号 | 区域:美国 | 预付 | 手工注册 | 邮箱访问 + Cookies + VAT 信息 | 起价 $1 TIKTOK 广告账号 | 区域:美国 | 企业认证 + 后付 | 手工注册 | 邮箱访问 + Cookies + VAT 信息 | 起价 $3.5 TIKTOK 广告账号 | 区域:欧洲 | 企业认证 + 后付 | 手工注册 | 邮箱访问 + Cookies + VAT 信息 | 起价 $3.5 TIKTOK 广告账号 | 区域:欧洲 | 后付+企业中心 | 3 个广告账户 + 1 个个人账户 | 可能包含 $20-$100 广告优惠券 | 手工注册 | 邮箱访问 + Cookies + VAT 信息 | 起价 $8 TIKTOK 广告账号 | 区域:美国 | 后付+企业中心 | 3 个广告账户 + 1 个个人账户 | 可能包含 $20-$100 广告优惠券 | 手工注册 | 邮箱访问 + Cookies + VAT 信息 | 起价 $8 老客户 – 额外 折扣 和 优惠码! 9–8 折 或 注册赠送 $1 如果您想获得注册赠送 $1 或首次购买享受 9–8 折优惠,可以留言: "SEND ME BONUS, MY USERNAME IS..." 您也可以在首次购买时使用优惠码: SOCNET (85 折优惠) 联系方式与支持: ➡ Telegram: https://t.me/socnet_support ➡ Telegram 频道: https://t.me/accsforyou_shop ➡ WhatsApp: https://wa.me/79051904467 ➡ WhatsApp 频道: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n ➡ Discord: socnet_support ➡ Discord 服务器: https://discord.gg/y9AStFFsrh ➡ ✉ 邮箱: solomonbog@socnet.store 通过以上联系方式您还可以: — 咨询批发采购 — 建立合作关系 (当前合作伙伴: https://socnet.bgng.io/partners) — 成为我们的供应商 SocNet – 数字商品与高级订阅商店
    • Price Update on TikTok Accounts and New Products. In traffic arbitrage, TikTok accounts play a key role. The success of advertising campaigns and, consequently, the income of an arbitrager directly depend on their quality. Reliable and high-quality accounts provide stability, trust, and long-term results in promotion. With us, you will find only verified TikTok accounts suitable for launching advertising campaigns, growing audiences, and scaling profits. The right account choice is the foundation of effective arbitrage! Full assortment of our online store: Accounts: Telegram, Facebook, Reddit, Twitter (X), Instagram, YouTube, TikTok, Discord, VK, LinkedIn, GitHub, Snapchat, Gmail, mail accounts (Outlook, Firstmail, Rambler, Onet, Gazeta, GMX, Yahoo, Proton, Web.de), Google Voice, Google Ads Premium Subscriptions: Telegram Premium, Twitter Premium X, YouTube Premium, Spotify Premium, Netflix Premium, Discord Nitro, ChatGPT Plus/PRO, XBOX Game Pass Additional Services: Telegram Stars, proxies (IPv4, IPv6, ISP, Mobile), VPN (Outline, WireGuard, others), VDS/RDP servers Promo code: AUGUST2025 (10% discount) Payment: bank cards · cryptocurrency · other popular methods Relevant links: ➡ Online store: Click ➡ Telegram bot: Click ➡ SMM Panel: Click – promotion of your social media accounts Use our SMM Panel to boost Facebook, Instagram, Telegram, Spotify, Soundcloud, YouTube, Reddit, Threads, Kick, Discord, LinkedIn, Likee, VK, Twitch, Kwai, Reddit, website traffic, TikTok, Trust Pilot, Apple Music, Tripadvisor, Snapchat, and other digital products. Get $1 for the first trial run of the SMM Panel: just open a ticket with the subject “Get Trial Bonus” on our website (Support). Updated TikTok account assortment and price changes: TIKTOK NEW ACCOUNTS TikTok Verified Account with a Blue Checkmark | Real account with genuine followers and activity | Officially verified by TikTok. Current price: $2500. TikTok High-Quality New AutoReg Account | Country: USA and Europe | Full access (email is included) | Price from $0.2 TIKTOK - Empty(clear) autoreg accounts II CONFIRMED BY @RAMBLER.RU/@FIRSTMAIL II EMAIL INCLUDED, Registered with RU IP | Price from $0.1 Autoreg TikTok accounts II Verified through email rambler.ru, email included II Gender MIX II Latin name II Empty profile II Registered with MIX IP | Price from $0.1 ACCOUNTS WITH FOLLOWERS Autoreg TikTok accounts II 100+ followers II Email verified @hotmail/@outlook/@firstmail/@rambler, email included in the package (working) II Gender: MIX II Latin name II Registered with MIX IP | Price from $0.39 Autoreg TikTok accounts II 1000+ followers II Email verified @hotmail/@outlook/@firstmail/@rambler, email included in the package (working) II Gender: MIX II Latin name II Open Stream + Can insert a link II Registered with MIX IP | Price from $2.5 Autoreg TikTok accounts II 5000 followers II Email verified @hotmail/@outlook/@firstmail/@rambler, email included in the package (working) II Gender: MIX II Latin name II Open Stream + Can insert a link II Registered with MIX IP | Price from $10 Autoreg TikTok accounts II 10,000+ followers II Email verified @hotmail/@outlook/@firstmail/@rambler, email included in the package (working) II Gender: MIX II Latin name II Open Stream + Can insert a link II Registered with MIX IP | Price from $19 OLD ACCOUNT WITHOUT/WITH FOLLOWERS TikTok High-Quality Account | Age: 2022-2024 | Country: MIX | Full access (email is included) | Price from $0.35 TikTok Old High-Quality Account with followers: 100-10,000 (amount of followers of your choice) | Age: 2022-2024 | Country: MIX | Full access (email is included) | Price from $0.89 TIKTOK ADS TIKTOK ADS ACCOUNTS | GEO: Europe | PREPAY | Manual Registration | Email access + Cookies + VAT Info | Price from $1 TIKTOK ADS ACCOUNTS | GEO: United States | PREPAY | Manual Registration | Email access + Cookies + VAT Info | Price from $1 TIKTOK ADS ACCOUNTS | GEO: United States | Business Verified + POSTPAY | Manual Registration | Email access + Cookies + VAT Info | Price from $3.5 TIKTOK ADS ACCOUNTS | GEO: Europe | Business Verified + POSTPAY | Manual Registration | Email access + Cookies + VAT Info | Price from $3.5 TIKTOK ADS ACCOUNTS | GEO: Europe | POSTPAY+BUSINESS CENTRE | 3 advertising accounts for running ads + 1 personal | May include coupons for advertising $20-$100 | Manual Registration | Email access + Cookies + VAT Info | Price from $8 TIKTOK ADS ACCOUNTS | GEO: United States | POSTPAY+BUSINESS CENTRE | 3 advertising accounts for running ads + 1 personal | May include coupons for advertising $20-$100 | Manual Registration | Email access + Cookies + VAT Info | Price from $8 For regular clients – additional discounts and promo codes! Discount 10% – 20% or BONUS $1 for registration If you want to receive a $1 BONUS for registration OR a 10% – 20% discount on your first purchase, you can leave a comment: "SEND ME BONUS, MY USERNAME IS..." You can also use a promo code for the first purchase: SOCNET (15% discount) Contacts and support: ➡ Telegram: https://t.me/socnet_support ➡ Telegram Channel: https://t.me/accsforyou_shop ➡ WhatsApp: https://wa.me/79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n ➡ Discord: socnet_support ➡ Discord Server: https://discord.gg/y9AStFFsrh ➡ ✉ Email: solomonbog@socnet.store Also via these contacts you can: — Consult about wholesale purchases — Establish a partnership (current partners: https://socnet.bgng.io/partners ) — Become our supplier SocNet – Digital Goods and Premium Subscriptions Store  
    • Discord         :  utchiha_market Telegram        : https://t.me/utchiha_market Auto Buy Store  : https://utchiha-market.mysellauth.com/ Not sure if we’re legit? Check Our server — real reviews, real buyers https://discord.gg/4EPpYhe2HA  | https://campsite.bio/utchihaamkt
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock