Page 1 of 1

How To Solve this?

Posted: Tue Mar 30, 2010 4:02 am
by Crom
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:4025
L2JDP Revision Number:7207

I know the method setFile has been changed, i was searching and i didn't found nothing, how i can solve this error?

D:\Line\Aplicaciones\Server\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2BufferInstance.java:432: setFile(java.lang.String,java.lang.String) in com.l2jserver.gameserver.network.serverpackets.NpcHtmlMessage cannot be applied to (java.lang.String)
[javac] html.setFile(PARENT_DIR+"schememenu.htm");

And this other, i don't have idea how to solve or hat is it.

[javac] D:\Line\Aplicaciones\Server\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2BufferInstance.java:293: method does not override or implement a method from a supertype
[javac] @Override

Re: How To Solve this?

Posted: Tue Mar 30, 2010 7:41 am
by JIV
already discussed, search.

Re: How To Solve this?

Posted: Tue Mar 30, 2010 3:07 pm
by Crom
What is already discussed? The first error or the second error?

About the first error i search by "java.lang.String", "html.setFile" and "setFile" and any solution of how to change, they speak about "msg.setFile" method.

About the second error "onActionShift(L2GameClient client)" it's too common to sarch it, and, "override" and "@override" and i don't found any usefull information.