Jump to content

ManiacRobert

Banned
  • Posts

    269
  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    0%

Posts posted by ManiacRobert

  1. After 

    		if (pItemGroup->GetValue(i, "price_type", shopItems[i].price_type) && pItemGroup->GetValue(i, "price_vnum", shopItems[i].price_vnum) && shopItems[i].price_type == 3) {
    			if (shopItems[i].price_type > 4 || shopItems[i].price_type < 1) {
    				sys_err("row(%d) of group items of group %s price_type is wrong!", i, pNode->GetNodeName().c_str());
    				return false;
    			}
    			TItemTable * pProto = ITEM_MANAGER::instance().GetTable(shopItems[i].price_vnum);
    			if (!pProto) {
    				sys_err("NOT GET ITEM PROTO %d", shopItems[i].price_vnum);
    				return false;
    			}
    		}

     

    You can add this to clean the memory

     

    memset(&getval, 0, sizeof(getval));

     

    • Good 1
    • Love 2
  2. Acum 25 minute, Daenerys a spus:

    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

    [https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif]
    _________________________________________________

    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>

     

    Hi Hyoun Joo Bae

    tumblr_od6dxm5QaC1qg8i80o1_540.jpg

  3. WORD CHARACTER::GetOriginalPart(BYTE bPartPos) const
    {
    	switch (bPartPos)
    	{
    		case PART_MAIN:
    			if (!IsPC())
    				return GetPart(PART_MAIN);
    			else
    				return m_pointsInstant.bBasePart;
    		case PART_HAIR:
    			return GetPart(PART_HAIR);
    			
    #ifdef __WEAPON_COSTUME_SYSTEM__
    		case PART_WEAPON:
    			return GetPart(PART_WEAPON);
    #endif
    
    		default:
    			return 0;
    	}
    }

     

  4. Acum 4 ore, ReFresh a spus:
    
    /*
    NOTE:
    	If the boss effect over head isn't displayed --> max limit of enum (276 - is default effect range done by ymir) is reached,
    	so you probably placed the EFFECT_BOSS below EFFECT_NUM which determines range of enum.
    */

    No, it's not.

    • Confused 1
    • Good 1
    • Love 2
  5. Acum 1 minut, MrQuin a spus:

    Apparently it only works with this resolution
    WIDTH                        1024
    HEIGHT                        705
     other than this that problem occurs

    works fine 1920x1080

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