Jump to content

SlayerBR

Members
  • Posts

    2
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About SlayerBR

Profile Information

  • Gender
    Male

Recent Profile Visitors

264 profile views

SlayerBR's Achievements

Newbie

Newbie (1/16)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  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...