Jump to content

Recommended Posts

  • 5 months later...
  • 5 months later...

It is probably becouse of your dump proto. The way the race flags are separated is not the same on server and client side. Open your dump_proto source, in the ItemCSVReader.cpp look for:

int get_Mob_RaceFlag_Value(string inputString)

Inside this look for:

string* arInputString = StringSplit(inputString, ",");

Probably you have "|" at the end, just change it to ","

Or if you have "," there change it to "|"

Hope you understand.

  • Metin2 Dev 1
  • Love 2
vor 2 Stunden schrieb Xploitz:

It is probably becouse of your dump proto. The way the race flags are separated is not the same on server and client side. Open your dump_proto source, in the ItemCSVReader.cpp look for:


int get_Mob_RaceFlag_Value(string inputString)

Inside this look for:


string* arInputString = StringSplit(inputString, ",");

Probably you have "|" at the end, just change it to ","

Or if you have "," there change it to "|"

Hope you understand.

yeah its right, i already fixed it by my self this way, forgot to post it here

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.