Jump to content

stivinov

Members
  • Content Count

    8
  • Joined

  • Last visited

About stivinov

  • Rank
    Newbie

Recent Profile Visitors

1252 profile views
  1. Что было дальше! У тебя получилось?)
  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. Thank you so much! I found my mistake, it helped me make clean && make sql (for hercules)
  4. 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’?
  5. 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 [email protected] 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
  6. Thank you! Nemo does not work! But thanks to this I realized what the problem is
  7. Hello friends! I really need your help! It does not work for me exe! The game does not start, no mistake Tell me please, did I do everything right? Tell me please. What is my fault?
×
×
  • Create New...

Important Information

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