Jump to content

MsRazoRR

Inactive Member
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

About MsRazoRR

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MsRazoRR's Achievements

Apprentice

Apprentice (3/16)

  • One Year In
  • Conversation Starter
  • Dedicated
  • First Post
  • Reacting Well

Recent Badges

2

Reputation

  1. Hi everyone! So recently i installed the Vegas Title System .The problem is that: If i click to Change Title, the server kicks the character and i can't get into game just after restarting the server.If i manually put prestige for example "1" in the player.table the title shows up fine. Only problem is choosing title from the game. There is No Syserr both on clientside and serverside ( db,auth,ch1,game99 ) everything is clear. I've triplechecked if i placed everything into correct spot and everything seems fine (i'm not implementing this system for the first time,never had any issues like that one). I have to mention that the serverfiles i'm using are from @TMP4 released a few weeks ago, i've just changed the interface to Illumina.. (40K) and these files use Clang9 for serverside compiling and VS2019 for clientside.I dont know that this could be the problem.When i was compiling the servercore (db,game) the error about "auto_ptr" that it was deprecated etc... i've replaced it with "unique_ptr" ( as it was released as a replacement for the auto_ptr function ) and it compiled fine, that function was related to buying potions... Also i must have changed the make_pair to std::make_pair as VS2019 won't compile the binary (as far as i know i didn't used to do that, not sure about that ): g_TitleNameMap.insert(std::make_pair(iIndex, c_szTitleName)); Thanks for any help!
  2. There are 2 systems (part_acce and won) that you have to take out from the DB connection ( in the server src ) if you dont have Shoulder Sash System and Won system.If you forget these in the character select (ingame) can also cause that the weapon,armor and accessories aren't showed up.
  3. Hello everyone,can someone explain what is this piece of wonderful error? I've been struggling with this for 2 hours, for me it doesn't make sense that the REFINE_TITLE is working as it's loaded before but the REFINE CURRENT ITEM doesn't want to load.... Thanks
  4. Any suggestions on this? I've tried reinstalling VS2019, doesn't made any changes. // FIXED If you get this error just download the latest cryptopp library and build the cryptopp solution both in Debug and Release mode.Then put the rebuilded library to the extern.
×
×
  • Create New...

Important Information

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