Jump to content

L2J NexuS

Members
  • Posts

    315
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by L2J NexuS

  1. Well, there are 2 things i dont get. First of all the logout function does not accept true or false. Looks like this on L2PcInstance. public void logout() { if (getInventory().getItemByItemId(9819) != null) { Fort fort = FortManager.getInstance().getFort(this); if (fort != null) { FortSiegeManager.getInstance().dropCombatFlag(this); } else { int slot = getInventory().getSlotFromItem(getInventory().getItemByItemId(9819)); getInventory().unEquipItemInBodySlotAndRecord(slot); destroyItem("CombatFlag", getInventory().getItemByItemId(9819), null, true); } } closeNetConnection(); } I tried to just do this : activeChar.closeNetConnection(); But it closes the client as well. ( Which in my understanding is the same thing ) And it looks like this : public void closeNetConnection() { L2GameClient client = _client; if (client != null) { if (client.isDetached()) { client.cleanMe(true); } else { if (!client.getConnection().isClosed()) { client.close(new LeaveWorld()); } } } }
  2. I wanted to ask a simple question. Can you ( as Admin ) force a player to restart or relog WITHOUT closing his client? I am talking about making him lose connection to the server or any kind of trick, unless there is a legit way to do it. Thanks in advace.
  3. I fixed it too, i don't really remember what was wrong.
  4. Looks very promising but the design is ripped from Nexus Engine.
  5. Isn't Revolution an Android game?
  6. Delete L2j frozen and download acis, follow some guides and if you are open minded you will get it with practice. ( i guess )
  7. Disgrace in my opinion !
  8. Here <- Is the wordpress version. Theme name : Godlike
  9. If i am not mistaken, the game can give you this error if you fuck something in client or java. Idk to be honest in which one. But i've seen it before cause of some errors. ( Or something wrong in client. )
  10. @kroustos Check this out : https://l2sin.com/
  11. There can be 2 Admins with only one having access on the actual machine.
  12. Well, if they fail you will end up losing money.
  13. Whatever i wrote could even harm the server so only a dumb person would try to harm his own ( or his friend's ) server. Also by related i don't mean as a sibling but as a friend. Oh and please stop using so many dots.
  14. I don't know why but something tells me that you are related to them.
  15. I get it bro, i don't judge you for using it. I don't understand how no one has never seen it again. Anyway, happy 2018.
  16. Never said you ripped it or anything. As i said before, its just overused.
  17. https://www.downloadfreethemes.download/godlike-v2-2-0-the-ultimate-wordpress-gaming-theme/
  18. Looks like you didn't search enough. There is even a topic in this forum.
  19. I agree but your first look in the server is the actual website. If everyone is using the same thing it means that there is no creativity or smth.
  20. Yeah that's for sure. Just wanted to point out that this theme is kinda overused. Edit: They are using it as WP theme.
  21. Its a Wordpress theme called "Godlike". I am pretty sure i have seen more than 5 servers using it. ( Doesn't mean that's bad ) If you search the web you will find the theme for free in like 3 minutes.
  22. This website is already used by 1000*100000000 servers. Someone ripped it and used it and other ripped it from him. Or it is shared somewhere, but for sure its not original.
  23. I am really interested on this. Check your PMs.
  24. Shittt dudes. Okay thank you very much. Edit: okay and how am i supposed to edit this :D
×
×
  • 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