Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Quest completion, you mark it, store the time. Then, you compare the time on quest start. I guess it's obvious.
  2. I already told you what to do, there are 2 methods in Player, updatePvpStatus. The pvp check logic, onEnter, is wrong, as if you enter flagged, you get unflag after a while.
  3. updatePvpStatus, add your zone check and return, so it won't flag anew / won't be added to the task. Matter of moving clan/ally check before the zone. Open Player.java and search for isCtrlPressed, check and understand the code and then do appropriate moves.
  4. Add overridden method in Npc, isAttackable with town check and return false. Shared several times on acis forum.
  5. That's 5 actually Else you mean 3rd failed.
  6. No one will busy with your problem. You didn't even test what I said, nor show the code.
  7. Problem with calcPremiumDropMultipliers perhaps. Check the method first, debug what value it return.
  8. How is that they have it working server side, but not client side. Suspicious, kinda. I mean, if they coded it server side, they should test it client side as well, if all is working fine. If they don't have / offer client side, how they know it's really working, aa? Annyway, I'm not really sure if you find anyone who can do it, otherwise we would see it already on many servers.
  9. It's working like that since years, since L2J exists, so.. Edit or add your own config.
  10. You just answered on your own. The config is for quantity, not for chance. So dunno why you even ask that
  11. ThreadPool.scheduleAtFixedRate( or something, just type schedule after the dot and choose correct naming.
  12. I want to know why you post HELP topic into SHARE section?! Next time your topic will be junked. Edit npcname-e.dat file, change the RGB color - 9C E8 A9 - those 3 values.
  13. Gosh.. You people, can't even post in proper section.
  14. Update your get vote method for hopzone. It's old. Next time post in proper section and choose proper tag. It's not a share, nor a guide. Ffs.
  15. People don't like new inventions, they don't play it. Devs/admins don't try it anymore. Simple as that.
  16. There are flags, but I doubt there are tent npc. Those are map objects. Yet, you could, maybe, order such npc from @Asuki =)
  17. Free doesn't mean ready (shared) code either
  18. @Rootware Da heck.. So much code for such a little addon. Hint, take a look on gametime task, you can see the 'take a break' message after an hour. You can follow the logic of the task. Add player on login, store time and then check if hour passed.
  19. Paste the file there / create new class / apply the patch if you have.
  20. That. Plus, people change servers too often. Endless stupid loop.
  21. We do not miss decent servers, we do miss (decent) players.
×
×
  • Create New...