eKo Posted October 26, 2011 Author Posted October 26, 2011 Do the Rest yourself :) aint that hard i gave you an example Ps: dont pm me for help i am Currently not active working on l2j due to final exams
JigSaw-@ Posted October 27, 2011 Posted October 27, 2011 Nice work bro its usefull enough...and saves from some annoying npcs...
NeoDark Posted February 5, 2012 Posted February 5, 2012 I liked this version, although I saw in the full server, no one would have that? :p Just like me, thanks ^^
NeoDark Posted February 6, 2012 Posted February 6, 2012 Acabo de probar el paste y esta incompleto -.-"
eKo Posted February 8, 2012 Author Posted February 8, 2012 Acabo de probar el paste y esta incompleto -.-" eng?? anyway the version was a very "lite" version of a community board as i said before its not incompleto. but i am comming back to l2j the next weeks after a while now, i am currently working on a old acis Rev from me, i will provide soon a new Community board including much more Features. here a small pic of it News/Changelog and Server History's will be read via XML so no more time burning editing
eKo Posted February 8, 2012 Author Posted February 8, 2012 Yes is the patch is incomplete :-\ do you actually for gods sake read the thread!? Sharing my Community Board but a "lite" Version Contains only - Index html - Pvp Table html - Top Pvp basic code you can easly add new Features wich means the share is not Incomplete i just didnt share all of it just a LITE version
alekos5 Posted February 9, 2012 Posted February 9, 2012 I was trying to add top pk but i have a little problem. i created new file playerlist1 for pk but i dont know how to connect it in TopBBSManager. Here is my code. else if (command.startsWith("_bbshome;")) { PlayerList pl = new PlayerList(); StringTokenizer st = new StringTokenizer(command, ";");st.nextToken(); int idp = Integer.parseInt(st.nextToken()); String content = HtmCache.getInstance().getHtm(activeChar.getHtmlPrefix(), "data/html/CommunityBoard/" + idp + ".htm"); if (content == null) { content = "<html><body><br><br><center>404 :File not found: 'data/html/CommunityBoard/" + idp + ".htm' </center></body></html>"; } content = content.replaceAll("%PlayerList%", pl.loadPlayerList()); separateAndSend(content, activeChar); } else if (command.startsWith("_bbshome;")) { PlayerList1 pl = new PlayerList1(); StringTokenizer st = new StringTokenizer(command, ";");st.nextToken(); int idp = Integer.parseInt(st.nextToken()); String content = HtmCache.getInstance().getHtm(activeChar.getHtmlPrefix(), "data/html/CommunityBoard/" + idp + ".htm"); if (content == null) { content = "<html><body><br><br><center>404 :File not found: 'data/html/CommunityBoard/" + idp + ".htm' </center></body></html>"; } content = content.replaceAll("%PlayerList1%", pl.loadPlayerList1()); separateAndSend(content, activeChar); } the problem is that i see %PlayerList1% instead of statistics.. Could u help me?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now