Jump to content

Alexi

Members
  • Posts

    683
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Alexi

  1. Sido used all the bandwidth for his personal wet T-shirt contest videos and now there isn't anymore for forum.

     

    Another possibility is the size of emotes which crushed the forum. It seems possible it is what have killed dinosaurs.

     

    Mulder & Scully investigate too on the possibility the forum got emotions and feel depressed because there wasn't enough shares. So following the man with the cigarette logic, it did hara-kiri.

     

    8)

     

    More seriously, some quests in preparation, the 3rd class ones will be added after next revision (post post release).

     

    And stop asking, you will get infos when I will have or when things will turn normal by themselves.

    haha just lol , we will waiting for forum comeback
  2. Hello guys , i have a little problem when im trying to launch my server on linux ubuntu 11.04

    I cant run both Start_Game_Server_noScreen.sh and Start_LoginServer_noScreen.sh (L2JFrozen :@)

    because it gives an error like "bad interpreter" !

     

    But when im starting Login Server via LoginServer_loop.sh my terminal stucks but the login is online

    now when i was getting a big silly smile on my face i started gameserver via GameServer_loop.sh and i said "finally i maid it" but then i've got PWNED , my terminal stucked again and the gameserver was offline!

    INFO:

    1)I tried many guides from almost anywhere

    2)i gave the command "screen" before executing login/game server

     

    Q:How can i run both login and gameserver so it can show their screens and of course to go online?

     

    P.S: Its on dedicated

     

    Files preview

    Start_LoginServer_noScreen.sh

    #!/bin/bash
    
    echo "try to kill all realm screens"
    while
    pid_realm=`ps ax | grep 'SCREEN -AdmS realm ./LoginServer_loop.sh' | grep -v "g$
    ps -p $pid_realm > /dev/null 2>&1;
    do
    echo "realm=$pid_realm";
    kill $pid_realm;
    done
    echo realm screen...
    screen -AdmS realm ./LoginServer_loop.sh
    echo start...
    xterm -title 'login server' -e tail -f /home/alexi/l2afterlife/server/loginserver$
    

    LoginServer_loop.sh

    #!/bin/bash
    cd /home/alexi/l2afterlife/server/loginserver
    err=1
    until [ $err == 0 ];
    do
            [ -f log/java0.log.0 ] && mv log/java0.log.0 "log/`date +%Y-%m-%d_%H-%M$
            [ -f log/stdout.log ] && mv log/stdout.log "log/`date +%Y-%m-%d_%H-%M-%$
            java -Xmx1024m -XX:+UseSerialGC -XX:+AggressiveOpts -cp lib/*:l2jfrozen$
            err=$?
    #       /etc/init.d/mysql restart
            sleep 10;
    done
    

     

    Start_GameServer_noScreen.sh

    #! /bin/sh
    
    cd /home/alexi/l2afterlife/server/gameserver
    echo server screen...
    screen -AdmS server ./GameServer_loop.sh
    echo start...
    
    xterm -title 'Game server' -e tail -f /home/alexi/l2afterlife/server/gameserver$
    

     

    GameServer_loop.sh

    #!/bin/bash
    
    #exit codes of GameServer:
    #  0 normal shutdown
    #  2 reboot attempt
    
    cd /home/alexi/l2afterlife/server/loginserver
    echo server screen...
    screen -AdmS server ./GameServer_loop.sh
    echo start...
    err=1
    until [ $err == 0 ];
    do
            [ -f log/java0.log.0 ] && mv log/java0.log.0 "log/`date +%Y-%m-%d_%H-%M$
            [ -f log/stdout.log ] &&  mv log/stdout.log "log/`date +%Y-%m-%d_%H-%M-$
            [ -f log/chat.log ] && mv log/chat.log "log/`date +%Y-%m-%d_%H:%M:%S`-c$
            java -Dfile.encoding=UTF- -Xms2g -Xmx5g -Xmn512m -Xss128k -XX:PermSize=$
            err=$?
    #   /etc/init.d/mysql restart
    

     

     

    Thnx in advance

  3. DDos Προστασια εχω στο Pack περασμενη! Δεν χρειαζεται να ειναι online ο σερβερ.. κ δευτερον δεν εχω προβλημα με το στισιμο! Θελω να τον αρχισω και απλα θελω ιδεες!

    Χωρις παρεξηγηση αλλα το Ddos δεν το σταματας με εναν απλο κωδικα στο pack , οσο για τον AIO buffer μην την κανεις με donate επειδη το κανανε αλλοι fail μην το κανεις και εσυ , το μονο που πιστευω ειναι καλο να αλλαξεις ειναι να βαλεις τους hero καθε 2 εβδομαδες και οχι 1 γιατι μετα δεν θα εχει ενδιαφερον , κατα τα αλλα ειναι καλος ο server
  4. Kalispera , eisai se la8os section 8a prepe na postareis sto Request Dev help

     

    Tora gia na ftiakseis tis ip loginserver/gameserver kanta os eksis :

     

    Login:

    # Bind ip of the LoginServer, use * to bind on all available IPs

    # WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>

    # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>

    # Default: * (0.0.0.0)

    LoginserverHostname = 0.0.0.0

     

    # The address on which login will listen for GameServers, use * to bind on all available IPs

    # WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>

    # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>

    # Default: * (0.0.0.0)

    LoginHostname = 0.0.0.0

     

    GameServer:

     

    # Where's the Login server this gameserver should connect to

    # WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>

    # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>

    # Default: 127.0.0.1

    LoginHost = 0.0.0.0

     

    # Bind address for gameserver. You should not need to change it in most cases.

    # WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>

    # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>

    # Default: * (0.0.0.0)

    GameserverHostname = 0.0.0.0

     

    Gia ta external/internal ips 8a pas na ta ry8miseis edo , sto leei kiolas alla apo ti fainetai den to eides

    # WARNING: External/Internal IPs are now inside "ipconfig.xml" file.

     

    Elpizo na boi8isa

  5. Mid rate from 30x-70x with npc buffer, dance, song, chants without resists. No custom shit. Client interlude. NO CRAFT! Make custom area on which u farm things to change it for S/A set. Peaceful zone for farm (lower drop) and pvp zone (for farm+pvp+bigger drop). GM Shop with items up to B grade. Custom shop for A/S. That's all.

     

    aaa and btw my clan looking for srv like that ;] Must be INterlude!

    I was thinking to make a server just like this , i've already a dedicated but i have some issues on starting gameserver

     

    Thank you all for your replies

  6. Paygol is trustable ofc, but they get high % for each sms (like 50%) and they payments are made monthly if you raise 50 eur. Btw, they pay on paypal and the are the only company I know that offers you scripts for donations in mmorpg. Even so, I dont really recommend them.

    hmm i see , thank you for the info
×
×
  • Create New...