• 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

Fate's whisper

Enthusiast
Druid(bear/cat/еtc form) #1 horde join bg on the side of the horde
Druid(bear/cat/еtc form) #2 horde join bg on the side of the alliance
Druid #3 alliance join bg on the side of the alliance
Client crash for Druid #3

Remove aura form for Druid #1, all ok
Remove aura form for Druid #1, aura removed, but visually in the form of a bear/cat/еtc
I go into the game world Druid #3, client crash, because druid #3 in the battleground


Sorry for my bad english.
 

Fate's whisper

Enthusiast
Who can fix it? :(

Druid form does not affect the crash
Crash only alliance side (I could not get on the side of the horde)
 
Last edited by a moderator:

ki2007

Enthusiast
I applied all changes manually to the most recent TrinityCore.

When I try to compile the following error shows up:
Code:
[ 16%] Building CXX object src/server/game/CMakeFiles/game.dir/Battlegrounds/Zones/BattlegroundAB.cpp.o
/home/wow/apollo/dev/build/TrinityCore/src/server/game/Battlegrounds/Zones/BattlegroundAB.cpp: In member function ‘virtual void BattlegroundAB::PostUpdateImpl(uint32)’:
/home/wow/apollo/dev/build/TrinityCore/src/server/game/Battlegrounds/Zones/BattlegroundAB.cpp:151:107: error: ‘RewardHonorToTeam’ was not declared in this scope
compilation terminated due to -Wfatal-errors.

Anyone able to help with my problem?
 

Intouch

Respected Member
CFBG works for me, without crashes or something like that :/

And this is the best CFBG Script for me ;)

GJ +rep
 

Synth

Exalted Member
A question i can talk normal in /bg or in /say cz i have a one i add it once you try to say something on those channel it said "Unknow language"
 

Fate's whisper

Enthusiast
1) female druid(№1) horde join BG and falls on the side of the Horde
2) female druid(№2) horde join BG and falls on the side of the Alliance
3) druid(№2) uses mount
4) server crash
 

amir_cinderella

Exalted Member
A question i can talk normal in /bg or in /say cz i have a one i add it once you try to say something on those channel it said "Unknow language"

go in chathandler.cpp

find

Code:
 if (lang == LANG_UNIVERSAL && type != CHAT_MSG_AFK && type != CHAT_MSG_DND)

replace with

Code:
if (lang == CHAT_MSG_AFK && type != CHAT_MSG_DND)

1) female druid(№1) horde join BG and falls on the side of the Horde
2) female druid(№2) horde join BG and falls on the side of the Alliance
3) druid(№2) uses mount
4) server crash

Your problem should be fixed by this - > https://gist.github.com/irancore/10913800/revisions
 
Last edited:
Top