• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[PATCH] Crossfaction Battlegrounds

lillecarl

Respected Member
it's just updated today :) good luck
Wait wait let me understand this properly:
You downloaded something that i wrote for the community which is open source, then you updated it. Then you told us this here.

So you're not able to write CFBG yourself, because then you'd see why this patch is bad anyways; You brag about doing something insignificant, yet do not share it with the community you got the original from?

You're an inspiration for birth control.
 

severnaDze

Enthusiast
Again error. And why my post are deleted?

Code:
frozen-wow@debian:~/TrinityCore/build$
frozen-wow@debian:~/TrinityCore/build$ /home/frozen-wow/TrinityCore/src/server/g                                                                                                 ame/Cfbg/Cfbg.cpp: In member function ‘void Player::FitPlayerInTeam(bool, Battle                                                                                                 ground*)’:
-bash: syntax error near unexpected token `('
frozen-wow@debian:~/TrinityCore/build$ /home/frozen-wow/TrinityCore/src/server/g                                                                                                 ame/Cfbg/Cfbg.cpp:144:205: error: cannot pass objects of non-trivially-copyable                                                                                                  type ‘const string {aka const class std::basic_string<char>}’ through ‘...’
-bash: char: No such file or directory
frozen-wow@debian:~/TrinityCore/build$ compilation terminated due to -Wfatal-err                                                                                                 ors.
-bash: compilation: command not found
frozen-wow@debian:~/TrinityCore/build$ make[2]: *** [src/server/game/CMakeFiles/                                                                                                 game.dir/Cfbg/Cfbg.cpp.o] Error 1
 

lillecarl

Respected Member
Again error. And why my post are deleted?

Code:
frozen-wow@debian:~/TrinityCore/build$
frozen-wow@debian:~/TrinityCore/build$ /home/frozen-wow/TrinityCore/src/server/g                                                                                                 ame/Cfbg/Cfbg.cpp: In member function ‘void Player::FitPlayerInTeam(bool, Battle                                                                                                 ground*)’:
-bash: syntax error near unexpected token `('
frozen-wow@debian:~/TrinityCore/build$ /home/frozen-wow/TrinityCore/src/server/g                                                                                                 ame/Cfbg/Cfbg.cpp:144:205: error: cannot pass objects of non-trivially-copyable                                                                                                  type ‘const string {aka const class std::basic_string<char>}’ through ‘...’
-bash: char: No such file or directory
frozen-wow@debian:~/TrinityCore/build$ compilation terminated due to -Wfatal-err                                                                                                 ors.
-bash: compilation: command not found
frozen-wow@debian:~/TrinityCore/build$ make[2]: *** [src/server/game/CMakeFiles/                                                                                                 game.dir/Cfbg/Cfbg.cpp.o] Error 1
Trust me there will be too many errors to correct over a forum, sadly.
 
Last edited by a moderator:

Tommy

Founder
Again error. And why my post are deleted?

Code:
frozen-wow@debian:~/TrinityCore/build$
frozen-wow@debian:~/TrinityCore/build$ /home/frozen-wow/TrinityCore/src/server/g                                                                                                 ame/Cfbg/Cfbg.cpp: In member function ‘void Player::FitPlayerInTeam(bool, Battle                                                                                                 ground*)’:
-bash: syntax error near unexpected token `('
frozen-wow@debian:~/TrinityCore/build$ /home/frozen-wow/TrinityCore/src/server/g                                                                                                 ame/Cfbg/Cfbg.cpp:144:205: error: cannot pass objects of non-trivially-copyable                                                                                                  type ‘const string {aka const class std::basic_string<char>}’ through ‘...’
-bash: char: No such file or directory
frozen-wow@debian:~/TrinityCore/build$ compilation terminated due to -Wfatal-err                                                                                                 ors.
-bash: compilation: command not found
frozen-wow@debian:~/TrinityCore/build$ make[2]: *** [src/server/game/CMakeFiles/                                                                                                 game.dir/Cfbg/Cfbg.cpp.o] Error 1

Your posts weren't deleted, they were moved to a new thread. If you view your activity and click the thread link you would've known that. :p

Thread/my post: http://emudevs.com/showthread.php/4007-Crossfaction-BG-errors?p=28257&viewfull=1#post28257

I moved your posts/other relevant posts to a new thread since there's no point in spamming support questions in a release thread.
 

gasabi

Emulation Addict
Problem with compile

Hi

I have this problem...

Code:
trinity@wowServer:~/teste/TrinityCoreCross/build$ /home/trinity/teste/TrinityCoreCross/src/server/game/Cfbg/Cfbg.cpp: In member function ‘void Player::FitPlayerInTeam(bool, Battleground*)’:
-bash: erro de sintaxe próximo do `token' não esperado `('
trinity@wowServer:~/teste/TrinityCoreCross/build$ /home/trinity/teste/TrinityCoreCross/src/server/game/Cfbg/Cfbg.cpp:144:205: error: cannot pass objects of non-trivially-copyable type ‘const string {aka const class st::basic_string<char>}’ through ‘...’

Code:
Error Cfbg.cpp:144:205:

SendChatMessage("%sYou are playing for the %s%s in this %s", MSG_COLOR_WHITE, GetTeam() == ALLIANCE ? MSG_COLOR_DARKBLUE"alliance" : MSG_COLOR_RED"horde", MSG_COLOR_WHITE, pBattleGround->GetName());

Any one can help me?

Big Thanks
 

gasabi

Emulation Addict
Hi

I have this problem...

Code:
trinity@wowServer:~/teste/TrinityCoreCross/build$ /home/trinity/teste/TrinityCoreCross/src/server/game/Cfbg/Cfbg.cpp: In member function ‘void Player::FitPlayerInTeam(bool, Battleground*)’:
-bash: erro de sintaxe próximo do `token' não esperado `('
trinity@wowServer:~/teste/TrinityCoreCross/build$ /home/trinity/teste/TrinityCoreCross/src/server/game/Cfbg/Cfbg.cpp:144:205: error: cannot pass objects of non-trivially-copyable type ‘const string {aka const class st::basic_string<char>}’ through ‘...’

Code:
Error Cfbg.cpp:144:205:

SendChatMessage("%sYou are playing for the %s%s in this %s", MSG_COLOR_WHITE, GetTeam() == ALLIANCE ? MSG_COLOR_DARKBLUE"alliance" : MSG_COLOR_RED"horde", MSG_COLOR_WHITE, pBattleGround->GetName());

Any one can help me?

Big Thanks

This my problem are solved. I used older Cfbg files.
 
Top