Jump to content

Klay

Members
  • Posts

    145
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Klay

  1. i was on vacations, i' m back.
  2. his english not
  3. you really didn't understand what he said,did you?
  4. You can either delete this line registerVoicedCommandHandler(new menu()); or insert a simple boolean in order to enable/disable it when you wish(like the rest of voicedcommands).
  5. try something like <td bgcolor="#00FF26">test</td>
  6. before it casts the skill,you will need to to check if (player.isInCombat()) { return; } supposed that its java buffer
  7. player.sendPacket(new ExShowScreenMessage("Your message goes here",5000));
  8. my eyes are hurting
  9. how the hell you are supposed to use vitality effect in interlude since itsn't implemented? unless you implemented it,but I doubt it since if you would,you would knew what kind of effect you need to use.
  10. NoClassDefFoundError usually is appearing when you edit/change the jar while the server is online. re-compile,close the gs console,and replace the jar.
  11. new enchant event has been created! :D pm me for more informations :D
  12. why you rework something since you consider it as a shit?
  13. what is that ? :p
  14. thank you,I appreciate your kind comment&feedback for my services.
  15. custom's paradise :D
  16. and tell us please, why you had to create an alt account in order to announce this project?
  17. what you mean? making clan leader skill available for ally's clan leader too?
  18. public static void voteHopzone(L2PcInstance player) { final L2PcInstance player2 = player; showVoteHtml(player2); . . . why not public static void voteHopzone(final L2PcInstance player) { showVoteHtml(player); . . .
  19. define protection,please protection from/for what?
  20. Hello, could you be more specific about the errors your faced when you tried to compile on your own?
  21. avoid such topics. provide more informations
×
×
  • Create New...