Jump to content

Recommended Posts

char_battle.cpp open and search

Kod:
TItemDropPenalty aItemDropPenalty_kor[9] =
{
    {   0,   0,  0,  0 },    // ìâ€*왕
    {   0,   0,  0,  0 },    // ì˜웅
    {   0,   0,  0,  0 },    // ì‱ì
    {   0,   0,  0,  0 },    // ì§â‚¬ì¸
    {   0,   0,  0,  0 },    // ì–‘민
    {  25,   1,  5,  1 },    // ë‚*ì¸
    {  50,   2, 10,  1 },    // ì•…ì¸
    {  75,   4, 15,  1 },    // ë§Ë†ë‘
    { 100,   8, 20,  1 },    // íÅ’¨ì™•
};

replace with

Kod:
TItemDropPenalty aItemDropPenalty_kor[9] =
{
    {   0,   0,  0,  0 },    // ìâ€*왕
    {   0,   0,  0,  0 },    // ì˜웅
    {   0,   0,  0,  0 },    // ì‱ì
    {   0,   0,  0,  0 },    // ì§â‚¬ì¸
    {   0,   0,  0,  0 },    // ì–‘민
    {   0,   0,  0,  0 },    // ë‚*ì¸
    {   0,   0,  0,  0 },    // ì•…ì¸
    {   0,   0,  0,  0 },    // ë§Ë†ë‘
    {   0,   0,  0,  0 },    // íÅ’¨ì™•
};
  • Metin2 Dev 1
  • Good 1
  • Love 2
Link to comment
https://metin2.dev/topic/8678-player-item-dropping-dead-alignment/
Share on other sites

  • 3 months later...
On 23.09.2015 at 11:26 AM, Night said:

more or less, its just setting the Item Drop Penalty to 0 this is not a fix it depend on you and what you want for your server.

This isn't a fix either way.. if you don't want items to drop as a penalty then use antiflag.

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.