Jump to content

Legend

Banned
  • Posts

    150
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    0%

Posts posted by Legend

  1. 24 minutes ago, VegaS said:

     

    Photo from me (discussion between me and an owner who is in that list, one of the largest.)

    28b2712feee9479abac9b39bdefc68f2.png

    This is very bad for these people who have these servers.

     

    For these people who want to open a server i think the only solution is that:

    Outside of europe is the only solution to keep a server alive.

  2. 7 minutes ago, Veneno said:

    Thanks friend but what am I doing wrong here?

      Hide contents

    int iGap = (iDist / 100) - 5 - pkAttacker->GetPoint(POINT_BOW_DISTANCE);
        int iPercent = 100 - (iGap * 5);

        if (pkArrow->GetVnum() = 79504)
        {
            iPercent = 100;
        }

        if (iPercent <= 0)
            return 0;
        else if (iPercent > 100)
            iPercent = 100;

        int iDam = 0;

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

    You cant use item ID for this, use subtype.

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