Jump to content

ManecasPT

Member
  • Posts

    22
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by ManecasPT

  1. Hello, I'm desperate here, I have a problem.

    Well, I added a special inventory system 3 days ago and I encountered several errors that I have been fixing over time, but currently, this problem I face is really annoying and I don't know what to do. Well, as soon as I try to split an item, it works, but as soon as I try to stack the item that was split, it remains as only 1 stack.

    This error is not from the refreshbaginventory because as soon as I teleport, it fixes the error. Whenever I try to close the inventory or take any action with the refreshbaginventory, I see that is not the problem. It could be from the source or something similar, in which I have already spent more than 15 hours looking through files.

     

     

    This is the hidden content, please


     

    • Metin2 Dev 1
    • Eyes 1
  2. First of all, I want to express my gratitude for the assistance provided by @Mitachi It was simple, effective, and professional.

    Please be aware that if you have the system mentioned, you will need to uninstall it completely. 

     

    100% functional

     

    • Love 1
  3. Thanks for all the help :D

    Finally i finded the problem cause anti-virus didn't find out.

     

    The problem was a portuguese client with trojan/keylogger

     

    --

     

    If you want delete all trojan you have in your PC it's easy.

    I discovered a tool that does this almost automatically

    This is the hidden content, please

     

    That tool will search all virus who startup in your PC and you will have to choose whether or not to delete :)

     

    https://metin2.download/picture/58OvwhjA9Tws58nnxp94kUZwyt6Q1x5B/.png

     

    • Metin2 Dev 38
    • Good 4
    • Love 1
    • Love 8
  4. Can you close this topic?

     

    Cytax isn't ch3hp

     

    DDoS from cytax = AUTH + CH1 with l7

     

    DDoS from CH3HP = CH1 with l4

     

    In portugal have few guys with a good l4 power :)

     

    And yeah, ch3hp don't attack for €

    • Lmao 1
  5. image.png.44a3b6ab2322729245ca5153f7a1ed47.png

    I have only that code and i change it.

    have more console but i have this:

    image.thumb.png.99ad6eb2aa2a0c31a177ca2e9073ee2f.pngDon't

      

    On 5/22/2019 at 11:03 PM, Moț said:

    Userinterface.cpp

    change 

    
    #ifdef _DISTRIBUTE
    	PyModule_AddIntConstant(builtins, "__DEBUG__", 0);
    #else
    	PyModule_AddIntConstant(builtins, "__DEBUG__", 1);
    #endif

    with

    
    #ifndef _DEBUG
    	PyModule_AddIntConstant(builtins, "__DEBUG__", 0);
    #else
    	PyModule_AddIntConstant(builtins, "__DEBUG__", 1);
    #endif

     

     

    image.png

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