Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Make sure you installed 64b java. Else indeed you have not enough ram.
  2. Right click on the .bat and edit Xmx, if your OS is 32b then, you can't set 2G. Set 1G and deactivete some geodata regions.
  3. He want to make it stackable, so 0 to 1/2.
  4. Make it stackable and edit client, third from the right change 0 to 1.
  5. You can delete / replace it with normal htm file. It's gonna work.
  6. Not probably, but for sure :D Missing default value (Config.java), if exists then empty config on properties.
  7. It's using int max value which is 2,147, no idea about client. But you can try to change the max value to long.
  8. Lol but why.. You better check why it throw error or simply remove buffs removal - kinda pointless.
  9. Good Luck And Stop Doing That, It's So Childish And Annoying To Read. =)
  10. If you make sub stuck then simply, don't change the class. Edit code to handle sub info addition, skill addition and remove setclassid or whatever method it uses, simply skip the class change and you should be ok. I guess.. Since changing class display is pointless when you stuck skills right? Or add all class info but don't 'remove skills' :D BTW error is on skill removal.
  11. Highly doubt someone provide you ready code.
  12. Take shared, easiest codes and add them to your pack. See how it work, then try to understand lines you added. Reading, watching guides will help you to understand Java in general, but if you want to understand what and how to code L2 stuff, then learn on patches, custom mods. On udemy you can find really nice guides, paid ones, but it's cheap. Like https://www.udemy.com/java-the-complete-java-developer-course/
  13. Yeah, I know. I was talking about eclipse search, even winrar. True, I use similar way 'find something mxc.com' :p ----- Change text, recompile, update server. Still nothing? Maybe it's static htm? Use search for l2ava over Java and htm files. Profit.
  14. God's, if you can't even use Search option, you should not open any server, even local one.
  15. Search, is so strong feature that can find you anything, in any file. Use it wisely.
  16. You messed up the new line structure, didn't leave empty line at the end, wrong save value? Something like that.
  17. Obviously I did something wrong :D Nice one, with small edition, addition you achieved that :) Ppl will claim its off server now :lol:
  18. Writing 'Main town Giran' as unique feature won't bring you players. Crappy topic with bunch of useless configs true/false won't bring you players. No name user / confirmed "please help me" admin won't bring you players. First of all, your topic must look professional, even if its not. It must be catchy. As a girl, you look on her, she's nice, she can be a mother of your childrens. If she's not, you go through. The same happens with most of server topics, they are simply.. Shitty. Bcs you can open it, it doesn't mean you will have players. It's 2018 already, player base is not like it used to be, so any server had people.
  19. That may work. Drop and insta pickup (autoloot). I tho about this way as well. But it may bug, small glitch, like it drop items on ground and inventory. Yet, you won't be able to pick them from ground, as they no longer exists. Tried something similar yday and it bugged like that.
  20. L2Spawn, initializeAndSpawn() // The L2Npc is spawned at the exact position (Lox, Locy, Locz) int locx = _loc.getX(); int locy = _loc.getY(); Play with these.
  21. It doesn't say much. Error on console? Do you have sources? - Yes: use search and find the message, check conditions - No: trash the pack
  22. Just lel. Calling an command via item, bcs why not. Ps: drop the command and move content to that handler. Otherwise item is a total bullshit as ppl can use the command - if they know it.
  23. Why don't you ask, directly, to someone from L2J team? I guess it's your only option.
  24. As you said it's a database backup, so why don't you search for that, you exactly know what info you need 'how to restore backup'? ^_^ Too much drama in this topic.
×
×
  • Create New...