Anyone got MasterHandler error with Revision 4415?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
Pandragon
Posts: 704
Joined: Tue Jul 26, 2005 7:38 pm

Anyone got MasterHandler error with Revision 4415?

Post 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???
Last edited by Pandragon on Mon Sep 13, 2010 11:49 pm, edited 1 time in total.
User avatar
badboy29
Posts: 417
Joined: Fri Apr 24, 2009 5:34 am
Location: Brazil

Re: Anyone got error warnings with Revision 4415?

Post by badboy29 »

JIV wrote:for epilogue don't use trunk but branch instead.
Aka UnHoly
User avatar
Pandragon
Posts: 704
Joined: Tue Jul 26, 2005 7:38 pm

Re: Anyone got MasterHandler error with Revision 4415?

Post by Pandragon »

I will try that, thanks for the reply.
wonderweiss
Posts: 16
Joined: Mon Aug 02, 2010 9:23 pm

Re: Anyone got MasterHandler error with Revision 4415?

Post by wonderweiss »

result :o
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Anyone got MasterHandler error with Revision 4415?

Post by JIV »

4414 and 4415 are not needed.
Post Reply