Jump to content

Helia01

Active Member
  • Posts

    217
  • Joined

  • Last visited

  • Days Won

    8
  • Feedback

    100%

Everything posted by Helia01

  1. I think it will be very inconvenient for players to use. Thank you for your work.
  2. Don't you think he wrote this to emphasize a good coding skill level? (It wasn't a grin)
  3. Maybe my answer looked terrible. Since I use a translator. Thank you for the detailed answer. I was too lazy to describe everything in such detail.
  4. If all packets between server and client are ok. This behavior may occur due to an attack on the server. In this case, phantom packet errors may occur. (usually this headache is created by _IMPROVED_PACKET_ENCRYPTION_) But you can't just turn off this function. We will have to rewrite some part of the code in order not to get buffer errors. If similar problems with packages occur on your local server, then this problem is precisely the difference between packages between the client and the server.
  5. If you don't need boost, then just don't use it.
  6. Not bad. We did this in our server files right after GF implemented it. We didn't plan to post our implementation. It's good that now it will be available to everyone.
  7. As far as I understand, to change the download area, you need to change the fFar value from the file PythonApplication.cpp (it is necessary to implement the possibility of changing this value from the settings inside the game) This can be done by following the example of fNear (MIN_FOG)
  8. Nothing is clear, but it is very interesting
  9. The official implementation has a recursion that can cause window elements to leak. #file uicharacter.py def OnTop(self): if self.chDetailsWnd: self.chDetailsWnd.SetTop() #We are trying to raise the child window up #file uicharacterdetails.py def OnTop(self): if self.uiCharacterStatus: self.uiCharacterStatus.SetTop() #We are trying to raise the parent window up (After that, OnTop will be called for the parent window and we will get here again. This will continue up to the maximum recursion level) You may have noticed that the client sometimes closes with an error when you try to open the character details window. You can make a stupid, but working solution. Copy the SetTop function, but do not call "pWin->OnTop()" in it. And then use this function for the parent element. If you are a genius, you can try to make a IsTop function or solve this problem in some other way.
  10. Helia01

    CH3HP DDoS

    We have our own CH3HP in Russia One imbecile has been attacking all servers for 10 years because it also has a botnet. Fortunately, our providers have long learned to block such shitty traffic. I am very sorry for such people, they probably have two fathers in the family.
  11. I have decompiled the application, suddenly someone will have a desire to improve it [Hidden Content]
  12. Almost no one buys a winrar license. (and maybe it's even fun). But no one would want to be a winrar developer...
  13. There are two "black screens" in metin2. 1 - tried to describe and fix the Distraught. (this was a known problem due to the accumulation of effects). In this case, you don't see anything at all, not even the game menu. 2 - This is the case when the whole map in Devil Tower turns black, but you can control and see the character just the map has no background.
  14. Will this help fix the black screen in the Devil Tower?
  15. No one in their right mind would ever use such a thing on a working server with players. It is necessary to make these commands work only on test server=1
  16. I'm glad that at least someone is releasing something really useful. Although it's not difficult to do, thank you.
×
×
  • 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.