Jump to content

AZICKO

Management
  • Posts

    1504
  • Joined

  • Days Won

    13
  • Feedback

    100%

Posts posted by AZICKO

  1. On 1/9/2020 at 2:05 PM, ScreamMyName said:

    Hello. I personally think this forum is dying and has been dying for a long time.  It lacks the "community" part.

    Everyone here is either to sell, scam or beg. There are only a few people here left who still bring out new stuff and share ideas which what this should be about...??

    I generally reckon this forum need some re-thinking, it's scary how many scammers are active here.

     

    As for suggestions. I would suggest to start storing files internally (like epvp does) so we don't have to upload them on external sites.

    If you go through a lot of the older threads most of the files cannot be downloaded any more due to being deleted. So it gets kind of pointless to have all those threads if most of are missing assets. And I remember we used to have that "Downloads Section" where you could upload your files and do a little write up, but after a while it was gone.

     

    Hello,

     

    On our French forum, I made a complete backup of all download links, my goal is to avoid dead links...

    It will be done in the next few weeks, time to set up the site : dl.metin2.dev and to sort the topics :) 

    • Love 2
  2. M2 Download Center

    This is the hidden content, please
    ( Internal )

    Hello guys !

     

    I want to share an old set of weapons whose i changed their gloss.

     

    The file contains : 

    • Icons
    • Textures
    • Models

     

    Before the modification : 

     

    0617072019-02-05-21-15-56.jpg0617072019-02-05-21-16-05.jpg0617072019-02-05-21-16-57.jpg0617072019-02-05-21-16-38.jpg0617072019-02-05-21-17-25.jpg

     

    After the modification :

     

    0618522019-02-05-22-43-26.gif0621592019-02-05-23-04-45.gif0620232019-02-05-21-50-15.gif0621122019-02-06-16-11-03.gif0622562019-02-06-14-26-44.gif

     

    • Metin2 Dev 31
    • kekw 1
    • Eyes 1
    • Cry 1
    • Good 15
    • Love 4
    • Love 30
  3. Hello !

    Try this for ur first problem :

    Spoiler

    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];
    #ifdef NEW_PET_SYSTEM
        static D3DXCOLOR s_kPetLevelColor = D3DCOLOR_XRGB(255, 255,   0);
        if(IsNewPet())
        {
            sprintf(szText, "[Lv. %d] ", level);
            CPythonTextTail::Instance().AttachLevel(GetVirtualID(), szText, s_kPetLevelColor);
        }
        else{
            sprintf(szText, "[Lv. %d]", level);
            CPythonTextTail::Instance().AttachLevel(GetVirtualID(), szText, s_kLevelColor);        
        }
    #else
        sprintf(szText, "[Lv. %d] ", level);
        CPythonTextTail::Instance().AttachLevel(GetVirtualID(), szText, s_kLevelColor);
    #endif
    }

     

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