Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Posts posted by SweeTs

  1. 42 minutes ago, criss22 said:

    But in 41 answers i don't get anything

    If you think so.. Even tho I gave you A READY CODE EXAMPLE, what you had to do, is to copy it and rename. Your pack has other structure? No problem, you have an example, you have many examples in config file, follow it.

    If you can't understand 2 simple lines, how and where to paste it, following other true/false config from property.. Well, you are lost.

  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.

    • Upvote 1
  3. 20 hours ago, Tryskell said:

     

    I believe (didn't check) the answer is client coded (pressing yes leads to 1, and no leads to 0).

     

    But it can work if he uses another SystemMessageId.

    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 :dat:

     

    The for loop, should NOT be there or my brain disconnected:forever_alone_like_a_boss:

  4. On 10/7/2019 at 10:59 PM, criss22 said:

    RootWare, i am glad to have you here. And your answer are faster and correct. But for me, doedn't work. If you want (it is not

    necessary) to join into my pc to check yourself how it's work.

    God, ofc it's gonna work, just do as he posted on second post, add godamn ! to deny condition...... 

     

    ! stands for NOT 

  5. @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.

     

    1 hour ago, bravetobe said:

    Its 2019 going to 2020.There are numerous games to play which vary in quality

    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.

     

    1 hour ago, bravetobe said:

    the game is not in fashion anymore

    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.

     

    1 hour ago, bravetobe said:

    It doesnt make sense to leave a server after that grinding and all those hours of exping

    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. :amazed:

  6. 17 hours ago, bravetobe said:

    You cant wipe 20 times and expect from people to take your server seriously.

    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.

  7. 17 hours ago, bravetobe said:

    play 60-70 games of LoL in the same amount without being wiped

    Actually, you get wiped after each match, yet you still play it :troll:

     

    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 :notbadn: 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.

  8. 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.

×
×
  • Create New...