Page 1 of 1

henna >+5 Base stats

Posted: Sun Sep 25, 2011 1:41 pm
by Metaron
Immediately apologize if anything is written or not okrektno tuda, I know English bad.
Where in the nucleus to be correct when applied krasok taken into account more than + 5

Re: henna >+5 Base stats

Posted: Sun Sep 25, 2011 6:53 pm
by Michalis
Metaron wrote:Immediately apologize if anything is written or not okrektno tuda, I know English bad.
Where in the nucleus to be correct when applied krasok taken into account more than + 5
Agree :shock: well my friend don't use translator because you confuse us more!
try to explain with your words

Re: henna >+5 Base stats

Posted: Sun Sep 25, 2011 8:38 pm
by BiggBoss
com.l2jserver.gameserver.model.actor.instance.L2PcInstance.recalcHennaStats()

Code: Select all

    private void recalcHennaStats()    {        _hennaINT = 0;        _hennaSTR = 0;        _hennaCON = 0;        _hennaMEN = 0;        _hennaWIT = 0;        _hennaDEX = 0;                for (int i=0;i<3;i++)        {            if (_henna[i]==null)continue;            _hennaINT += _henna[i].getStatINT();            _hennaSTR += _henna[i].getStatSTR();            _hennaMEN += _henna[i].getStatMEM();            _hennaCON += _henna[i].getStatCON();            _hennaWIT += _henna[i].getStatWIT();            _hennaDEX += _henna[i].getStatDEX();        }                if (_hennaINT>5)_hennaINT=5;        if (_hennaSTR>5)_hennaSTR=5;        if (_hennaMEN>5)_hennaMEN=5;        if (_hennaCON>5)_hennaCON=5;        if (_hennaWIT>5)_hennaWIT=5;        if (_hennaDEX>5)_hennaDEX=5;    } 

Re: henna >+5 Base stats

Posted: Mon Sep 26, 2011 8:46 pm
by blarke
wow. how much time did it take to decode this, BiggBoss? :shock:
without your response, i'd still fail to understand what the request was :)

Re: henna >+5 Base stats

Posted: Mon Sep 26, 2011 9:05 pm
by BiggBoss
its easly understandable reading the topics title