Jump to content

Mali

Honorable Member
  • Posts

    918
  • Joined

  • Days Won

    877
  • Feedback

    100%

Posts posted by Mali

  1. 15 hours ago, apocalyptic said:

    It didn't worked for me ..

     

    0815 04:52:31916 :: Failed to load script file : locale/es/ui/ExpandedTaskBar.py

    0815 04:52:31917 :: 

    ui.py(line:3366) LoadScriptFile

    system.py(line:192) execfile

    system.py(line:163) Run

    locale/es/ui/ExpandedTaskBar.py(line:56) <module>

    LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.AttributeError'>:'module' object has no attribute 'KEYCHANGE_PARTY_MATCH_WINDOW'

    0815 04:52:31917 :: ============================================================================================================

    0815 04:52:31917 :: Abort!!!!

     

    0815 04:52:31917 :: 

    uiTaskBar.py(line:205) LoadWindow

    ui.py(line:3383) LoadScriptFile

    exception.py(line:36) Abort

    ExpandedTaskBar.LoadWindow.LoadObject - <type 'exceptions.SystemExit'>:

     

    EDIT ::: FOR THIS ERROR ---> locale/xx/locale_interface.txt ---> ADD :::

    KEYCHANGE_PARTY_MATCH_WINDOW[TAB]Group Search

    Sorry I forgot:facepalm:

    • Love 1
  2. On 10.08.2017 at 2:30 AM, Dobrescu Sebastian said:

    Being a free release is enough. I think everyone in this forum knows already a little programming so he can improve the code by himself.

    You said good, Learning programming is a never ending process and there will always be someone who is better at it than you, but just don't mess with his sentiments. You said "Thanks for release, but... " well there should be no but, because after a "but" nothing comes good.

    He posted something free that most of us wouldn't finish it. So stop hate and say " Thank you for your kindness "

     

    So thank you for your kindness Mali.

    :wub:Thanks for your nice comment dude. Some people know everything and Hard Level Coding. So do you create anything or just criticize others ha Tasho? Please show us your Hard Level Coding Style. 

    • Love 1
  3. 14 hours ago, Shang said:

    It is not necessary to change anything in the PythonBackground.cpp because there is already another level of shadow that makes what you want to do.

    Changing the shadow level to 5 is enough. The level 5 is the highest level.

    yK7_fNvYRDS4OAFYRP-Ndw.png

    My smart boy, do you try it?

    • Love 1
  4.  

     

    Spoiler

     

    Userinterface/PythonBackground.cpp:

    Find:

    
    
    case SHADOW_ALL_HIGH:
                rkMap.SetDrawShadow(true);    
                rkMap.SetDrawCharacterShadow(true);
                rkMap.SetShadowTextureSize(1024);
                break;

    Change:

    
    
    case SHADOW_ALL_HIGH:
                rkMap.SetDrawShadow(true);    
                rkMap.SetDrawCharacterShadow(true);
                rkMap.SetShadowTextureSize(1024*2);
                break;

     

     

    If you don't have shadow settings (on uisystemoptions.py)

    open metin2.cfg and change SHADOW_LEVEL 5

    • Metin2 Dev 2
    • Love 11
  5. On 03.07.2017 at 1:03 PM, SergiuAndreiM said:

    in cmd_general.cpp

        #ifdef ENABLE_MESSENGER_BLOCK
        if (MessengerManager::instance().IsBlocked_Target(ch->GetName(), pkVictim->GetName()))
        {
            //ben blokladım hacı
            ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("%s blokkk"), pkVictim->GetName());
            return;
        }
        if (MessengerManager::instance().IsBlocked_Target(ch->GetName(), pkVictim->GetName()))
        {
            //o blokladı hacı
            ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("%s blokkk_me"), pkVictim->GetName());
            return;
        }
        #endif

    the second must be IsBlocked_me

    same thing for exchange.cpp

    same thing for imput_main.cpp : partyInvite

    cmd_emotion.cpp

    Thanks dude, my mistake.

    On 06.07.2017 at 0:11 AM, changemylife said:

    Can anyone say me what's exactly the Problem here :

    cd55b50c09.jpg

     

    Player 1 blocks Player 2 but Player 2 can write a message and player 1 receive it.

    Check out system I edited

    • Metin2 Dev 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.