Is it possible to make (rank) icon showen upper then tittle? Think it we ll be awesome xD Not only in dialog /pvpinfo...
And someone can explain me how to put command /pvpinfo into panel ALT + C.
Hm....
DDSConverter.NoFileOrNoPermission
java.lang.IllegalArgumentException: DDSConverter.NoFileOrNoPermission
at com.l2jfrozen.util.DDSConverter.convertToDDS(DDSConverter.java:80)
at com.l2jfrozen.gameserver.custom.imageconverter.ServerSideImage.putImg
HtmlTag(ServerSideImage.java:46)
at com.l2jfrozen.gameserver.custom.pvpsystem.CustomPvpSystemPlayerInfo.e
xpBelt(CustomPvpSystemPlayerInfo.java:427)
at com.l2jfrozen.gameserver.custom.pvpsystem.CustomPvpSystemPlayerInfo.p
layerResponseHtml(CustomPvpSystemPlayerInfo.java:133)
at com.l2jfrozen.gameserver.custom.pvpsystem.CustomPvpSystemPlayerInfo.s
endPlayerResponse(CustomPvpSystemPlayerInfo.java:43)
at com.l2jfrozen.gameserver.custom.pvpsystem.CustomPvpSystemCmd.useVoice
dCommand(CustomPvpSystemCmd.java:49)
at com.l2jfrozen.gameserver.network.clientpackets.Say2.runImpl(Say2.java
:477)
at com.l2jfrozen.gameserver.network.clientpackets.L2GameClientPacket.run
(L2GameClientPacket.java:75)
at com.l2jfrozen.gameserver.network.L2GameClient.run(L2GameClient.java:1
196)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
I know file location but how it would be right ? every where startsWith("_bbscprs")) ?
When i tryed it always show me "command is not implemented yet".
help me change this one
else if(command.startsWith("_bbsloc"))
{
RegionBBSManager.getInstance().parsecmd(command, activeChar);
}
change RegiobBBSManager to CustomPvpSystemBBSManager ?