Jump to content

Zake

Global Moderator
  • Posts

    5,312
  • Credits

  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Zake

  1. Which pack do you use?
  2. Topic locked.
  3. Either compile your project using an older java version or install jdk 18
  4. Well, let's just ignore almost everything and stick to your only change. You don't have to loop through all the weapons in order to get the item name. You also don't have to change your weapons map from temporary variable to a constant (public static). Since your only concern is the item name you can just make it like final Item itemTemplate = ItemData.getInstance().getTemplate(id here); final String itemName = itemTemplate.getName();
  5. You have 24 hours of random time for each raid boss, it would be almost impossible to have the same respawn time for all bosses.
  6. Well, when it comes to decision making it's all about your goals.
  7. Are you asking opinions on whether a random interval should exist or you can't find a method/variable call of this?
  8. ok, locked.
  9. Line 363 is empty in your paste above Anyway most likely npe comes from InstanceWorld world = InstanceManager.getInstance().getPlayerWorld(player) You will have to debug why it's null
  10. Would you like to be more specific?
  11. Which client? Also a video would help so that we can understand this "screen freeze"
  12. It's trying to find a database named "friend". You either have to create such a database or change database name in your configs.
  13. https://prnt.sc/tg0fX6_DFd1q this means that your project has errors, you have to fix them first
  14. Does your project have any errors with the new JRE?
  15. First you need to add a JRE to eclipse (Window -> Preferences -> Java -> Installed JREs -> Add) Then right click on your project -> Properties -> Java Build Path -> Libraries -> double click on the current JRE library -> Alternate JRE (and select the one that you have added above) If you have already compiled the pack with another java version you will probably have to do a few more steps. -Click on your project on package explorer. -Go to the top left and find Source -> Clean up -Right click on build.xml -> run as -> External Tools Configurations -> JRE -> Separate JRE -> select the one that you want to use -> Apply -> Run
  16. You should mention pack/client. Also use pastebin for large parts of code
  17. The best option for il would be acis. Although, there's no perfect option.
  18. Is this the only error that you get? Also which pack and client do you use?
  19. Topic moved to client section.
  20. Moved to english section.
×
×
  • Create New...