Okay, so i ones made a server for myself to play on, and everything was working. It's about half a year now. Anyhow, all the server files are intact, but in some weird way, when i try to compile, my universal_teleporter script gives my an error. And i only edited a few lines in it.... >_<
11>universal_teleporter.cpp
11>..\..\..\..\TrinityGit\src\server\scripts\Custom\universal_teleporter.cpp(54) : warning C4060: switch statement contains no 'case' or 'default' labels
11>..\..\..\..\TrinityGit\src\server\scripts\Custom\universal_teleporter.cpp(204 7) : error C2039: 'GetLevel' : is not a member of 'Player'
11> C:\Trinity\TrinityGit\src\server\game\Entities\Player\Player.h(1060) : see declaration of 'Player'
11>ScriptedFollowerAI.cpp
11>ScriptedCreature.cpp
11>ScriptedEscortAI.cpp
11>example_commandscript.cpp
11>example_spell.cpp
11>example_creature.cpp
11>example_escort.cpp
11>example_gossip_codebox.cpp
11>example_misc.cpp
11>cs_wp.cpp
11>cs_titles.cpp
11>cs_tele.cpp
11>cs_reload.cpp
11>cs_quest.cpp
11>cs_npc.cpp
11>cs_modify.cpp
11>cs_misc.cpp
11>cs_learn.cpp
11>cs_honor.cpp
11>cs_gps.cpp
11>cs_gobject.cpp
11>cs_go.cpp
11>cs_gm.cpp
11>cs_event.cpp
11>cs_debug.cpp
11>cs_achievement.cpp
11>cs_account.cpp
11>spell_holiday.cpp
11>spell_item.cpp
11>spell_paladin.cpp
11>spell_mage.cpp
11>spell_priest.cpp
11>spell_warlock.cpp
11>spell_generic.cpp
11>spell_warrior.cpp
11>spell_quest.cpp
11>spell_dk.cpp
11>spell_druid.cpp
11>spell_rogue.cpp
11>spell_hunter.cpp
11>spell_shaman.cpp
11>Build log was saved at "file://c:\Trinity\TrinityBuild\src\server\scripts\scripts.dir\Release\BuildLog.htm"
11>scripts - 1 error(s), 1 warning(s)
13>------ Build started: Project: worldserver, Configuration: Release Win32 ------
13>Compiling...
13>worldPCH.cpp
13>Compiling...
13>WheatyExceptionReport.cpp
13>Master.cpp
13>Main.cpp
13>WorldRunnable.cpp
13>TCSoap.cpp
13>RASocket.cpp
13>RARunnable.cpp
13>CliRunnable.cpp
13>Compiling resources...
13>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
13>Copyright (C) Microsoft Corporation. All rights reserved.
13>Performing Pre-Link Event...
13>Linking...
13>LINK : fatal error LNK1181: cannot open input file '..\scripts\Release\scripts.lib'
13>Build log was saved at "file://c:\Trinity\TrinityBuild\src\server\worldserver\worldserver.dir\Release\BuildLog. htm"
13>worldserver - 1 error(s), 0 warning(s)
14>------ Skipped Build: Project: INSTALL, Configuration: Release Win32 ------
14>Project not selected to build for this solution configuration
========== Build: 11 succeeded, 2 failed, 1 up-to-date, 1 skipped ==========
Can anybody help me?