ZhengPeiRu21 / mod-playerbots

AzerothCore Playerbots Module
MIT License
194 stars 95 forks source link

wont complile #196

Closed Griptor closed 9 months ago

Griptor commented 1 year ago

using the latest custom branch and latest mod.

Severity Code Description Project File Line Suppression State

Error C2039 'type': is not a member of 'LFGDungeonEntry' modules D:\CustomWow\Azerothcore\ZhengPeiRu21\azerothcore-wotlk\modules\mod-playerbots\src\strategy\actions\LfgActions.cpp 103

Severity Code Description Project File Line Suppression State Error C2039 'minlevel': is not a member of 'LFGDungeonEntry' modules D:\CustomWow\Azerothcore\ZhengPeiRu21\azerothcore-wotlk\modules\mod-playerbots\src\strategy\actions\LfgActions.cpp 107

lines 113, 174, 343,350

Severity Code Description Project File Line Suppression State Error LNK1181 cannot open input file '......\modules\RelWithDebInfo\modules.lib' worldserver D:\CustomWow_builds\src\server\apps\LINK 1

fingers crossed i can play soon i for got to back up lol thanx guys ! best of luck :D

godlike73 commented 1 year ago

Same problem here too, wont build anymore after fresh install

erickl979 commented 1 year ago

Same. I removed the LFGActions files. Then I used /find to locate all locations where LFGActions was used in the file WorldPacketActionContext.h

The compile will complete and the game runs fine. The bot's will never select a roll if you use LFG though.

But it does work with the changes.

godlike73 commented 1 year ago

My fix was to use one of the pull requesters cloned repo compiled and works fine with it until the changes get merged ;) git clone https://github.com/Embracefate989/mod-playerbots.git --branch patch-1

godlike73 commented 1 year ago

I think something changed in the master of the main azerothcore becuase with the playerbot branch alot of addons will not compile anymore including playerbots.

Griptor commented 1 year ago

I got it to compile without solocraft or autobalance. This hasn't been updated for so long :( I just want the bots to do stuff in bgs and join in dungeons and i would be soo much happy lol

godlike73 commented 1 year ago

Ya it compiles if u only use playerbots, but solocraft autobalance eluna and a few others that i tried will fail

Dreathean commented 9 months ago

@Griptor This should be fixed with the latest updates, please confirm and close out if resolved.

Griptor commented 9 months ago

Yes is fixed :)