stivinov
Members-
Content Count
8 -
Joined
-
Last visited
About stivinov
-
Rank
Newbie
-
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; }
-
Linux refuses to start the emulator
stivinov replied to stivinov's question in General Server Support
Thank you so much! I found my mistake, it helped me make clean && make sql (for hercules) -
Linux refuses to start the emulator
stivinov replied to stivinov's question in General Server Support
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’? -
stivinov reacted to an answer to a question: Linux refuses to start the emulator
-
stivinov reacted to an answer to a question: Linux refuses to start the emulator
-
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
-
stivinov reacted to an answer to a question: Does not work Old exe diff
-
Thank you! Nemo does not work! But thanks to this I realized what the problem is
-
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?