05-15-2021, 10:29 AM
Amazing dude, everything was pretty clear. I just met some problem with "Area.cpp fix" since you wrote:
//Dupe Fix
if (this->m_RaidDifficulty > 2 || this->m_RaidDifficulty <= -1)
{
this->m_RaidDifficulty = 0;
}
But is not possible call "this" statment in a function which is not "nonstatic" ... probably my fault!?
And in the end was pretty hard to fix the trade agent since the source code was totally different from mine ... i get something like 300/500 errors cause help and subhelper seems to not have the same struct as you ? ... btw ... [CeNsOrEd] amazing work dude +1 for you ❤️
NB: Party.cpp's fixies should be applied in doFuncParty.cpp

