Jump to content

alin2894

Inactive Member
  • Posts

    192
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by alin2894

  1. HQ973k9.png

    As you see in the picture there are many different upgrade items(the picture isn't showing all) but why? maybe ymir is preparing some new episodes? or they just made it for the future

    that items already in actual client GF

  2. Hi, metin2dev.

    I have a question concerning the function:

    	if (IsPolymorphed() == true)
    	{
    		RemoveAffect(AFFECT_POLYMORPH);
    	}
    
    	if (GetHorse())
    	{
    		HorseSummon( false, true );
    	}
    	else if (GetMountVnum())
    	{
    		RemoveAffect(AFFECT_MOUNT);
    		RemoveAffect(AFFECT_MOUNT_BONUS);
    	}
    		SetPolymorph(20091, true);
    
    }
    

    This function It turns into npc (20091, Seon Pyeong), how can I call that npc but not transform, appear next to me ?

     

    I tried this function:

        if (IsPolymorphed() == false)
        {
            RemoveAffect(AFFECT_POLYMORPH);
        }
    
    	if (GetHorse())
    	{
    		HorseSummon( false, true );
    	}
    	else if (GetMountVnum())
    	{
    		RemoveAffect(AFFECT_MOUNT);
    		RemoveAffect(AFFECT_MOUNT_BONUS);
    	}
    		GetNPC(20091, true);
    
    }
    

    but receive compilation error, you know another method?

  3.  

     

     

    This How To Compile Reboot ? 

    What ?

     

    It's easy, open .sln and click build solution :(

     

    What's This ? 

     

    thank you Metin2 dev

     
    What you say ? I don't understand.

     

    What do we do with this file?

     

    thank you :)

     

     

    Open it with Visual Studio 2013, set mode to release, and then:

     

    ctrl+shit+b

     

    The file will be on the folder binary with the name Metin2Release.exe

     

     

     

    found a bug, do not show defenses, show them UNKNOWN_VALUE

     

    SCREEN:

    nLl8zR0.jpg

     

    It's something you edited, i just compiled it too check and its working fine: 

     

    P8Piy9D.png

     

    solved

  4. Why o have this problem?

     

    ouSCd.png

     

    I looking some tutorials and they say i must install php5-mysql, but when i install them i have this problem:

     

    When open my "link" they download my site.

     

    Jq3kc.png

     

    What i did wrong?

     

    Use a clean FreeBSD, and follow the tutorial and steps. To me it worked perfectly.
     
    You must have software installed that conflict.
     
    Its tested on freebsd 10 and 10.1
    • 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.