Jump to content

Cunoo

Inactive Member
  • Posts

    326
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Cunoo

  1. Open in client/src/UserInferface/IntanceBaseEffect.cpp

    Search this function: 

    void CInstanceBase::UpdateTextTailLevel(DWORD level)

    Replace your function with this:

    void CInstanceBase::UpdateTextTailLevel(DWORD level)
    {
    	//static D3DXCOLOR s_kLevelColor = D3DXCOLOR(119.0f/255.0f, 246.0f/255.0f, 168.0f/255.0f, 1.0f);
    	static D3DXCOLOR s_kLevelColor = D3DXCOLOR(152.0f/255.0f, 255.0f/255.0f, 51.0f/255.0f, 1.0f);
    
    	char szText[256];
    	sprintf(szText, "Lv. %d", level);
    	CPythonTextTail::Instance().AttachLevel(GetVirtualID(), szText, s_kLevelColor);
    }

     

  2. On 6/20/2019 at 3:07 AM, migi said:

    Didn't work. The texture only works when I put the weapon file in disk D with the same path .. d:/ymir work/item/weapon/xxxxx.gr2 

    Yes it´s right.. You can have model where you want (folder) but must be in D.. Texture must be same as model in D but folder is "variable" just path from granny viewer.. If you want change path for texture check this forum for tool named "THC" this is texture changer..

    • Love 1
  3. You make something wrong...

    You need secondary disc d:\ or create virtual partition from your primary disc c::\ called d:\...

    If you have physical or virtual disc d:\ follow the path in granny viewer..
     

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

     

  4. 11 hours ago, PeaceMaker said:

    It is possible, if you don't have much things implemented. 

    Start by comparing packet.h for both source and see what you got there to implement in the new source or to remove from your client ...

    Thank you for answer. i have clean both sources.. and what i should do ? I mean what changes ? Where i need to start i looking in packet and i dont see any change 

  5. HEllo guyz i have problem with compile source (DB) i dont know where its problem can anyone help me please ? ?

    Screen: https://metin2.download/picture/GIJ1rKas4zgBxa131bZmQ1hn22NKVe5p/.png

    file on screen : https://metin2.download/picture/GIJ1rKas4zgBxa131bZmQ1hn22NKVe5p/.png

    My source : 

    This is the hidden content, please

    Unordered_map : http://leteckaposta.cz/568582627

    gmake dep: https://metin2.download/picture/GIJ1rKas4zgBxa131bZmQ1hn22NKVe5p/.png

  6. 11 hours ago, ridetpro said:

    Go to  : Network->Adapter 1->Select bridged adapter (And select the adapter through which you are connected to the internet, in my case I am connected via WI-fi)

    470081c3944b932af8d2bc54b564042c.png

    Go to your adapter list

    444372fa395456bbcddbccac444c1083.png

    You need the default gateway and the netmask

    1ba687d514f54adb3135a74049ddc7eb.png

    Write in console bsdconfig -> Networking management

    a59d1120961b9f1ab1f3456155de857f.png

    Select DNS nameserver and set them like this

    5a36b222a91ed0ceaeebcc72ef6fab99.png

    Select network Interfaces

    eee440e8b5f907918a2e509b4745e775.png

    8266cd451ef4211cef4a22094d8615ba.png

    Select your interface

    0b566a92f36d03c4b2f653234d77557e.png

    Add ipaddr  xxx.xxx.xxx.254, your default gateway adress, last three digits should be 254

    Add netmask xxx.xxx.xxx.xxx

    7990772b24d7a23c619f4617a08987e4.png

    Select save/exit click ok

    f8414bb5d4fd9b7229b6bd0f0a8d7116.png

    When this question apper, click yes.

    cac6ec595b60de98d461253900692c7b.png

    Select exit, click ok.

     

    Reboot vbox machine. Machine ip will be xxx.xxx.xxx.254

    But i dont have virtual BOX 

    i have server in home with Static IP ADRESs.... 

    18 hours ago, T4UMP said:

    Its Virtualbox?

    no

  7. 1 hour ago, filipw1 said:

    Hi. I'm looking for texture changer or just someone who can change texture directory by himself.

    Original texture is H:\ymir work\... and I need to change that to D:\ymir work\...

    These are those models

    
    https://mega.nz/#!0sVylShL!PKmTOzP3gIGMB2zpMORmpVf9lEadLReM7ufhHYZ7tCw

    I don't know what granny is it.

     

    Thanks for your help

    You can use this

    https://metin2.dev/board/index.php?/topic/6943-granny-tool-gr2-texture-changer/

     

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