if (file.isEmpty())
content = "<html><body><br><br><center>Error: no file name </center></body></html>";
no these lines
content = content.replaceAll("%LinkTitle%","Top PK");
nothing like this anywhere... I think for il need to do full rework becouse in mine files is like
htmlCode.append("<table>");
htmlCode.append(trOpen);
htmlCode.append("<td align=left valign=top>Server Restarted: " + GameServer.dateTimeServerStarted.getTime() + tdClose);
htmlCode.append(trClose);
htmlCode.append("</table>");
htmlCode.append("<table>");
htmlCode.append(trOpen);
htmlCode.append("<td><img src=\"sek.cbui355\" width=600 height=1><br></td>");
htmlCode.append(trClose);
at all no word like content
I think there is mistake where
Need to remove becouse of this it's showing tow names in diffrent colors :} First as you did, and second is original. When i removed this line, it's perfect!
Hello, Matim, maybe realy u can make it for IL, becouse i am trying to use it for equal, i took ExShowScreenMessage.java from l2j time line, i got no erorrs in gs no compile erorrs, but messages do not appear ;/
But when you die it's still count? becouse example i will reach 30 and when i will die, i can kill 30 again and nothing happening :?
I am using last rew of l2jEqual
Sory for my bad english.
Hello every one ;)
I want to ask it's possible to run off server like IL or C4 on Windows 7, becoucse i have some problems ;/
And if it's possible maybe some one can make guide?