Jump to content

SatoriChan

Members
  • Posts

    17
  • Joined

  • Last visited

2 Followers

Profile Information

  • Gender
    Female
  • Location
    Brazil

Recent Profile Visitors

1873 profile views

SatoriChan's Achievements

Poring

Poring (1/15)

1

Reputation

  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#
×
×
  • Create New...