Page 1 of 1

Anyone got MasterHandler error with Revision 4415?

Posted: Mon Sep 13, 2010 11:41 pm
by Pandragon
L2J Revision 4415:
L2JDP Revision 7664:

After I updated server files from 4413 to 4415, I get the following warning when I start the server.
------------------------------------------------------------------=[ Scripts ]
AirShipManager: Loaded 0 private airships
Loading Server Scripts
----------
1. ERROR in H:\L2J backup\gameserver\data\scripts\handlers\admincommandhandlers\
AdminGmChat.java (at line 71)
activeChar.sendPacket(new SystemMessage(SystemMessageId.YOU_MUST_SELECT_
A_TARGET));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^
SystemMessageId.YOU_MUST_SELECT_A_TARGET cannot be resolved
----------
----------
2. ERROR in H:\L2J backup\gameserver\data\scripts\handlers\skillhandlers\Blow.ja
va (at line 109)
if (Formulas.calcCrit(skill.getBaseCritRate() * 10 * Formulas.getSTRBonu
s(activeChar), target))
^^^^^^^^^^
^
The method getSTRBonus(L2Character) is undefined for the type Formulas
----------
----------
3. ERROR in H:\L2J backup\gameserver\data\scripts\handlers\skillhandlers\Pdam.ja
va (at line 102)
crit = Formulas.calcCrit(skill.getBaseCritRate() * 10 * Formulas.getSTRB
onus(activeChar), target);
^^^^^^^
^^^^
The method getSTRBonus(L2Character) is undefined for the type Formulas
----------
----------
4. ERROR in H:\L2J backup\gameserver\data\scripts\handlers\skillhandlers\Resurre
ct.java (at line 92)
cha.doRevive(Formulas.calculateSkillResurrectRestorePercent(skill.getPow
er(), activeChar.getWIT()));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method calculateSkillResurrectRestorePercent(double, L2Character) in the typ
e Formulas is not applicable for the arguments (double, int)
----------
4 problems (4 errors)Failed executing script: H:\L2J backup\gameserver\data\scri
pts\handlers\MasterHandler.java. See MasterHandler.java.error.log for details.
MasterHandler.java.error.log
Error on: H:\L2J backup\gameserver\data\scripts\handlers\MasterHandler.java.error.log
Line: -1 - Column: -1

compilation failed
Anyone with same problem???

Re: Anyone got error warnings with Revision 4415?

Posted: Mon Sep 13, 2010 11:45 pm
by badboy29
JIV wrote:for epilogue don't use trunk but branch instead.

Re: Anyone got MasterHandler error with Revision 4415?

Posted: Mon Sep 13, 2010 11:50 pm
by Pandragon
I will try that, thanks for the reply.

Re: Anyone got MasterHandler error with Revision 4415?

Posted: Mon Sep 13, 2010 11:52 pm
by wonderweiss
result :o

Re: Anyone got MasterHandler error with Revision 4415?

Posted: Tue Sep 14, 2010 8:41 am
by JIV
4414 and 4415 are not needed.