Re: DC When crafting item, "Basic Craft lvl 2" in GP Client. need to synchronize that
Why are you saying it can't be fixed? terzo has already given you the fix in this topic and the "dc when buying items" fix has been posted many time already, the fix is the same as that as crafting is no different to buying apart from the fact you are using your crafting panel and not a shop, you are still aquiring an item and that is the root cause of the problem.
You know exactly where to find the logs as i made you go through them quite a few times when we spoke to MSN to get your server working.
What is happening is that your English client has data about the game items in it and that data is different to the data the server scp files have for those items. When you try crafting the item the server and client disagree about the item's details and that causes your client to d/c.
What you need to do is exactly what terzo says, look through the client .enc file dumps and check the item values (pots in this case) against what is in your server scp files. Wherever you find differences alter the server files to match the client.
If you are expecting a "change x in file y and it will work" then don't as nobody can do that for you because we don't know exactly which bits to change, your server files could be totally different to mine and everybody elses (i have seen dozens of different versions of the scp files posted in various places and you could have a different client to me too). All we can do is tell you where to look for the problem and it is then up to you to compare the values and figure out which bits are wrong. Everybody else has to do the same, there is no short cut.