Jump to content

criss22

Members
  • Posts

    515
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by criss22

  1. Hello everyone. Who can tell me where i can find in java First Page of Community Board? Maybe i am stupid and i no have knowledge somethimes, but it is happend now. A simple questions no have answers. So, Where ? 
    l2r.gameserver.communitybbs { If it's here, in what location ? }

    l2r.gameserver.communitybbs.BB { If it's here, in what location ? }

    l2r.gameserver.communitybbsManagers { If it's here, in what location ? }

    Thank you !

     

  2. Yes, it is calling L2jMobius. I hear about this project goods. But, whne i log from Client, i get this...

    javax.crypto.BadPaddingException: Message is larger than modulus
    	at java.base/sun.security.rsa.RSACore.parseMsg(RSACore.java:214)
    	at java.base/sun.security.rsa.RSACore.crtCrypt(RSACore.java:166)
    	at java.base/sun.security.rsa.RSACore.rsa(RSACore.java:122)
    	at java.base/com.sun.crypto.provider.RSACipher.doFinal(RSACipher.java:365)
    	at java.base/com.sun.crypto.provider.RSACipher.engineDoFinal(RSACipher.java:404)
    	at java.base/javax.crypto.Cipher.doFinal(Cipher.java:2420)
    	at org.l2jmobius.loginserver.network.clientpackets.RequestAuthLogin.run(RequestAuthLogin.java:87)
    	at org.l2jmobius.loginserver.network.clientpackets.RequestAuthLogin.run(RequestAuthLogin.java:47)
    	at org.l2jmobius.loginserver.network.LoginClient.channelRead0(LoginClient.java:104)
    	at org.l2jmobius.loginserver.network.LoginClient.channelRead0(LoginClient.java:47)
    	at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
    	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
    	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
    	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
    	at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
    	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284)
    	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
    	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
    	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
    	at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
    	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284)
    	at io.netty.handler.codec.ByteToMessageCodec.channelRead(ByteToMessageCodec.java:103)
    	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
    	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
    	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
    	at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310)
    	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284)
    	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
    	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
    	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
    	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1434)
    	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
    	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
    	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:965)
    	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
    	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:646)
    	at io.netty.channel.nio.NioEventLoop.processSelectedKeysPlain(NioEventLoop.java:546)
    	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:500)
    	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:460)
    	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
    	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    	at java.base/java.lang.Thread.run(Thread.java:835)
    

    Can tell me someone what it is this?

  3. This error it is because...?

     [javac] javac: invalid target release: 12
        [javac] Usage: javac <options> <source files>
        [javac] use -help for a list of possible options
    
    BUILD FAILED
    C:\Users\Admin\git\master\L2J_Mobius_CT_2.6_HighFive\build.xml:64: Compile failed; see the compiler error output for details.
    
    Total time: 2 seconds

    or what java i need for L2jMobius? I have jdk-12.0.1 with enviroments applied. 

  4. Hello, i have a simple queston. How i can change this line

    StringUtil.append(html1, "<br><tr>", "<td><img src=\"" + item.getIcon() + "\" height=32 width=32>", "</td>", "<td>", "<font color=" + (cat.isSweep() ? ("ff00ff") : ("ff9933")) + ">" + item.getName() + "</font>", "<br1><font color=\"00cc66\">Chance:  </font>", "<font color=\"ffffff\">" + roundChance, "0%" + "</font>", "<font color=\"00cc66\"> Min: </font>", "<font color=\"ffffff\">" + drop.getMinDrop() + "</font>", "<font color=\"00cc66\"> Max: </font>", "<font color=\"ffffff\">" + drop.getMaxDrop() + "</font>", "</td>", "</tr>");
    					

    To read from HTML file? To load from NpcInfoTest.html. Now altview it is showing by this code. Java. But i want to make java read html. ( I hope SweeTs see this) Thanks.

×
×
  • Create New...