ClanBoard.java 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. /*
  2. * Copyright (C) 2004-2014 L2J DataPack
  3. *
  4. * This file is part of L2J DataPack.
  5. *
  6. * L2J DataPack is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * L2J DataPack is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. * General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  18. */
  19. package handlers.communityboard;
  20. import java.util.StringTokenizer;
  21. import com.l2jserver.gameserver.datatables.ClanTable;
  22. import com.l2jserver.gameserver.handler.CommunityBoardHandler;
  23. import com.l2jserver.gameserver.handler.IWriteBoardHandler;
  24. import com.l2jserver.gameserver.model.L2Clan;
  25. import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
  26. import com.l2jserver.gameserver.network.SystemMessageId;
  27. import com.l2jserver.gameserver.util.Util;
  28. import com.l2jserver.util.StringUtil;
  29. /**
  30. * Clan board.
  31. * @author Zoey76
  32. */
  33. public class ClanBoard implements IWriteBoardHandler
  34. {
  35. private static final String[] COMMANDS =
  36. {
  37. "_bbsclan",
  38. "_bbsclan_list",
  39. "_bbsclan_clanhome"
  40. };
  41. @Override
  42. public String[] getCommunityBoardCommands()
  43. {
  44. return COMMANDS;
  45. }
  46. @Override
  47. public boolean parseCommunityBoardCommand(String command, L2PcInstance activeChar)
  48. {
  49. if (command.equals("_bbsclan"))
  50. {
  51. CommunityBoardHandler.getInstance().addBypass(activeChar, "Clan", command);
  52. if ((activeChar.getClan() == null) || (activeChar.getClan().getLevel() < 2))
  53. {
  54. clanList(activeChar, 1);
  55. }
  56. else
  57. {
  58. clanHome(activeChar);
  59. }
  60. }
  61. else if (command.startsWith("_bbsclan_clanlist"))
  62. {
  63. CommunityBoardHandler.getInstance().addBypass(activeChar, "Clan List", command);
  64. if (command.equals("_bbsclan_clanlist"))
  65. {
  66. clanList(activeChar, 1);
  67. }
  68. else if (command.startsWith("_bbsclan_clanlist;"))
  69. {
  70. StringTokenizer st = new StringTokenizer(command, ";");
  71. st.nextToken();
  72. int index = Integer.parseInt(st.nextToken());
  73. clanList(activeChar, index);
  74. }
  75. }
  76. else if (command.startsWith("_bbsclan_clanhome"))
  77. {
  78. CommunityBoardHandler.getInstance().addBypass(activeChar, "Clan Home", command);
  79. if (command.equals("_bbsclan_clanhome"))
  80. {
  81. clanHome(activeChar);
  82. }
  83. else if (command.startsWith("_bbsclan_clanhome;"))
  84. {
  85. StringTokenizer st = new StringTokenizer(command, ";");
  86. st.nextToken();
  87. int index = Integer.parseInt(st.nextToken());
  88. clanHome(activeChar, index);
  89. }
  90. }
  91. else if (command.startsWith("_bbsclan_clannotice_edit;"))
  92. {
  93. CommunityBoardHandler.getInstance().addBypass(activeChar, "Clan Edit", command);
  94. clanNotice(activeChar, activeChar.getClanId());
  95. }
  96. else if (command.startsWith("_bbsclan_clannotice_enable"))
  97. {
  98. CommunityBoardHandler.getInstance().addBypass(activeChar, "Clan Notice Enable", command);
  99. if (activeChar.getClan() != null)
  100. {
  101. activeChar.getClan().setNoticeEnabled(true);
  102. }
  103. clanNotice(activeChar, activeChar.getClanId());
  104. }
  105. else if (command.startsWith("_bbsclan_clannotice_disable"))
  106. {
  107. CommunityBoardHandler.getInstance().addBypass(activeChar, "Clan Notice Disable", command);
  108. if (activeChar.getClan() != null)
  109. {
  110. activeChar.getClan().setNoticeEnabled(false);
  111. }
  112. clanNotice(activeChar, activeChar.getClanId());
  113. }
  114. else
  115. {
  116. CommunityBoardHandler.separateAndSend("<html><body><br><br><center>Command " + command + " need development.</center><br><br></body></html>", activeChar);
  117. }
  118. return true;
  119. }
  120. private void clanNotice(L2PcInstance activeChar, int clanId)
  121. {
  122. final L2Clan cl = ClanTable.getInstance().getClan(clanId);
  123. if (cl != null)
  124. {
  125. if (cl.getLevel() < 2)
  126. {
  127. activeChar.sendPacket(SystemMessageId.NO_CB_IN_MY_CLAN);
  128. parseCommunityBoardCommand("_bbsclan_clanlist", activeChar);
  129. }
  130. else
  131. {
  132. final StringBuilder html = StringUtil.startAppend(2000, "<html><body><br><br><table border=0 width=610><tr><td width=10></td><td width=600 align=left><a action=\"bypass _bbshome\">HOME</a> &gt; <a action=\"bypass _bbsclan_clanlist\"> CLAN COMMUNITY </a> &gt; <a action=\"bypass _bbsclan_clanhome;", String.valueOf(clanId), "\"> &amp;$802; </a></td></tr></table>");
  133. if (activeChar.isClanLeader())
  134. {
  135. StringUtil.append(html, "<br><br><center><table width=610 border=0 cellspacing=0 cellpadding=0><tr><td fixwidth=610><font color=\"AAAAAA\">The Clan Notice function allows the clan leader to send messages through a pop-up window to clan members at login.</font> </td></tr><tr><td height=20></td></tr>");
  136. if (activeChar.getClan().isNoticeEnabled())
  137. {
  138. StringUtil.append(html, "<tr><td fixwidth=610> Clan Notice Function:&nbsp;&nbsp;&nbsp;on&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;<a action=\"bypass _bbsclan_clannotice_disable\">off</a>");
  139. }
  140. else
  141. {
  142. StringUtil.append(html, "<tr><td fixwidth=610> Clan Notice Function:&nbsp;&nbsp;&nbsp;<a action=\"bypass _bbsclan_clannotice_enable\">on</a>&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;off");
  143. }
  144. StringUtil.append(html, "</td></tr></table><img src=\"L2UI.Squaregray\" width=\"610\" height=\"1\"><br> <br><table width=610 border=0 cellspacing=2 cellpadding=0><tr><td>Edit Notice: </td></tr><tr><td height=5></td></tr><tr><td><MultiEdit var =\"Content\" width=610 height=100></td></tr></table><br><table width=610 border=0 cellspacing=0 cellpadding=0><tr><td height=5></td></tr><tr><td align=center FIXWIDTH=65><button value=\"&$140;\" action=\"Write Notice Set _ Content Content Content\" back=\"l2ui_ch3.smallbutton2_down\" width=65 height=20 fore=\"l2ui_ch3.smallbutton2\" ></td><td align=center FIXWIDTH=45></td><td align=center FIXWIDTH=500></td></tr></table></center></body></html>");
  145. Util.sendCBHtml(activeChar, html.toString(), activeChar.getClan().getNotice(), false);
  146. }
  147. else
  148. {
  149. StringUtil.append(html, "<img src=\"L2UI.squareblank\" width=\"1\" height=\"10\"><center><table border=0 cellspacing=0 cellpadding=0><tr><td>You are not your clan's leader, and therefore cannot change the clan notice</td></tr></table>");
  150. if (activeChar.getClan().isNoticeEnabled())
  151. {
  152. StringUtil.append(html, "<table border=0 cellspacing=0 cellpadding=0><tr><td>The current clan notice:</td></tr><tr><td fixwidth=5></td><td FIXWIDTH=600 align=left>" + activeChar.getClan().getNotice() + "</td><td fixqqwidth=5></td></tr></table>");
  153. }
  154. StringUtil.append(html, "</center></body></html>");
  155. CommunityBoardHandler.separateAndSend(html.toString(), activeChar);
  156. }
  157. }
  158. }
  159. }
  160. private void clanList(L2PcInstance activeChar, int index)
  161. {
  162. if (index < 1)
  163. {
  164. index = 1;
  165. }
  166. // header
  167. final StringBuilder html = StringUtil.startAppend(2000, "<html><body><br><br><center><br1><br1><table border=0 cellspacing=0 cellpadding=0><tr><td FIXWIDTH=15>&nbsp;</td><td width=610 height=30 align=left><a action=\"bypass _bbsclan_clanlist\"> CLAN COMMUNITY </a></td></tr></table><table border=0 cellspacing=0 cellpadding=0 width=610 bgcolor=434343><tr><td height=10></td></tr><tr><td fixWIDTH=5></td><td fixWIDTH=600><a action=\"bypass _bbsclan_clanhome;", String.valueOf((activeChar.getClan() != null) ? activeChar.getClan().getId() : 0), "\">[GO TO MY CLAN]</a>&nbsp;&nbsp;</td><td fixWIDTH=5></td></tr><tr><td height=10></td></tr></table><br><table border=0 cellspacing=0 cellpadding=2 bgcolor=5A5A5A width=610><tr><td FIXWIDTH=5></td><td FIXWIDTH=200 align=center>CLAN NAME</td><td FIXWIDTH=200 align=center>CLAN LEADER</td><td FIXWIDTH=100 align=center>CLAN LEVEL</td><td FIXWIDTH=100 align=center>CLAN MEMBERS</td><td FIXWIDTH=5></td></tr></table><img src=\"L2UI.Squareblank\" width=\"1\" height=\"5\">");
  168. int i = 0;
  169. for (L2Clan cl : ClanTable.getInstance().getClans())
  170. {
  171. if (i > ((index + 1) * 7))
  172. {
  173. break;
  174. }
  175. if (i++ >= ((index - 1) * 7))
  176. {
  177. StringUtil.append(html, "<img src=\"L2UI.SquareBlank\" width=\"610\" height=\"3\"><table border=0 cellspacing=0 cellpadding=0 width=610><tr> <td FIXWIDTH=5></td><td FIXWIDTH=200 align=center><a action=\"bypass _bbsclan_clanhome;", String.valueOf(cl.getId()), "\">", cl.getName(), "</a></td><td FIXWIDTH=200 align=center>", cl.getLeaderName(), "</td><td FIXWIDTH=100 align=center>", String.valueOf(cl.getLevel()), "</td><td FIXWIDTH=100 align=center>", String.valueOf(cl.getMembersCount()), "</td><td FIXWIDTH=5></td></tr><tr><td height=5></td></tr></table><img src=\"L2UI.SquareBlank\" width=\"610\" height=\"3\"><img src=\"L2UI.SquareGray\" width=\"610\" height=\"1\">");
  178. }
  179. }
  180. html.append("<img src=\"L2UI.SquareBlank\" width=\"610\" height=\"2\"><table cellpadding=0 cellspacing=2 border=0><tr>");
  181. if (index == 1)
  182. {
  183. html.append("<td><button action=\"\" back=\"l2ui_ch3.prev1_down\" fore=\"l2ui_ch3.prev1\" width=16 height=16 ></td>");
  184. }
  185. else
  186. {
  187. StringUtil.append(html, "<td><button action=\"_bbsclan_clanlist;", String.valueOf(index - 1), "\" back=\"l2ui_ch3.prev1_down\" fore=\"l2ui_ch3.prev1\" width=16 height=16 ></td>");
  188. }
  189. i = 0;
  190. int nbp;
  191. nbp = ClanTable.getInstance().getClans().length / 8;
  192. if ((nbp * 8) != ClanTable.getInstance().getClans().length)
  193. {
  194. nbp++;
  195. }
  196. for (i = 1; i <= nbp; i++)
  197. {
  198. if (i == index)
  199. {
  200. StringUtil.append(html, "<td> ", String.valueOf(i), " </td>");
  201. }
  202. else
  203. {
  204. StringUtil.append(html, "<td><a action=\"bypass _bbsclan_clanlist;", String.valueOf(i), "\"> ", String.valueOf(i), " </a></td>");
  205. }
  206. }
  207. if (index == nbp)
  208. {
  209. html.append("<td><button action=\"\" back=\"l2ui_ch3.next1_down\" fore=\"l2ui_ch3.next1\" width=16 height=16 ></td>");
  210. }
  211. else
  212. {
  213. StringUtil.append(html, "<td><button action=\"bypass _bbsclan_clanlist;", String.valueOf(index + 1), "\" back=\"l2ui_ch3.next1_down\" fore=\"l2ui_ch3.next1\" width=16 height=16 ></td>");
  214. }
  215. html.append("</tr></table><table border=0 cellspacing=0 cellpadding=0><tr><td width=610><img src=\"sek.cbui141\" width=\"610\" height=\"1\"></td></tr></table><table border=0><tr><td><combobox width=65 var=keyword list=\"Name;Ruler\"></td><td><edit var = \"Search\" width=130 height=11 length=\"16\"></td>" +
  216. // TODO: search (Write in BBS)
  217. "<td><button value=\"&$420;\" action=\"Write 5 -1 0 Search keyword keyword\" back=\"l2ui_ch3.smallbutton2_down\" width=65 height=20 fore=\"l2ui_ch3.smallbutton2\"> </td> </tr></table><br><br></center></body></html>");
  218. CommunityBoardHandler.separateAndSend(html.toString(), activeChar);
  219. }
  220. private void clanHome(L2PcInstance activeChar)
  221. {
  222. clanHome(activeChar, activeChar.getClan().getId());
  223. }
  224. private void clanHome(L2PcInstance activeChar, int clanId)
  225. {
  226. L2Clan cl = ClanTable.getInstance().getClan(clanId);
  227. if (cl != null)
  228. {
  229. if (cl.getLevel() < 2)
  230. {
  231. activeChar.sendPacket(SystemMessageId.NO_CB_IN_MY_CLAN);
  232. parseCommunityBoardCommand("_bbsclan_clanlist", activeChar);
  233. }
  234. else
  235. {
  236. final String html = StringUtil.concat("<html><body><center><br><br><br1><br1><table border=0 cellspacing=0 cellpadding=0><tr><td FIXWIDTH=15>&nbsp;</td><td width=610 height=30 align=left><a action=\"bypass _bbshome\">HOME</a> &gt; <a action=\"bypass _bbsclan_clanlist\"> CLAN COMMUNITY </a> &gt; <a action=\"bypass _bbsclan_clanhome;", String.valueOf(clanId), "\"> &amp;$802; </a></td></tr></table><table border=0 cellspacing=0 cellpadding=0 width=610 bgcolor=434343><tr><td height=10></td></tr><tr><td fixWIDTH=5></td><td fixwidth=600><a action=\"bypass _bbsclan_clanhome;", String.valueOf(clanId), ";announce\">[CLAN ANNOUNCEMENT]</a> <a action=\"bypass _bbsclan_clanhome;", String.valueOf(clanId), ";cbb\">[CLAN BULLETIN BOARD]</a><a action=\"bypass _bbsclan_clanhome;", String.valueOf(clanId), ";cmail\">[CLAN MAIL]</a>&nbsp;&nbsp;<a action=\"bypass _bbsclan_clannotice_edit;", String.valueOf(clanId), ";cnotice\">[CLAN NOTICE]</a>&nbsp;&nbsp;</td><td fixWIDTH=5></td></tr><tr><td height=10></td></tr></table><table border=0 cellspacing=0 cellpadding=0 width=610><tr><td height=10></td></tr><tr><td fixWIDTH=5></td><td fixwidth=290 valign=top></td><td fixWIDTH=5></td><td fixWIDTH=5 align=center valign=top><img src=\"l2ui.squaregray\" width=2 height=128></td><td fixWIDTH=5></td><td fixwidth=295><table border=0 cellspacing=0 cellpadding=0 width=295><tr><td fixWIDTH=100 align=left>CLAN NAME</td><td fixWIDTH=195 align=left>", cl.getName(), "</td></tr><tr><td height=7></td></tr><tr><td fixWIDTH=100 align=left>CLAN LEVEL</td><td fixWIDTH=195 align=left height=16>", String.valueOf(cl.getLevel()), "</td></tr><tr><td height=7></td></tr><tr><td fixWIDTH=100 align=left>CLAN MEMBERS</td><td fixWIDTH=195 align=left height=16>", String.valueOf(cl.getMembersCount()), "</td></tr><tr><td height=7></td></tr><tr><td fixWIDTH=100 align=left>CLAN LEADER</td><td fixWIDTH=195 align=left height=16>", cl.getLeaderName(), "</td></tr><tr><td height=7></td></tr>" +
  237. // ADMINISTRATOR ??
  238. /*
  239. * html.append("<tr>"); html.append("<td fixWIDTH=100 align=left>ADMINISTRATOR</td>"); html.append("<td fixWIDTH=195 align=left height=16>"+cl.getLeaderName()+"</td>"); html.append("</tr>");
  240. */
  241. "<tr><td height=7></td></tr><tr><td fixWIDTH=100 align=left>ALLIANCE</td><td fixWIDTH=195 align=left height=16>", (cl.getAllyName() != null) ? cl.getAllyName() : "", "</td></tr></table></td><td fixWIDTH=5></td></tr><tr><td height=10></td></tr></table>" +
  242. // TODO: the BB for clan :)
  243. // html.append("<table border=0 cellspacing=0 cellpadding=0 width=610 bgcolor=333333>");
  244. "<img src=\"L2UI.squareblank\" width=\"1\" height=\"5\"><img src=\"L2UI.squaregray\" width=\"610\" height=\"1\"><br></center><br> <br></body></html>");
  245. CommunityBoardHandler.separateAndSend(html, activeChar);
  246. }
  247. }
  248. }
  249. @Override
  250. public boolean writeCommunityBoardCommand(L2PcInstance activeChar, String arg1, String arg2, String arg3, String arg4, String arg5)
  251. {
  252. return false;
  253. }
  254. }