Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. No, you can not put "what number you want". It must be proper value. There are several topics about max level increase, take the values.
  2. Ehh.. As I told you, it's ENOUGH to open Config.java and see the logic, for example: A variable public static boolean ALT_GAME_DELEVEL; Initialize it under PROPER method properties (each properties has it's own method). Copy and search for ALT_GAME_DELEVEL, you got the occurence, copy/paste it and edit to fit your variable (config). ALT_GAME_DELEVEL = character.getBoolean("Delevel", true); Now, tell me WHERE IS THE PROBLEM doing it? Just THINK and follow the LOGIC. ---- About the zone.. I told you to open ANOTHER file and check HOW IT'S DONE. For example @Override protected void onEnter(Creature character) { character.setInsideZone(ZoneId.BOSS, true); if (character instanceof Player) { // Get player and set zone info. final Player player = (Player) character; and again, WHERE IS THE PROBLEM. Now, you see how to iniliatize it, rather then = null. PS: Player > L2PcInstance, Creature > L2Character in your case.
  3. New level values of: - experience (core/dp) - players stats values (dp)
  4. I told you, open other file and see how it's done.. All zones are short as fak, once you open you have an answer. About config the same, see how is done another boolean config. You did like 50%.
  5. If you don't have money, you don't go shopping.
  6. Yes, just what Tk pointed out is so wrong and will throw an error, meaning it won't work. It can't be assigned to null.. Check other zones how it's casted and do the same.
  7. To have a local variable, obviously. Who cares it's null, it's a feature catch as many npe's you can :D
  8. By creating a config, first of all? Then, adding config check, before the actual check you have so far. if (Config.BLOCK_COMMUNITY_BOARD) { // blabla, your actual check }
  9. I just take a look again, and if I'm not wrong.. Once you execute the command, the dialog pops up and... It's enough one guy answer yes, will result in teleporting whole server aaa The for loop, should NOT be there or my brain disconnected
  10. Obviously it's gonna fck things up. You need your own answer.
  11. God, ofc it's gonna work, just do as he posted on second post, add godamn ! to deny condition...... ! stands for NOT
  12. @bravetobe I don't take any side, I'm not a player since years and I'm not an admin as well. I just see even my old clan how things works, I see how servers (re)open like mushrooms. First and foremost, if you don't like the graphic and there are better games, just play them. No one forces l2 players to play old shitty graphic game. So it's stupid to even mention that. If you play l2 that means it's OK for you. Sounds like another random excuse why I change server each week. Exactly, if it's so old, bad and not fashion anymore. Why the hell you still play it. I grew up and I don't play it or any other game anymore. People should do the same. But no, people still play it and complains for things that doesn't exists or didn't bother in past. If it's bothering you, again, STOP PLAYING IT. People are doing the same thing over and over, join server, get gear, pvp, complain that it's boring and jump into NEW, FRESH server, yet it's obvious it's gonna be the same story. Endless loop you can't jump out. Exactly, but people leave it anyway. So.. You really think that it's an admin fault? It's just people stupidity. It's not like "damn, there are 500 active players and they don't donate, let's make a wipe to force them to donate again". No, it's not. They do wipe to make a fresh start - it's what people want today. To start over again. At least it is / it looks like that. Paying clans to join their server is also pathetic, but that's how shaddy and corrupted players are and why they keep playing it. Anyway, I won't quote or answer more as it's pointless. Both sides are guilty, but players mostly. As they are changing servers each day/week. Who cares if some random or not server pops up. No one forces to join it and leave old server.
  13. Pirama as developer, smooth game play and 0 bugs. Don't hate
  14. Another bulls.. Guess why admins wipe, bcs people leave server as they reached max, had fun and they go to next server to do exactly the same,from 0, over and over again.. Bot, get max gear, pvp 1 day, leave. So yeah, it's community fault that admins wipe, so those players can join it anew as they do it each week.
  15. Actually, you get wiped after each match, yet you still play it Players blame admina, trashtalk 'shared buggy pack', Adkins blame players, such a stupid wheel. And no, it doesn't matter if it's shared, ready to use or bugged. Feeeew years back, like 10 everyone was playing on those buggy shared free packs. Why? Bcs you liked to play it. Now you think you want to play it, but you actually don't and so, there are various excuses about any glitch, which back it time didn't bother you. It's simply not as addictive as it used to be.
  16. You have to create/handle your own bypass there, and then call it in html "bypass something" and that's it. If you want bypass to close the window, there is also a packet for that.
  17. Most likely some downgraded h5? I guess that's the best option.
  18. Dunno what you don't understand, lol. If you set server on you laptop (local, in home) skip that part. You need privileges for a database user ONLY if you try to install database from a vps or if you do some website stuff, connection and such. If you still don't understand, no one can help you. Take your time and search on Google, read. You can always give up.
  19. To have icons or whatever one next to another (in line), you need a table, tr tag, with 3 td tags. Atm you have only one td with button. Simple as that.
  20. If it's local, skip. It's granting privs for your user on vps.
  21. Ffs, it DOES NOT MATTER what windows version you have. Always use latest eclipse and Java version your project support / uses.
  22. Help, help, gameserver throws npe's. All my configs are set to false! HALP!
×
×
  • Create New...