Jump to content

Lilith

Members
  • Posts

    407
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Lilith

  1. Gepard, sorry, i mean switch(rand(1,3)). Emistry, with looping, for(...) { switch(rand(1,N)){ case 1: setd ".Ex$",getd(".Ex$")+"First"; break; case 2: setd ".Ex$",getd(".Ex$")+"Second"; break; ... case N: setd ".Ex$",getd(".Ex$")+"N"; break; } } In the end .Ex$ should be approximately so: First, Fifth, Second - It is correct First, Fifth, First -It is not correct, Because repeats...
  2. Hi. How to make so that cases didn't repeat in function 'for() switch()'. Example: for(set .@a,0; .@a<3; set .@a,.@a+1) { switch(rand(1,3)) { case 1: (...); break; case 2: (...); break; case ... case N: (...); break; } } Please, help.
  3. Thanks! It really simplifies search of files. Very useful!
  4. Did you really recompile server after changes in mmo.h?
  5. Yes. Check conf/login_athena.conf use_MD5_passwords: no or your clientinfo.xml use passwordencrypt ?
  6. OR for Linux: create folder ( ex. rathena) Through the terminal to come into a folder ( cd /home/rathena/ ) and enter:
  7. because server, having read a line 90 ( with "a" ), can't read a line 95. yes, search for errors or apply patch with tortoise svn
  8. clif.c:95: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'static' clif.c - file with error 95 - line with error error: (...) - description of error If you see, the given error has appeared from "a" at line 90. Having removed an unknown symbol error will disappear.
  9. Errors on a screenshot only from your inattention. If you are not able to apply a patch manually use the tortoise svn
  10. I found this: "+" must be deleted! and What for "a" in the beginning of a line? remake the patch EDIT: Use tortoise svn for apply patch...
  11. Index: trunk/rewrite/db/packet_db.txt - file which will be changed "-" delete "+" add @@ -56,7 +56,7 @@ - line number which will be changed
  12. It will show you distinctions between files Apply a patch you can through the terminal. At first place a file in a directory with athena. Then in the terminal enter : patch -p0 < /athena/patch_file where /athena/ - folder with server patch_file - name of a patch file ( ex. PacketV28.patch)
  13. How u download the server? tortoisesvn ?
  14. Probably you use the client which uses 28 packet ver., but 3CeaM knows 25 packet only and client send unknown packets to server? What server says?
  15. Energy, Попробуй Setup отсюда. Тема по твоему ехе. P.S.: а новые Lua файлы здесь
  16. Try to insert into the end of a file /etc/apache2/apache2.conf Include /etc/phpmyadmin/apache.conf then restart apache
  17. Офф есть офф, и стоит он не на афине, а на Aegis. Не забывайте, что Athena - эмулятор. Проект 3CeaM, насколько мне известно, реализовал умения 3-их профессий, однако там отсутствует механика реньювал.
×
×
  • Create New...