Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Learn to create a diff patch..
  2. Me too, but I suppose he is talking about the mouse buttons. If so, then user.ini I guess.
  3. Not mean at all. Soon it's gonna happen the same as with l2j. Wannabe people opening servers, destroying the (ancient) community, not capable of editing one code/setting(s) line. Look, he cant' even post in proper section and you rly think he can manage a server he don't have any idea about? I highly doubt :P
  4. The whole code make me cry and wtf with tb.append(""); o.O
  5. "Make Lineage great again"!
  6. Sure thing, the point is to code in good way, properly and not shit-coding. Leave shit-coding to russians :D
  7. Yeah, there should be a config. Dat frozen has everything configurable.
  8. Locked.
  9. You only check for the item count while item doesn't exist - npe. Also lol at this inventory update packet. *Missing facepalm emoticone* :gusta: Simply.. if (!player.destroyItem(... return; give buff crap
  10. No, in html..
  11. By changing the condition level? You are really surprising me.
  12. Damn, it's better than the .bat :happyforever:
  13. Forgot about that it's gonna throw npe cuz of the clan :D
  14. Ahh right my bad, now I see what you mean. Edited. html.replace("%Clan%", player.getClan() != null ? player.getClan().getName() : "<font color=FF0000>No</font>"); html.replace("%Alliance%", (player.getClan() != null && player.getClan().getAllyId() > 0) ? player.getClan().getAllyName() : "<font color=FF0000>No</font>");
  15. The null check is pointless, do the same style as you did with ally, erm. html.replace("%Clan%", player.getClan() != null ? player.getClan().getName() : "<font color=FF0000>No</font>"); html.replace("%Alliance%", (player.getClan() != null && player.getClan().getAllyId() > 0) ? player.getClan().getAllyName() : "<font color=FF0000>No</font>");
  16. L2ClassMasterInstance.java Btw, as far as I remember, there is some stupid config like save spawns after restart. Maybe there is something like that for class master as well. Hail frozen -.-
  17. Yes, but that will change strictly nothing.. You cant hide the IP you are connected to, cmd and you got it.
  18. Update l2jserver.jar and data like html/xml/property - only those that you have changed ofc.
×
×
  • Create New...