Jump to content

hachiwari

Active Member
  • Posts

    299
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by hachiwari

  1.  

    	const int ELEMENT_BASE = 11;
    	DWORD curElementBase = ELEMENT_BASE;
    	DWORD raceFlag;
    	if (m_pkChrTarget && m_pkChrTarget->IsMonster() && (raceFlag = m_pkChrTarget->GetMobTable().dwRaceFlag) >= RACE_FLAG_ATT_ELEC)
    	{
    		for (int i = RACE_FLAG_ATT_ELEC; i <= RACE_FLAG_ATT_DARK; i *= 2)
    		{
    			curElementBase++;
    			int diff = raceFlag - i;
    			if (abs(diff) <= 1024)
    				break;
    		}
    		p.bElement = curElementBase - ELEMENT_BASE;
    	}
    	else
    	{
    		p.bElement = 0;
    	}

    #nicecode

  2. Dnia 2.04.2017 o 16:36, Syreldar napisał:

    Where did you download this Sash System with Scale support?

    If you downloaded it from Metin2Downloads, download it again, i've updated it yesterday because of some client incongruences.

    Dove hai scaricato questo Sistema di Stole con supporto Scalatura?

    Se lo hai scaricato da Metin2Downloads, riscaricalo, lo ho aggiornato ieri per via di alcune incongruenze al client.

    In Metin2Downloads your link is break ;<<

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