Jump to content

Mellion

Members
  • Posts

    214
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Community Answers

  1. Mellion's post in How To Make Skill Use Any Range was marked as the answer   
    nvm after that topic no one try to help me anymore
    Manage fixs myself:
        if(npc.isRaid())
        {
          final L2Skill skill = Rnd.get(defaultList);
          if (cast(skill, dist, skill.getCastRange()))
          return;
        }
     
    can lock :)
  2. Mellion's post in New 368 And Can't Connect To Server:/ was marked as the answer   
    Nvm can close this
  3. Mellion's post in Help About Npc Skills was marked as the answer   
    can you tell me guys where, because its in server or client somewhere id allow use   4087 skill for special npc
  4. Mellion's post in Hp Don't Go Down :( was marked as the answer   
    FOUND LOCK
  5. Mellion's post in If Vps Got Not Enough Rams was marked as the answer   
    err=1
    until [ $err == 0 ];
    do
        . ./setenv.sh
        [ -f log/java0.log.0 ] && mv log/java0.log.0 "log/java/`date +%Y-%m-%d_%H-%M-%S`_java0.log.0"
        [ -f log/stdout.log ] && mv log/stdout.log "log/stdout/`date +%Y-%m-%d_%H-%M-%S`_stdout.log"
    # For developers mostly (1. line gc logrotate, 2. line parameters for gc logging):
    #    [ -f log/gc.log ] && mv log/gc.log "log/gc/`date +%Y-%m-%d_%H-%M-%S`_gc.log"
    #    -verbose:gc -Xloggc:log/gc.log -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGC -XX:+PrintTenuringDistribution
    # Alternative startup by NB4L1
    #    java -Dfile.encoding=UTF-8 -Xmn128m -Xms512m -Xmx1024m- cp lib/*:lib/uMad/*:Equal.jar -server com.equal.gameserver.GameServer > log/stdout.log 2>&1
        java -Dfile.encoding=UTF-8 -Xmx1024m -cp lib/*:lib/uMad/*:Equal.jar com.equal.gameserver.GameServer > log/stdout.log 2>&1
        err=$?
    #    /etc/init.d/mysql restart
        sleep 10;
    done
    Fixed me :)
  6. Mellion's post in Guys Help Me, I Need To Know What To Do was marked as the answer   
    Fixed, problem was in java, database connection not all closed, its was open 170differend place, i pay some java dev and he closed all, thanks for helping anyway
  7. Mellion's post in Force Restart Server After Lots Ddos was marked as the answer   
    Thanks Tryskell for explain. i have that in my mind
×
×
  • Create New...