Jump to content

Zake

Global Moderator
  • Posts

    5,313
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Zake

  1. com.l2jfrozen.gameserver.model.entity.olympiad.Olympiad.saveNobleData(Olympiad.java:1098) go to this line and see what happens
  2. 1) seller.sitDown(); remove this line 2) buyer.sendMessage("You buyed: "+skill.getName()+" for "+seller.getBuffPrice()+" adena."); before this line send a magicskilluse packet, in acis should be like this player.broadcastPacket(new MagicSkillUse(activeChar, player, id, 1, 1, 1));
  3. Did you put any custom code that affects olympiad?
  4. For the record, where is the illegal skills check in your pack? i made a quick check on sendskilllist and didn't see something
  5. Locked
  6. Or there might be a check for illegal skills on restart or something. If you can't find something in enterworld check on sendskilllist packet
  7. If i may be honest any classic fork is "buggy af" at this moment. They're all kinda new, so unless you're skilled enough to solve their issues, you either have to hire someone for this job or wait until they reach a stable point.
  8. do you face any particular problem or?
  9. λογικά ή έχεις κάποιο κακό feature που κάνει πολλά db connections ή έχεις κάνει αρκετά limit τα db connections σου
  10. if he gave u source check all the voiced commands. He obviously put a backdoor in your server.
  11. Topic locked, author's request
  12. sql is not running
  13. Doesn't make any sense not to sit at all. Your player sits down before he get's disconnected. If though, you mean that the player doesn't sit down after the "restore" during restart procedure, there is a method player.sitDown(); in restoreofflinetraders method under OfflineTradersTable file, which you might have skipped during some eclipse error or something
  14. What is the problem you encounter?
  15. Some code is missing, probably some lazy "developer" forgot to remove some crappy configs.
  16. visit handlers.chathandlers/Shout.java, post the part of the code here
  17. Visit chat handlers-> shout and remove the crap out of there
  18. Obviously there is no buylist with such id my friend, make sure that you're using the right one
  19. this means that you haven't created such bypasses yet.
  20. I have given you an answer, check your personal messages
  21. i'm a little confused with your question, this one shows the p atk of the player in one html file, if there is a method to retrieve the max p atk you should do it like replace("%maxPAtk%",String.valueOf(player.getMaxPAtk())) or something If i understand something wrong please make your self more clear
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock