Jump to content

Graveyard


Recommended Posts

  • 38 years later...

Did't work, Error:

1>------ Build started: Project: game, Configuration: Debug Win32 ------
1>Compiling...
1>Player.cpp
1>..\\..\\src\\game\\Player.cpp(4111) : error C2446: '!=' : no conversion from 'int' to 'Map *'
1>                Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
1>..\\..\\src\\game\\Player.cpp(4111) : error C2040: '!=' : 'Map *' differs in levels of indirection from 'int'
1>..\\..\\src\\game\\Player.cpp(4116) : error C2065: 'getmap' : undeclared identifier
1>..\\..\\src\\game\\Player.cpp(4118) : error C2065: 'x' : undeclared identifier
1>..\\..\\src\\game\\Player.cpp(4119) : error C2065: 'y' : undeclared identifier
1>..\\..\\src\\game\\Player.cpp(4120) : error C2065: 'z' : undeclared identifier
1>..\\..\\src\\game\\Player.cpp(4121) : error C2065: 'map' : undeclared identifier
1>..\\..\\src\\game\\Player.cpp(4121) : error C2059: syntax error : 'bad suffix on number'
1>..\\..\\src\\game\\Player.cpp(4122) : error C2146: syntax error : missing ';' before identifier 'M'
1>..\\..\\src\\game\\Player.cpp(4122) : error C2065: 'M' : undeclared identifier
1>..\\..\\src\\game\\Player.cpp(4122) : error C2146: syntax error : missing ';' before identifier 'TeleportTo'
1>..\\..\\src\\game\\Player.cpp(4122) : error C2065: 'map' : undeclared identifier
1>..\\..\\src\\game\\Player.cpp(4122) : error C2065: 'x' : undeclared identifier
1>..\\..\\src\\game\\Player.cpp(4122) : error C2065: 'y' : undeclared identifier
1>..\\..\\src\\game\\Player.cpp(4122) : error C2065: 'z' : undeclared identifier
1>..\\..\\src\\game\\Player.cpp(4127) : error C2065: 'map' : undeclared identifier
1>..\\..\\src\\game\\Player.cpp(4128) : error C2065: 'x' : undeclared identifier
1>..\\..\\src\\game\\Player.cpp(4129) : error C2065: 'y' : undeclared identifier
1>..\\..\\src\\game\\Player.cpp(4130) : error C2065: 'z' : undeclared identifier
1>..\\..\\src\\game\\Player.cpp(4136) : error C2601: 'Player::JoinedChannel' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4141) : error C2601: 'Player::LeftChannel' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4146) : error C2601: 'Player::CleanupChannels' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4160) : error C2601: 'Player::UpdateLocalChannels' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4209) : error C2601: 'Player::LeaveLFGChannel' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4221) : error C2601: 'Player::UpdateDefense' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4232) : error C2601: 'Player::HandleBaseModValue' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4269) : error C2601: 'Player::GetBaseModValue' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4283) : error C2601: 'Player::GetTotalBaseModValue' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4297) : error C2601: 'Player::GetShieldBlockValue' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4308) : error C2601: 'Player::GetMeleeCritFromAgility' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4324) : error C2601: 'Player::GetDodgeFromAgility' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4369) : error C2601: 'Player::GetSpellCritFromIntellect' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4385) : error C2601: 'Player::GetRatingCoefficient' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4398) : error C2601: 'Player::GetRatingBonusValue' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4403) : error C2601: 'Player::GetMeleeCritDamageReduction' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4410) : error C2601: 'Player::GetRangedCritDamageReduction' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4417) : error C2601: 'Player::GetSpellCritDamageReduction' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4426) : error C2601: 'Player::GetDotDamageReduction' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4435) : error C2601: 'Player::GetExpertiseDodgeOrParryReduction' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4449) : error C2601: 'Player::OCTRegenHPPerSpirit' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4470) : error C2601: 'Player::OCTRegenMPPerSpirit' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4488) : error C2601: 'Player::ApplyRatingMod' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4576) : error C2601: 'Player::SetRegularAttackTime' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4593) : error C2601: 'Player::UpdateSkill' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4626) : error C2601: 'SkillGainChance' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4637) : error C2601: 'Player::UpdateCraftSkill' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4670) : error C2601: 'Player::UpdateGatherSkill' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4697) : error C2601: 'Player::UpdateFishingSkill' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4710) : error C2601: 'Player::UpdateSkillPro' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4752) : error C2601: 'Player::UpdateWeaponSkill' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4791) : error C2601: 'Player::UpdateCombatSkills' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4843) : error C2601: 'Player::ModifySkillBonus' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4860) : error C2601: 'Player::UpdateMaxSkills' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4889) : error C2601: 'Player::UpdateSkillsToMaxSkillsForLevel' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4913) : error C2601: 'Player::SetSkill' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(4996) : error C2601: 'Player::HasSkill' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5009) : error C2601: 'Player::GetSkillValue' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5029) : error C2601: 'Player::GetMaxSkillValue' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5047) : error C2601: 'Player::GetPureMaxSkillValue' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5060) : error C2601: 'Player::GetBaseSkillValue' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5075) : error C2601: 'Player::GetPureSkillValue' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5088) : error C2601: 'Player::GetSkillTempBonusValue' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5104) : error C2601: 'Player::SendInitialActionButtons' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5128) : error C2601: 'Player::addActionButton' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5168) : error C2601: 'Player::removeActionButton' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5182) : error C2601: 'Player::SetDontMove' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5187) : error C2601: 'Player::SetPosition' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5233) : error C2601: 'Player::SaveRecallPosition' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5242) : error C2601: 'Player::SendMessageToSet' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5247) : error C2601: 'Player::SendMessageToOwnTeamSet' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5252) : error C2601: 'Player::SendDirectMessage' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5257) : error C2601: 'Player::CheckExploreSystem' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5326) : error C2601: 'Player::TeamForRace' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5345) : error C2601: 'Player::getFactionForRace' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5357) : error C2601: 'Player::setFactionForRace' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5363) : error C2601: 'Player::UpdateReputation' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5373) : error C2601: 'Player::SendFactionState' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5388) : error C2601: 'Player::SendInitialReputations' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5421) : error C2601: 'Player::GetFactionState' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5430) : error C2601: 'Player::SetFactionAtWar' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5448) : error C2601: 'Player::SetFactionInactive' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5466) : error C2601: 'Player::SetFactionVisibleForFactionTemplateId' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5476) : error C2601: 'Player::SetFactionVisibleForFactionId' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5492) : error C2601: 'Player::SetFactionVisible' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5514) : error C2601: 'Player::SetInitialFactions' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5534) : error C2601: 'Player::GetDefaultReputationFlags' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5551) : error C2601: 'Player::GetBaseReputation' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5570) : error C2601: 'Player::GetReputation' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5583) : error C2601: 'Player::GetReputation' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5596) : error C2601: 'Player::GetReputationRank' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5605) : error C2601: 'Player::ReputationToRank' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5617) : error C2601: 'Player::GetReputationRank' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5623) : error C2601: 'Player::GetBaseReputationRank' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5629) : error C2601: 'Player::ModifyFactionReputation' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5648) : error C2601: 'Player::ModifyFactionReputation' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5666) : error C2601: 'Player::ModifyOneFactionReputation' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5718) : error C2601: 'Player::SetFactionReputation' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5737) : error C2601: 'Player::SetFactionReputation' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5755) : error C2601: 'Player::SetOneFactionReputation' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5782) : error C2601: 'Player::CalculateReputationGain' : local function definitions are illegal
1>                ..\\..\\src\\game\\Player.cpp(4083): this line contains a '{' which has not yet been matched
1>..\\..\\src\\game\\Player.cpp(5798) : error C2601: 'Player::RewardReputation' : local function definitions are illegal
1>..\\..\\src\\game\\Player.cpp(5798) : fatal error C1003: error count exceeds 100; stopping compilation
1>Build log was saved at "file://c:\\mangos - Kopi\\win\\VC90\\game__Win32_Debug\\BuildLog.htm"
1>game - 102 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

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. Privacy Policy Terms of Use