Jump to content

xdem

Members
  • Posts

    4,155
  • Credits

  • Joined

  • Last visited

  • Days Won

    44
  • Feedback

    0%

Everything posted by xdem

  1. what's wrong with a 2010 frozen?
  2. ignore the wannabies, ActionFailed is what you need
  3. Trust me the last person in the forum I would approach with a trolling attitude is you, even if I am not a contributor to acis due to the fact that I don't like retail, my server files are aCis 180 upgraded to H5 client (wouldn't dump them even for a chronicle upgrade) so in a sense I owe a solid amount of resect to your name and project. And indeed good job for your work and it is much appreciated, although its another fact that Java is not a scripting language and should not be used as such, in aCis you don't need it since there are no plans for chronicle upgrade and quests will remain as is.
  4. Your example is out of context, and also looks bad. Do you have any plans of moving to a different chronicle? The answer is No so perhaps you don't need any kind of scripting since quests are static with your Interlude implementation (thus should be compiled in the source code)
  5. good job, but Java is not a scripting language
  6. who cares for your sarcasm either random
  7. yeah, I am wondering what a stupid post by stupid people still exists with no moderation "I crack anything for free except my boyfriend who gave me shit for free" common, this forum sucks and doen't dissapoint doing it even 10 years later, I had to hear such lines back from the kindergarden
  8. what about sunrise? its a nonfactor project, those poor developers just adapt whatever they find shared or leaked from L2JBRAZIL, and there's NOT A SINGLE quality server out there running on that project with success, just a playground project for wannabe scriptkid admins and thats all
  9. ti idiot re paniblaka? pou 10 xronia grafeis ta idia skata kai exeis to thrasos na me kaneis kai quote
  10. stay away, dont it, being there a big pain in the ass with masterrace coding, java, debugger and l2j skills
  11. http://prntscr.com/s2b70q
  12. Hello people, I am trying to edit .u files with PE but the client refuses to open if L2PE saves the file. I am trying to edit engine.u Actor to get rid of Player Collision (NOCLIP) Client H5. THANKS
  13. i dont think its possible
  14. fere to thl ths katerinas twra kai anevazw ixografisi
  15. to irony einai oti exei tsakothei ME OLOUS osous exoun parei promo, isws exei ftiaksei scriptaki na tous vazei aftomata stin hate list tou
  16. ooooooootan aniksei kala perases?
  17. klasikos koblexikos OVA wannabe EPOP loipon, nothing to see here
  18. not for donators ;)
  19. private static void trySetName(final L2PcInstance player, final String name) { if (name.length() > 23) { player.sendMessage("Name lenght cannot exceed 23 characters. Try again!"); return; } if (name.length() < 2) { player.sendMessage("Name lenght must be at least 2 characters. Try again!"); return; } if (!Util.isValidPlayerName(name)) { player.sendMessage("Your new name must not contain special characters. Try again!"); return; } synchronized (CharNameTable.getInstance()) { if (CharNameTable.doesCharNameExist(name)) { player.sendMessage("Name already exists. Try again!"); return; } } if (!player.destroyItemByItemId("FunctionName", 9604, 1, player, true)) return; player.setName(name); player.sendMessage("You new name is " + name + "."); player.broadcastUserInfo(); } tested on live server
  20. nai kai
  21. bullshit. The only bottleneck here is the L2Client itself, no matter the optimization you do server side you will never bypass the client limits. Want numbers? a well implemented l2 java server will handle 20k+ players at ease, the client will struggle to render more than 100 in a single area
  22. to paidi einai o orismos tou katestramenou ilithiou
×
×
  • Create New...