Jump to content

IonutKING

Member
  • Posts

    17
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by IonutKING

  1. Hello, I have a whispering problem.

    interfacemodule  https://pastebin.com/kmY7hxn1 

    https://metin2.download/picture/UA92pBDS7BJ58mUOCBKK1Z036M6M1Ak4/.gif


    1208 20:45:29841 ::   File "ui.py", line 1039, in OnPressEscapeKey

    1208 20:45:29841 ::   File "ui.py", line 88, in __call__

    1208 20:45:29841 ::   File "ui.py", line 70, in __call__

    1208 20:45:29841 ::   File "uiWhisper.py", line 251, in Minimize

    1208 20:45:29841 ::   File "interfaceModule.py", line 2101, in MinimizeWhisperDialog

    1208 20:45:29842 :: AttributeError
    1208 20:45:29842 :: : 
    1208 20:45:29842 :: 'Interface' object has no attribute '_Interface__MakeWhisperButton'

  2. Hello, I can not start the server, I have this error when giving sh start.sh

     

    1. I changed my mysql password

     

    2. We have deleted the .pid and .err files from the mysql folder

     

    root@:~ # cd /usr/home/game
    root@:/usr/home/game # sh start.sh
    1 - (1) Initiare CH1
    2 - (2) Initiare CH1 si CH2
    3 - (3) Initiare CH1 , CH2 si CH3
    4 - (4) Initiare CH1 , CH2 , CH3 si CH4
    5 - (5) Nu doresc sa fac nimic
    1
    Initiez Baza de Date ..
    Real Server
    Log Offmysql_real_connect: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) failed, retrying in 5 seconds

  3. Acum 24 minute, displayjokes a spus:

    Go on virtualbox and login as root:

    Do the following:    ee /etc/ssh/sshd_config

    you will open the file sshd_config on editor.

    Using arrow keys to scroll down, search this: #PermitRootLogin no

    And replace with: PermitRootLogin yes

     

    Your problem must be from root access not enabled, so you can't login. Only in virtual box ofc.

    It is already PermitRootLogin yes

    hynXFuS.png

     

  4. Sorry,but i do not know English well.

    Well, let's start with the beginning.
    Well, that's all, okay, I've compiled the source and after I shut it down virtual, today when I came home, I said to go in and change another one, said and done, when I compile the source, the virtual starts, but I can not connect to the putty / winscp gives me the error above.

     

    I must state that:

    1. I installed the latest version of the virtualbox

    2. I did the sysinstall again

    3. I installed hammachi again

    4. I downloaded freebsd 9.2 again

    Spoiler

  5. Acum 11 ore, ManiacRobert a spus:
    
    		if (pItem->GetSubType() == CItemData::ARMOR_BODY)
    		{
    			DWORD vnum = pItem->GetIndex();
    
    			if (12010 <= vnum && vnum <= 12049)
    			{
    				__AttachEffect(EFFECT_REFINED+EFFECT_BODYARMOR_SPECIAL);
    				__AttachEffect(EFFECT_REFINED+EFFECT_BODYARMOR_SPECIAL2);
    			}
    #ifdef VERSION_162_ENABLED
    			if (20760 <= vnum && vnum <= 20959)
    			{
    				__AttachEffect(EFFECT_REFINED + EFFECT_BODYARMOR_SPECIAL3);
    				break;
    			}
    #endif
    		}
    
    
    		if (refine < 7)	//현재 제련도 7 이상만 이펙트가 있습니다.
    			return 0;
    
    		if (pItem->GetSubType() == CItemData::ARMOR_BODY)
    		{
    			m_armorRefineEffect = EFFECT_REFINED+EFFECT_BODYARMOR_REFINED7+refine-7;
    			__AttachEffect(m_armorRefineEffect);
    		}
    		break;
    	}
    	return 0;
    }

     

    After the changed 

     

    image.png.8a496f55e10cc2e3022a9b037f5e9bcf.png

    https://pastebin.com/xzLCr3u0

    InstanceBase.cpp full

  6. Acum 10 ore, ManiacRobert a spus:
    
    		if (pItem->GetSubType() == CItemData::ARMOR_BODY)
    		{
    			DWORD vnum = pItem->GetIndex();
    
    			if (12010 <= vnum && vnum <= 12049)
    			{
    				__AttachEffect(EFFECT_REFINED+EFFECT_BODYARMOR_SPECIAL);
    				__AttachEffect(EFFECT_REFINED+EFFECT_BODYARMOR_SPECIAL2);
    			}
    #ifdef VERSION_162_ENABLED
    			if (20760 <= vnum && vnum <= 20959)
    			{
    				__AttachEffect(EFFECT_REFINED + EFFECT_BODYARMOR_SPECIAL3);
    				break;
    			}
    #endif
    		}
    
    
    		if (refine < 7)	//현재 제련도 7 이상만 이펙트가 있습니다.
    			return 0;
    
    		if (pItem->GetSubType() == CItemData::ARMOR_BODY)
    		{
    			m_armorRefineEffect = EFFECT_REFINED+EFFECT_BODYARMOR_REFINED7+refine-7;
    			__AttachEffect(m_armorRefineEffect);
    		}
    		break;
    	}
    	return 0;
    }

     

    I do not understand what you mean

  7. RO:

    Salut,de vreo 2 zile tot caut rezolvarea problemei pe care o am,si nu am gasit,asa ca am hotarat sa fac aici un topic,poate a mai avut cineva problema asta sau stie rezolvare.

    Problema este in felul urmator:
    Fac shop de pe un cont,iar de pe alt cont vin si cumpar itemele din shop-ul respectiv,iar cand ma uit in banca shop-ului,am 0 yang.
     

     

     

    EN:

    Hi,

     

    For 2 days I'm still trying to solve the problem I have, and I have not found it, so I decided to make a topic here, maybe someone else has this problem or knows how to solve it.

     

    The problem is as follows:
    I shop on an account and on another account I come and buy articles from the store, and when I look at the shop, I have 0 yang.
    

    https://metin2.download/picture/NcH3qqc0H8WmTmQ8BJFn8Q1hRJQgwH8y/.gif

    https://metin2.download/picture/DnkGcF0zMGDR9H4ZeQ8q9ZHno6M419RT/.gif

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