Jump to content

SlayerBR

Members
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by SlayerBR

  1. I might be able to help you out. Pop me a message or print screen them !
  2. ========================================================== UPDATED : Already worked them out !!! THANK YOU anyway . ========================================================== Could anyone please help me with this part of the code ? Im using Acis 370 private static String getGroupSkillList(Player player, String groupType, String schemeName) { final List<Integer> skills = new ArrayList<>(); for (int skillId : BufferManager.getSkillsIdsByType(groupType)) { if (BufferManager.getInstance().getSchemeContainsSkill(player.getObjectId(), schemeName, skillId)) continue; skills.add(skillId); } also this one : final StringBuilder sb = new StringBuilder(500); sb.append("<table>"); int count = 0; for (String s : BufferManager.getSkillTypes()) { if (count == 0) sb.append("<tr>"); Thanks for the share, and for the help :D
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..