Jump to content

Denis

Banned
  • Posts

    1031
  • Joined

  • Last visited

  • Days Won

    53
  • Feedback

    0%

Posts posted by Denis

  1. My guess is, that when you put an item into special storage it removes it from the player, then if you open again the special storage it tries to create again the item with the same id so the error appears.

     

    Because, lets say item id 310010176 was first loaded on boot, then when you put it inside the special storage, and open it again it tries to create a new item with the id 310010176(which was already loaded at boot)

     

    Im only guessing since i cant see your source code.

  2. Hello, recently I made a new encryption for python files, and here I am to share it with you

     

    file2encrypt = "constinfo.py"
    fileOut = "%s_encrypted.py" % (file2encrypt[:len(file2encrypt)-3])
    
    content = ""
    for line in open(file2encrypt,"r").readlines():
    	for i in xrange(100):
    		content += chr(9)
    	content += line
    	
    open(fileOut,"w").write(content)

    you can change encryption type by modifying the for loop

     

    Have fun guys

    • Confused 1
    • Scream 1
    • Lmao 2
  3. I'm gonna put my pet system like official into my services in a few days, here's some proof(that's not the public one):

     

    https://metin2.download/picture/si5zrA3Q3B9XB62f70014RokPj50OLWj/.png

    https://metin2.download/picture/jWbZIg9MU8U0q2P1ozwVoB0ZCub1BGqq/.png

    https://metin2.download/picture/08SslRJLcL6n9n1EX2e81k3dI4d3c6sQ/.png

     

    The price is 300 euros

    • Metin2 Dev 1
  4. On 1/7/2018 at 2:14 PM, tierrilopes said:

    Sending it like that isn't a bit pointless?

    Why not make the connections really in the binary instead of sending to python?

    I did it a long time ago but I removed it, you need to do some small modifications at intrologin and at CAccountConnector::Connect to achieve this.

×
×
  • 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.