Build started at 14:25...
1>------ Build started: Project: theforgottenserver, Configuration: Release x64 ------
1>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(517,5): warning MSB8004: Output Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
1>otpch.cpp
1>actions.cpp
1>ban.cpp
1>baseevents.cpp
1>bed.cpp
1>behaviourdatabase.cpp
1>chat.cpp
1>combat.cpp
1>commands.cpp
1>condition.cpp
1>configmanager.cpp
1>connection.cpp
1>container.cpp
1>creature.cpp
1>creatureevent.cpp
1>cylinder.cpp
1>database.cpp
1>C:\TibiaCore\compiler\src\configmanager.cpp(89,10): error C2065: 'ENABLE_ACCOUNT_BONUS': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(93,10): error C2065: 'ATTACKERPARTYENTERPZ': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(94,10): error C2065: 'MEMBERSAFESKULLGUILD': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(112,10): error C2065: 'RATE_SPAWN_PERCENT': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(140,10): error C2065: 'PERCENT_CAST_EXP': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(141,10): error C2065: 'PERCENT_PREMIUM_EXP': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(142,10): error C2065: 'PERCENT_BONUS_COPPER': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(143,10): error C2065: 'PERCENT_BONUS_SILVER': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>C:\TibiaCore\compiler\src\configmanager.cpp(144,10): error C2065: 'PERCENT_BONUS_GOLD': undeclared identifier
1>(compiling source file '/src/configmanager.cpp')
1>databasemanager.cpp
1>databasetasks.cpp
1>depotlocker.cpp
1>fileloader.cpp
1>game.cpp
1>globalevent.cpp
1>groups.cpp
1>guild.cpp
1>house.cpp
1>housetile.cpp
1>ioguild.cpp
1>iologindata.cpp
1>iomap.cpp
1>iomapserialize.cpp
1>item.cpp
1>items.cpp
1>luascript.cpp
1>mailbox.cpp
1>map.cpp
1>monster.cpp
1>monsters.cpp
1>movement.cpp
1>networkmessage.cpp
1>C:\TibiaCore\compiler\src\luascript.cpp(1067,2): error C2065: 'CONDITION_CUSTOM_PHYSICAL': undeclared identifier
1>(compiling source file '/src/luascript.cpp')
1>C:\TibiaCore\compiler\src\luascript.cpp(1588,2): error C2039: 'RATE_SPAWN_PERCENT': is not a member of 'ConfigManager'
1>(compiling source file '/src/luascript.cpp')
1> C:\TibiaCore\compiler\src\configmanager.h(29,7):
1> see declaration of 'ConfigManager'
1>C:\TibiaCore\compiler\src\luascript.cpp(1588,2): error C2065: 'RATE_SPAWN_PERCENT': undeclared identifier
1>(compiling source file '/src/luascript.cpp')
1>npc.cpp
1>otserv.cpp
1>outputmessage.cpp
1>party.cpp
1>player.cpp
1>position.cpp
1>protocol.cpp
1>protocolgame.cpp
1>protocollogin.cpp
1>protocolspectator.cpp
1>raids.cpp
1>rsa.cpp
1>scheduler.cpp
1>C:\TibiaCore\compiler\src\otserv.cpp(283,20): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
1>(compiling source file '/src/otserv.cpp')
1>C:\TibiaCore\compiler\src\otserv.cpp(289,17): warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
1>(compiling source file '/src/otserv.cpp')
1>C:\TibiaCore\compiler\src\otserv.cpp(304,24): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
1>(compiling source file '/src/otserv.cpp')
1>C:\TibiaCore\compiler\src\otserv.cpp(306,24): warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
1>(compiling source file '/src/otserv.cpp')
1>script.cpp
1>C:\TibiaCore\compiler\src\player.cpp(2248,2): error C2059: syntax error: 'return'
1>(compiling source file '/src/player.cpp')
1>C:\TibiaCore\compiler\src\player.cpp(2249,1): error C2059: syntax error: '}'
1>(compiling source file '/src/player.cpp')
1>C:\TibiaCore\compiler\src\player.cpp(2249,1): error C2143: syntax error: missing ';' before '}'
1>(compiling source file '/src/player.cpp')
1>C:\TibiaCore\compiler\src\player.cpp(2253,1): error C2143: syntax error: missing ';' before '{'
1>(compiling source file '/src/player.cpp')
1>C:\TibiaCore\compiler\src\player.cpp(2253,1): error C2447: '{': missing function header (old-style formal list?)
1>(compiling source file '/src/player.cpp')
1>scriptmanager.cpp
1>server.cpp
1>spawn.cpp
1>spells.cpp
1>protocolstatus.cpp
1>talkaction.cpp
1>C:\TibiaCore\compiler\src\protocollogin.cpp(131,25): warning C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings
1>(compiling source file '/src/protocollogin.cpp')
1>tasks.cpp
1>teleport.cpp
1>thing.cpp
1>C:\TibiaCore\compiler\src\spawn.cpp(95,59): error C2039: 'RATE_SPAWN_PERCENT': is not a member of 'ConfigManager'
1>(compiling source file '/src/spawn.cpp')
1> C:\TibiaCore\compiler\src\configmanager.h(29,7):
1> see declaration of 'ConfigManager'
1>C:\TibiaCore\compiler\src\spawn.cpp(95,59): error C2065: 'RATE_SPAWN_PERCENT': undeclared identifier
1>(compiling source file '/src/spawn.cpp')
1>tile.cpp
1>tools.cpp
1>vocation.cpp
1>C:\TibiaCore\compiler\src\protocolstatus.cpp(154,85): error C2039: 'RATE_SPAWN_PERCENT': is not a member of 'ConfigManager'
1>(compiling source file '/src/protocolstatus.cpp')
1> C:\TibiaCore\compiler\src\configmanager.h(29,7):
1> see declaration of 'ConfigManager'
1>C:\TibiaCore\compiler\src\protocolstatus.cpp(154,85): error C2065: 'RATE_SPAWN_PERCENT': undeclared identifier
1>(compiling source file '/src/protocolstatus.cpp')
1>waitlist.cpp
1>wildcardtree.cpp
1>Done building project "theforgottenserver.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Build completed at 14:25 and took 16,791 seconds ==========