Jump to content

SatoriChan

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by SatoriChan

  1. My friend is trying to connect to the server, but he access the login-server, but not the char-server. In my house, with my PC and other of the LAN, I can connect with no problem. I'm not using no-ip. char-athena: map-athena: I already tried to put my WAN IP at the map_ip, it didn't work. subnet: Already tried 255.0.0.0:10.1.1.2:10.1.1.2 and nothing. Hexed: 2011-06-14, tried with 2011-06-09. Already changed mmo, db/packet to default, 25, 23, 19999 and nothing. LAN IP: 10.1.1.2 Already tried 127.0.0.1 in all of the ip configuration, nothing too. Someone can help me? @edit: Oh, all the ports are open. I did the tests and all of them says "success, i can see your service" blah blah blah...
  2. didnt work =/ i put only ./configure at SSH, not ./configure --with-PCRE
  3. i'm using linux. .-. i tried ./start, it didnt work. =/
  4. it didnt work =/ my athena-start #!/bin/bash # athena starting script by rowla # modified by [email protected] (NL101541) PATH=./:$PATH L_SRV=login-server_sql C_SRV=char-server_sql M_SRV=map-server_sql print_start() { # more << EOF echo "Athena Starting..." echo " © 2003 Athena Project" echo " modified by [email protected]" echo "" #echo "Debug informations will appear," #echo "since this is a test release." #echo "" echo "checking..." #EOF } check_files() { for i in ${L_SRV} ${C_SRV} ${M_SRV} do if [ ! -f ./$i ]; then echo "$i does not exist, or can't run." echo "Stop. Check your compile." exit 1; fi done # more << EOF echo "Check complete." echo "Looks good, a nice Athena!" #EOF } case $1 in 'start') print_start check_files exec . {L_SRV}& exec . {C_SRV}& exec . /${M_SRV}& echo "Now Started Athena." ;; 'stop') ps ax | grep -E "${L_SRV}|${C_SRV}|${M_SRV}" | awk '{print $1}' | xargs kill ;; 'restart') $0 stop $0 start ;; *) echo "Usage: athena-start { start | stop | restart }" ;; esac
  5. i dont like screens, i want to use athena-start. '-' can someone help me? D;
  6. It's not recommended to use clients of 2012+. Try to use some 2011 client, I recommend 2011-06-14RE.
  7. yes, make clean and then make sql.
  8. yes, i'm in the rathena folder.
  9. oh god, it was so easy and it took me all night long .-. thank you ! *-*
  10. -bash-3.2# chmod 700 *.sh *_sql -bash-3.2# ./athena-start start -bash: ./athena-start: /bin/sh^M: bad interpreter: No such file or directory -bash-3.2#
  11. does exists a pre-renewal version of rAthena? if yes, how can I use this? I saw some folders named "pre-re", but what about the damage calcs and other things?
  12. How to use athena-start in Linux? I bought a host, but I can't use this athena-start. =/ I tried ./athena-start start, athena-start start... I put 777 in chmod and nothing... =/
  13. Apache Easy or Hard? (1st time playing a game)
  14. Own, thank you, but i think i'm not =/
  15. When I active the PK (misc.conf) and I set battleground flag to some map, it appears some warnings into map-server, look: What do I have to do?last revision of rathena.
×
×
  • Create New...