Jump to content

stivinov

Members
  • Content Count

    8
  • Joined

  • Last visited

Posts posted by stivinov


  1. On 24.04.2017 at 11:56 PM, Habilis said:

    I don't have much time

     

    but so far what I did is I downloaded  rAthena rev 13414

    http://rathena.svn.sourceforge.net/viewvc/rathena/trunk/?pathrev=13414

     

    and I will edit db

    monsters skills etc..

     

    to match those in that revision

     

    huge work, will take long time

     

    I will also change morroc npc's ... Sorry Satan you weren't there back in the days..

    Что было дальше! У тебя получилось?) 


  2. Hello friends!
    On the server, I would like to activate pvp mode at night! 
    I wrote a small code that is below! Night comes, but pvp does not work = (

    In the logs, the error does not show.
    Explain to me please, what's my problem?

    Thank you

    -	script	DayNightPvP	-1,{
    
    OnClock0000:
      announce "Morning! The world has become safer!",bc_all,0xEEEEEE;
      day;
      setbattleflag "pk_mode",0;
      atcommand "@reloadbattleconf";
      end;
    
    OnClock0600:
      announce "Night! Outside the city it became dangerous!",bc_all,0xEEEEEE;
      night;
      setbattleflag "pk_mode",1;
      atcommand "@reloadbattleconf";
      end;
    }

     

     


  3. On 16.04.2018 at 4:55 PM, meko said:

    chmod u+x ./{login,char,map}-server

     

    If you want to keep the file ownership and permissions intact when copying from linux to windows you should first make a tarball on the source machine and then download this instead of downloading every file one by one (ie via FTP)

     

    On 16.04.2018 at 5:26 PM, Verno said:

    Also you can try this

     

    chown -R USERNAME hercules/
    chmod -R 777 hercules/

    Meko, Verno
    Thank you very much!
    That helped!
    Sorry for the fact that I did not answer for a long time, there was a lot of work!


    Can you please tell me how to fix this problem?
    The command does not work
    ./athena-start stop

    ./athena-start stop
    ./athena-start: 60: kill: No such process
    
    rm: remove write-protected regular file ‘.login-server.pid’?

     


  4. Hello friends!
    Recently I ran into a problem!
    I copied my emulator from the server, in order to return to it later.When the time came, I copied it back to the server!

    My problem is that he stopped running and that's what he writes:
     

    root@ragnarokonline:/home/test/athena# ./athena-start start
    Athena Starting...
                (c) 2003 Athena Project
                  modified by shazeya@syafi.com
    
    checking...
    Check complete.
    Looks good, a nice Athena!
    Now Started Athena.
    root@ragnarokonline:/home/test/athena# 
    ./athena-start: 51: exec: ./map-server: Permission denied
    ./athena-start: 49: exec: ./char-server: Permission denied
    ./athena-start: 47: exec: ./login-server: Permission denied
    ^C
    root@ragnarokonline:/home/test/athena#

    Tell me please, what's my mistake?
    Thank you
     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.