Jump to content

JarajTo

Inactive Member
  • Posts

    106
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by JarajTo

  1. 2 godziny temu, Daenerys napisał:

    Dear Sir or Madam,

    My name is Hyoun Joo Bae and I am writing on behalf of my employer, WEBZEN INC. (pWebzenq), who is the copyright and trademark owner of the game known as Metin2.

    It has come to our attention that you are infringing upon Webzenos intellectual property rights in terms of copyright and trademark. You have infringed upon Webzenos copyright in and to Metin2 by providing illegal download links through the following address: averion.pl/main/download. Furthermore, you are using trademarks of Webzen and Ymir (both owned by Webzen) without Webzenos permission and trying to imply that there are some kind of business relationships among Webzen, Ymir and Averion. However, as you are already well aware, Webzen and Ymir have not authorized you to use Webzenos trademarks or to provide the service of Metin2.

    As the rightful and legal owner of Metin2, the pertinent intellectual properties and trademarks of Webzen and Ymir, we take these violations very seriously. Therefore, we demand that you immediately (A) cease and desist your unlawful servicing of Metin2 and display of Webzenos trademarks and (B) provide us with prompt written assurance within seven (7) days that you will cease and desist from further infringement.

    If you have any questions, please contact me directly.

    Sincerely,
    Hyoun Joo Bae

    [http://gw.webzen.co.kr/KOR_WEBROOT/UPLOAD/906/NBBEDITOR/NB/A_01_%5bCI%5d_WEBZEN(RED)_signature_1.png]
    _________________________________________________

    Hyoun Joo Bae
    Legal Counsel
    Intol Legal Affairs Team Ɖ Business Strategy Division
    M. +82-10-7767-7174 I E. [email protected]
    _________________________________________________

    242, Pangyo-ro, Bundang-gu, Seongnam-si,
    Gyeonggi-do, Korea 13487
    www.webzen.co.kr<http://www.webzen.co.kr>
    www.webzen.com<http://www.webzen.com>

     

    Old but gold, funny fake ?

    • Love 2
  2. 2 godziny temu, Vanilla napisał:

    It looks like it's using a skill to attack or am I wrong? Because if these are basic attacks, they'd be triggered by the speedhack detection and therefore lead into a kick with the fix mentioned above. But it'd be that they're abusing a skill and mayb the check is missing there. I'll have a look and tell you once I've figured it out.

    I think it`s normal attack, on video posted above ninja has 4lvl. Some servers disable the speedhack function because of random kick with bad code.

     

    or I'm ginger

    1 godzinę temu, Vanilla napisał:

    Nope, it's not bad code. The code is working fine. Some servers just allow absurd high attack speed values because they think it's cool or something.. The calculation doesn't add up at all. I've tested the code that's posted above and it seems to work without false flags, but there's no guarantee that it'll work with every server.

    I use similar code,  Some servers just allow absurd high attack speed values because they think it's cool or something.. that`s what i mean

  3. ^^ ???

    You can use orginal function like IsGameMaster or GetGMLevel

    Be careful, don`t give this permission to all teammates.

    Just use != GM_IMPLEMENTOR

    This will work

    	    if (IS_SET(item->GetAntiFlag(), ITEM_ANTIFLAG_GIVE) && m_pOwner->GetGMLevel() == GM_PLAYER)
        {
            m_pOwner->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("???? ??? ? ????."));
            return false;
        }
    	
    • 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.