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

    • Introducing: Containers to Roll   Players now have the ability to win containers/cases via the Roll System. Additionally I also added a global leaderboard displaying the users with the most roll games. This can be disabled/enabled via Admin Management Panel. Also improved the winning display with a volumetric Godrays effect.  
    • I search job: posting your advertisement(sale,service) on various forums. Contacts for communication. You can find link for download messenger using Google search.   Telegram https://t.me/negotiato_r @negotiato_r   Element(based in United Kingdom) You can find me using this name. @negotiato-r:matrix.org   Session(based in Switzerland) You can find me using this name. 05770c2eda571fc8d10ec0e79e258ec0d9189def2a3e1f2ace1cd29a2174d40723   Delta Chat(based in Germany) You can find me using the link below. https://i.delta.chat/#1ABEBFFCBC1AEE629111387073FFDA1835BB423E&i=6WtJxcgJGcFD3vIpglQfhe5J&s=f2EkRsqxAeFYep9g9s1y1aIf&a=xuozjaudg%40nine.testrun.org&n=negotiator   I ask administrator or moderator not to consider this link an advertisement for messenger.  This is only link that people can use to contact me.  There is also QR code option,but you have to use mobile phone to access QR code.  This means you have to install VPN app on your mobile phone,then sync your account from your mobile phone to your laptop or computer.  This is a very cumbersome process.  It's much easier to use pre-made link for laptop or computer. Hello. I intermediary. I search job: posting your advertisement(sale,service) on various forums.  My service is free: posting your advertisement(sale,service) on various forums. I know these forum addresses,i can post your ad(for sale,service) on various forums. Dear sellers and those who provide any services. I offer you cooperation. My commission is not taken from your amount,my commission is added to your amount. From money received from guarantor,you pay me my commission.  Payment is made on Tether USDT TRC20 or on Tron TRX. Commission for sending from your wallet to my wallet paid by buyer. When communicating via messenger,please tell me what your commission is for sending on Tether USDT TRC20 or on Tron TRX.  Amount(fees) you'll pay as shipping fee to my wallet will be added to total amount. Payment will be made by guarantor to your payment details. Buyer deposits total amount with my percentage. Send me in messenger your ad copy with price(s). Independently from that through which messenger will be communication,buyer suggests using forum guarantor,gives forum address(http address) and send link(http address) to me,link i will pass on to you(seller) for consideration. If you as seller are not satisfied garant service on proposed forum,i say buyer goodbye and he goes to look for his product(service) from someone else,as result i will wait new buyer.   If sale amount is less than $1000,i receive 20 percent above your total amount. If sale amount is more than $1000,i receive 10 percent above your total amount. I do not deal with either buyers or sellers from Ukraine(i do not cooperate with this country). I will not accept any advertising related to Ukraine,as i do not cooperate with this country. For buyers from other countries guarantor's services are entirely at buyer's expense. You can offer me any other area cooperation that does not violate law.  I do not give 100% guarantee that i will accept your offer,which is not initially related to my advertising area.  It is 50/50 that i will either refuse you or accept your offer.  Everything will depend on whether this offer does not violate law.  I will read information about your product(service) in Google search engine that you offer me for advertising and make decision,which i will inform you in messenger for communication.  I will need some time to familiarize myself with information from Google search engine. I'm currently interested in 4 areas: 1)promotional offers with discounts only(coupons or promo codes):food,shoes,clothing,furniture,cosmetics,household appliances,consumer electronics,taxis,bus tickets,train tickets,plane tickets,hotel tickets,gas coupons or promo codes for car owners I do not advertise Ukraine,do not cooperate with it and have no dealings with it. I will not advertise anything related to carding.  Buyer deposits amount for product(service) plus my commission(20 percent based on amount for product or service) into guarantor and then receives their product(service) in forum transaction.  I would be grateful if it were possible for buyer to receive their goods somehow after depositing money with guarantor,without return address or contact information for future purchases. It's not in my best interests for buyer to communicate directly with you after first purchase. If this isn't possible,then you will simply agree with buyer to receive money with my percentage higher than your initial payment each time. If same customer purchases from you second time,customer pay you together with my percentage and i receive this percentage from you,this will provide additional incentive to advertise,i will promoting you on other forums.     2)selling real estate(houses or apartments) I'm not interested renting. I'm willing to advertise all countries except Russia and Ukraine.  I won't advertise these two countries. I don't advertise Ukraine,don't cooperate with it and have no dealings with it. I'm not interested house or apartment listings that appear on Google search pages,as buyer can find information there themselves without my help and buy house or apartment in desired country. I'm interested house or apartment that aren't listed on Google search. How i see this ad:buyer sees my listing for desired country and if they're interested,they deposit 10 percent listed price for house or apartment in Garant Service. Buyer sets  deadline in forum transaction,during which i either receive my money or don't.  Then buyer receive an address,day and time to meet with seller. Buyer takes lawyer and notary with them and flies(or is driving car) to  given address. If purchase transaction falls through,buyer collects their percentage from guarantor. I don't think buyer willing to buy  house or apartment worth more than 12545$ is willing to cheat me out  that 10 percent by making up  fake story about  failed deal.       3)selling telegram premium status Buyer has two options: 1) transaction through guarantor 2) transaction without guarantor   If transaction is through guarantor. I(intermediary) conduct transaction with guarantor. Buyer specifies following terms in terms transaction: 1) i authorize the disclosure of the transaction name to third parties(that is to you) 2) i authorize the disclosure of the seller's payment details(your payment details) to third parties(that is to you) 3) i authorize the disclosure of the total transaction amount to third parties(that is to you) 4) i do not authorize the disclosure of my profile link on this forum to third parties 5) i do not authorize the disclosure of my contact information(if i have any in my profile on this forum) to third parties   If activating premium status requires logging into buyer's account,i will do this.  You will provide me with instructions on how to activate premium status for buyer's account. If you want to contact me about selling premium status on telegram, but my telegram account is unavailable(account is frozen or telegram system has deleted it),you can contact me using my other contact information. To activate premium status by logging into buyer's account,i will download portable version telegram from official website and launch it on my laptop.  I will enter mobile phone number buyer provides me in messenger they originally contacted me through and send login code to this number.  Buyer will then send me login code. Once transaction is finalized and buyer has deposited funds into guarantor's account I'll notify you via messenger. You register on  forum suggested by buyer.  Message guarantor privately on forum,asking them to share all points I've outlined above.  Buyer will provide  link to guarantor's forum profile in advance or you can find guarantor's forum profile on forum yourself,it's up to you to decide. After verifying that your payment details are included and that transaction amount matches amount agreed upon in messenger, you upgrade buyer to premium status. Your payment details are specified in application,in formquestionnaire for forum transaction,but you won't receive money from guarantor until buyer will not receive service(product),as soon as buyer receives service from you,guarantor will pay you. If buyer has received premium status,you receive funds from guarantor and then pay me my commission using my payment details. The fee for sending from your wallet to my wallet is covered by buyer,not you. When communicating via messenger please tell me your fee for sending to Tether USDT TRC20 or Tron TRX. Buyer deposits funds into guarantor with total amount already including my percentage plus buyer's fee for sending,which you will spend by paying me my percentage when transferring from Tether USDT TRC20 or Tron TRX. If transaction is without guarantor. Buyer pays money to your payment details received from me via messenger and waits for service to be rendered. I will inform buyer total amount when communicating via messenger. You upgrade buyer to premium status through me and then you pay me my percentage to my payment details.  If activating premium status requires logging into buyer's account. I will do so.  You will provide me with instructions on how to activate premium status for buyer's account. Fee for sending from your wallet to my wallet is covered by buyer,not you.  When communicating via messenger please tell me your fee for sending to Tether(USDT TRC20) or Tron(TRX). Buyer pays you total amount,including my percentage plus buyer's fee for sending,which you will spend by paying me my percentage when transferring from Tether USDT TRC20 or Tron TRX.       4)i offer cooperation to specialists who provide services for collecting and submitting documents to consulate for citizenship,residence permits,visas and schengen visas I will advertise service collecting and sending documents to consulate only for following countries:Commonwealth of Independent States,Europe,Mexico,United states america,Canada,United Kingdom,Asia,Africa. Russia and Ukraine:these two countries i will not advertise. Buyer pays guarantor(amount from seller) for service for collecting and sending documents to consulate plus my commission(10 or 20 percent based on service fee). Buyer sets deadline in forum transaction within which they must receive service. Then in forum transaction buyer wait provision service. If after specified period(which will be specified in transaction),consulate refuses client's service,you as specialist have right to charge exact amount for your work through guarantor,since you spent your time on it(this clause will be specified in transaction). What will be amount you will decide,send solution through me.I'll let the buyer know. Client does not pay my percentage if consulate refuses client's service(this clause will be specified in transaction).  In case refusal to buyer from consulate you will need to confirm this refusal through website. Whenever you collect and submit documents on country's website,request is created through their website.  You will provide access to this request to guarantor.  This is necessary to ensure that buyer doesn't pay for nothing,meaning amount you will be required to receive through  guarantor for service provided if  consulate's request is unsuccessful.
    • Hey MaxCheaters! 👋 Introducing L2Soon.com — a free international platform for Lineage 2 server announcements.   Why L2Soon? No more searching through dozens of forums and Discord servers. All new L2 server openings are in one place — updated daily, with real player online counts so you always know where people actually play.   Features: 🔔 Telegram Bot (@l2Soon_bot) — alerts 24h & 1h before server launch 📅 Accurate launch times — in your local timezone ⚔️ All chronicles — Interlude, High Five, GoD, Classic, Essence, Grand Crusade and more 🎯 Filters — by chronicle, rates (x1–x1000+) and server type (PvP, RvR, GvE, Craft, Low Rate...) ⭐ VIP servers — verified projects pinned at the top 🌍 Multi-language — EN, UK, RU, PT   Listing is completely FREE. 🔗 https://l2soon.com/en Feedback welcome — drop a comment or contact us via Telegram @l2Soon_bot
  • 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..