Novedades

una ayudita a este noob

davidp

Capataz
Desde
17 Apr 2020
Mensajes
83
Reacciones
48
Honor
52
Alguien sabe porque me tira este error y como puedo solucionarlo?

----------------------------------------------------------------------------------------------------------

Selecting Windows SDK version 10.0.18362.0 to target Windows 6.1.7601.

CMake Deprecation Warning at CMakeLists.txt:22 (cmake_policy):
The OLD behavior for policy CMP0005 will be removed from a future version
of CMake.

The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.


Setting build type to 'Release' as none was specified.

Detected 64-bit platform

MSVC: 64-bit platform, enforced -D_WIN64 parameter

MSVC: Enabled extended object-support for debug-compiles

MSVC: Overloaded standard names

MSVC: Disabled NON-SECURE warnings

MSVC: Disabled POSIX warnings

MSVC: Disabled generic compiletime warnings

MSVC: C++17 Standard Enabled.

Found OpenSSL library: optimized;C:/Program Files/OpenSSL-Win64/lib/VC/libssl64MD.lib;C:/Program Files/OpenSSL-Win64/lib/VC/libcrypto64MD.lib;debug;C:/Program Files/OpenSSL-Win64/lib/VC/libssl64MDd.lib;C:/Program Files/OpenSSL-Win64/lib/VC/libcrypto64MDd.lib

Found OpenSSL headers: C:\Program Files\OpenSSL-Win64\include

Found MySQL library: C:\Users\jj\Documents\COMPILACION\mysql-5.7.30-winx64\lib

Found MySQL headers: C:\Users\jj\Documents\COMPILACION\mysql-5.7.30-winx64\include

Found git binary : C:/Program Files/Git/cmd/git.exe



Could not find a proper repository signature (hash) - you may need to pull tags with git fetch -t

Continuing anyway - note that the versionstring will be set to "unknown 1970-01-01 00:00:00 (Archived)"



* SkyFire revision : unknown 1970-01-01 00:00:00 +0000 (Archived branch)



* Install core to : C:/Program Files (x86)/Project_Skyfire



* Build world/auth : Yes (default)

* Build with scripts : Yes (default)

* Build map/vmap tools : No (default)

* Build core w/PCH : Yes (default)

* Build scripts w/PCH : Yes (default)

* Show compile-warnings : No (default)

* Use coreside debug : No (default)

* Use MySQL sourcetree : No

* Use GIT revision hash : Yes



SCRIPT PREPARATIONS

-> Prepared: Commands

-> Prepared: Spells

-> Prepared: Custom

-> Prepared: Eastern Kingdoms

-> Prepared: Events

-> Prepared: Kalimdor

-> Prepared: The Maelstrom

-> Prepared: Northrend

-> Prepared: Outdoor PVP Zones

-> Prepared: Outland

-> Prepared: Pet

-> Prepared: World

SCRIPT PREPARATION COMPLETE



Configuring done

WARNING: Target "authserver" requests linking to directory "C:\Users\jj\Documents\COMPILACION\mysql-5.7.30-winx64\lib". Targets may link only to libraries. CMake is dropping the item.

WARNING: Target "authserver" requests linking to directory "C:\Users\jj\Documents\COMPILACION\mysql-5.7.30-winx64\lib". Targets may link only to libraries. CMake is dropping the item.

WARNING: Target "authserver" requests linking to directory "C:\Users\jj\Documents\COMPILACION\mysql-5.7.30-winx64\lib". Targets may link only to libraries. CMake is dropping the item.

WARNING: Target "authserver" requests linking to directory "C:\Users\jj\Documents\COMPILACION\mysql-5.7.30-winx64\lib". Targets may link only to libraries. CMake is dropping the item.

WARNING: Target "worldserver" requests linking to directory "C:\Users\jj\Documents\COMPILACION\mysql-5.7.30-winx64\lib". Targets may link only to libraries. CMake is dropping the item.

WARNING: Target "worldserver" requests linking to directory "C:\Users\jj\Documents\COMPILACION\mysql-5.7.30-winx64\lib". Targets may link only to libraries. CMake is dropping the item.

WARNING: Target "worldserver" requests linking to directory "C:\Users\jj\Documents\COMPILACION\mysql-5.7.30-winx64\lib". Targets may link only to libraries. CMake is dropping the item.

WARNING: Target "worldserver" requests linking to directory "C:\Users\jj\Documents\COMPILACION\mysql-5.7.30-winx64\lib". Targets may link only to libraries. CMake is dropping the item.

Generating done
 
Última edición:

Sargero

Desarrollador
Moderador
Desde
19 Oct 2019
Mensajes
735
Reacciones
445
Honor
82
eso es en el worldserver-conf ahi esta para los vuelos instantaneos y para aprenderlos automaticamente al crearte el jugador este ya los conocera todos
 

davidp

Capataz
Desde
17 Apr 2020
Mensajes
83
Reacciones
48
Honor
52
eso es en el worldserver-conf ahi esta para los vuelos instantaneos y para aprenderlos automaticamente al crearte el jugador este ya los conocera todos
coon que nombre lo encuentro, ya le pase una revisada y nada
 

Sargero

Desarrollador
Moderador
Desde
19 Oct 2019
Mensajes
735
Reacciones
445
Honor
82
son estos 2

#
# AllFlightPaths
# Description: Character knows all flight paths (of both factions) after creation.
# Default: 0 - (Disabled)
# 1 - (Enabled)

AllFlightPaths = 0

#
# InstantFlightPaths
# Description: Flight paths will take players to their destination instantly instead
# of making them wait while flying.
# Default: 0 - (Disabled)
# 1 - (Enabled)

InstantFlightPaths = 0
 
Top Bottom