» Find Revision
L2J Revision Number:last
L2JDP Revision Number:last
server compiled at 20.08.2009 hour 10:31
i write the date here cause pack dosen't have any rev....well can some1 expalind me what kind of error is this?

1. ERROR in C:\gracia final server\gameserver\data\scripts\handlers\admincommand
handlers\AdminPolymorph.java (at line 86)
if (!TransformationManager.getInstance().transformPlayer(id, cha, durati
on))
^^^^^^^^^^^^^^^
The method transformPlayer(int, L2PcInstance) in the type TransformationManager
is not applicable for the arguments (int, L2PcInstance, long)
----------
----------
2. ERROR in C:\gracia final server\gameserver\data\scripts\handlers\admincommand
handlers\AdminRide.java (at line 70)
TransformationManager.getInstance().transformPlayer(PURPLE_MANED_HORSE_T
RANSFORMATION_ID, activeChar, Long.MAX_VALUE);
^^^^^^^^^^^^^^^
The method transformPlayer(int, L2PcInstance) in the type TransformationManager
is not applicable for the arguments (int, L2PcInstance, long)
----------
2 problems (2 errors)The method transformPlayer(int, net.sf.l2j.gameserver.model
.actor.instance.L2PcInstance) in the type net.sf.l2j.gameserver.instancemanager.
TransformationManager is not applicable for the arguments (int, net.sf.l2j.games
erver.model.actor.instance.L2PcInstance, long)
The method transformPlayer(int, net.sf.l2j.gameserver.model.actor.instance.L2PcI
nstance) in the type net.sf.l2j.gameserver.instancemanager.TransformationManager
is not applicable for the arguments (int, net.sf.l2j.gameserver.model.actor.ins
tance.L2PcInstance, long)
Failed executing script: C:\gracia final server\gameserver\data\scripts\handlers
\MasterHandler.java. See MasterHandler.java.error.log for details.
Compiled Scripts Cache is disabled.