Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. It's plain wrong. The guy who coded that has no idea what he did. He should NOT copy other codes that much. Tip: for (Player player : World.getInstance().getPlayers())
  2. Updatepvpstatus there is such method, something like that, on Player. Add zone check and return.
  3. Sql syntax error and wrong IP configuration. First, you have to see the query and edit it, but it's from sources, so..
  4. Google it. Normally sites use full icon name.
  5. ClassNotFoundException. That's all you need to know and if you google it, you understand.
  6. Search topics about "To Village" button spawn. It was asked like hundreds times.
  7. It's a custom button, not a htm modification.
  8. Why you mess with canTarget and onAction methods, lul. That's stupid way and will avoid heal of team mates. That's just plain wrong. Just avoid hitting.
  9. Dunno if above is true, but ALWAYS when someone share some files, author/dev of those files say that it's missing something and not intended to be used for live server Yet, their servers were using them.
  10. The problem is, you are using arena type for that, and arena zones do not increase pvp nor flag. You have to modify your sources, all checks regarding isInsideZone(ZoneId.ARENA), inside Player/L2PcInstance
  11. Open siege zone class and add your check onEnter, there exists methods to check if clan is registered for siege. So: If player clan is null, teleport If player is not registered (for 'that' siege) teleport and so on.
  12. Put it inside onDie method if (spree >= 12) announce spree = 0
  13. Your code will reset spree IF its greater than 12. Remove that shit check.. just set it to 0 without any checks.
  14. Do you know that you can cut the code by half? Use godamn scroll type check under ONE case. case x: if blessed, blessed msg else crystal message Easily could be moved to a method with actual enchant level + 1 variable. Btw, is it even working? Cuz you switch itemType, not enchant value, from first eye look :D
  15. @vampir shared once, like last year or 2 yeors back, the sources code of lucera.
  16. Hem, as we all know, sources are for people who (want and) knows how to make changes, how to code. So, yes for such people sources is a must and nice to have. But those people won't choose lucera bcs of no sources and if they want to check some parts of code, they can do it through jar. What I want to say is, if you share sources only wannabe admins will get benefits out of it. But well, why not. Shits happening since years so that won't hurt l2 community
  17. Pathetic. It means the same, read between lines. Anyway, who cares.
  18. That's exactly my point. I shared my opinion and you said 'hey, I don't care about your opinion. Don't post here'. Lmao.
  19. Following your logic. We didn't care about your opinion either, about your topic, whining. Everyone knows it's fake and gay. No point to create such topics and ye, normal people, admins, don't really care since years.
  20. No one cares and everyone knows that all those top shitlists are corrupted and money hungry. Additional money is additional money, who cares if site is legit or not. After all they create the top list to EARN money, not to offer you a LEGIT top list. It's like that since years already.
  21. Then your server does not have any items, period
  22. Wtf, it's like 6/7 years old looking on Google dates mentioning that revision. Just DELETE IT. Use something up to date.
  23. Nop, the only way to withdraw them is.. Use some site like bet24 or similar, use PSC to fill your pocket, play a game or two, withdraw. There was/is problem with GR PSC, you can't do shit with it from outside the country, at least there was something like that, not sure now.
  24. Everything is already made.
×
×
  • Create New...