Jump to content

Mali

Honorable Member
  • Posts

    916
  • Joined

  • Days Won

    867
  • Feedback

    100%

Posts posted by Mali

  1. This is the hidden content, please

    Reversed From 22.5.7.0

    This is the hidden content, please

     

    Old

    Spoiler
    Quote

    0131 12:59:00866 :: ============================================================================================================
    0131 12:59:00867 :: Abort!!!!

     

     

    New

    Spoiler

     

    Quote

    0131 12:59:00866 :: ============================================================================================================
    0131 12:59:00867 :: Abort!!!!


    0131 12:59:00867 :: filename=root/black_test.py, name=__LoadWindow
    0131 12:59:00867 :: filename=root/black_test.py, name=__init__
    0131 12:59:00867 :: filename=root/black_test.py, name=<module>
    0131 12:59:00867 :: filename=root/system.py, name=_process_result
    0131 12:59:00867 :: filename=root/system.py, name=__pack_import
    0131 12:59:00867 :: filename=root/introLogin.py, name=Open
    0131 12:59:00867 :: filename=root/networkModule.py, name=__ChangePhaseWindow
    0131 12:59:00867 :: filename=root/uiPhaseCurtain.py, name=OnUpdate
    0131 12:59:00867 :: filename=root/prototype.py, name=RunApp
    0131 12:59:00867 :: filename=root/prototype.py, name=<module>
    0131 12:59:00867 :: filename=root/system.py, name=Run
    0131 12:59:00867 :: filename=root/system.py, name=execfile
    0131 12:59:00867 :: filename=root/system.py, name=RunMainScript
    0131 12:59:00867 :: filename=root/system.py, name=<module>
    0131 12:59:00867 :: filename=<string>, name=<module>
     

     

    • Metin2 Dev 168
    • Eyes 3
    • Scream 1
    • Good 24
    • Love 4
    • Love 60
  2. 18 minutes ago, Julio said:

    what about the fact that those images don't resize?

    Code used:

    "name" : "bg1","type" : "expanded_image", "x" : 0, "y" : 0,
                "type" : "ani_image",
                "x" : 0,
                "y" : 0,
                "width"  : SCREEN_WIDTH,
                "height" : SCREEN_HEIGHT,
                "x_scale" : float(SCREEN_WIDTH) /1980.0, "y_scale" : float(SCREEN_HEIGHT) /1080.0,
                
                "delay" : 6,
                "images" :
                (

    SetAniImgScale

    • Love 1
  3. 34 minutes ago, Deso said:

    We should check for nullptr in this place:

     

    //Find in void CWindowManager::SetTopUIWindow() (PythonWindowManager.cpp)
    #if defined(__BL_MOUSE_WHEEL_TOP_WINDOW__)
    		m_pTopWindow = pTopWindow;
    #endif
    
    ///Replace
    #if defined(__BL_MOUSE_WHEEL_TOP_WINDOW__)
    		if (m_pTopWindow)
    		{
    			m_pTopWindow = pTopWindow;
    		}
    #endif

     

    Please don't comment on things you don't know

    • Not Good 1
    • Lmao 1
  4. On 1/12/2023 at 7:18 PM, Thrall said:

    The system has some crashes at least in my case.

     

    How to reproduce it:

    If you /rewarp in Red Forest or Grotto of Exile while there is at least one player there, commonly you will get a crash like this:

    Screenshot-2.png

     

    I used Windows Local Debugger to see if i could track something and it got me to:

    image.png

     

    Still have no ideea if this is just me or not, any help would be appreciated.

     

    I added it to my list, I'll look

    #Fixed

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