Jump to content

Question

Posted (edited)

Hello guys i face a problem...All character don't earn bonus hp...Ex. if you start new char you just take a char with 1 hp... Maybe i made a wrong on vars? or returns? any idea? l2jacis pack!!Tnx alot,in addition i cant see any error on my eclipse...so it seems like a logic error...

 

5lv614.jpg

   [javac] Compiling 1 source file to c:\L2\classes
    [javac] C:\Users\millerose\Dropbox\L2\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\stat\CharStat.java:190: error: method getBaseHpMax in class CharTemplate cannot be applied to given types;
    [javac] 		return (int) calcStat(Stats.MAX_HP, _activeChar.getTemplate().getBaseHpMax(_activeChar.getLevel()), null, null);
    [javac] 		                                                             ^
    [javac]   required: no arguments
    [javac]   found: int
    [javac]   reason: actual and formal argument lists differ in length
    [javac] 1 error

Sorry for double post...

Edited by millerose23

4 answers to this question

Recommended Posts

  • 0
Posted

Hello guys i face a problem...All character don't earn bonus hp...Ex. if you start new char you just take a char with 1 hp... Maybe i made a wrong on vars? or returns? any idea? l2jacis pack!!Tnx alot,in addition i cant see any error on my eclipse...so it seems like a logic error...

 

5lv614.jpg

   [javac] Compiling 1 source file to c:\L2\classes
    [javac] C:\Users\millerose\Dropbox\L2\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\stat\CharStat.java:190: error: method getBaseHpMax in class CharTemplate cannot be applied to given types;
    [javac] 		return (int) calcStat(Stats.MAX_HP, _activeChar.getTemplate().getBaseHpMax(_activeChar.getLevel()), null, null);
    [javac] 		                                                             ^
    [javac]   required: no arguments
    [javac]   found: int
    [javac]   reason: actual and formal argument lists differ in length
    [javac] 1 error
Guest
This topic is now closed to further replies.
×
×
  • Create New...