Jump to content

Asura

Members
  • Posts

    707
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Asura

  1. Hi CaioVictor, Why not just... #!/bin/sh cd /home/emulator ./athena-start stop
  2. Hi balmung, The issue is that the use of 's1'/'p1' is prohibited. You are required to change it for the emulator to start up properly.
  3. Hi IssacLock, Maybe your ISP has '6121' blocked on their end... just replace the 6121 with 5120 or 6899, to something which can be opened.
  4. Hi Zezicla, If you truly have 1000 players, with a lot of data in MySQL; InnoDB is what you should be using. MyISAM is quicker when you have less SQL data, however, if your database exceeds GB; then you'll see that queries begin to lock up from time to time... causing lag. That is where InnoDB outperforms MyISAM, when your SQL database is extremely large; it does not lock up.
  5. Hi Honesto, Check the 'Logs' folder available in the VNC Desktop next time. Using '127.0.0.1' in the 'inter_athena.conf' is correct. You must use your RO service IP in the login_athena/map_athena/char_athena config files though.
  6. Hi Erba, Right here... 'MailerUseSMTP' => false,
  7. Hi kenkrels, Try turning on the debug option within '/config/application.php', and then do what you did to get that error.
  8. Asura

    Proxy

    Hi Batman, Try looking up a guide on setting up a GRE tunnel between the two...
  9. Hi c e d i e, Loom is correct about this... @Loom - Thanks.
  10. Hi Gelo, Issue is that you used '127.0.0.1' in your .conf files; you should use your WAN IP instead for the char/login/map .conf files.
  11. Hi Kyo, I believe you are talking about the bypass the Harmony GRF integrity (since it's been word around town, that it can be bypass'ed). SecureGRF should work just fine.
  12. Hi DeathClaw, In your char/map/login .conf files; make sure you are not using the 'bind_ip' function. Also, for the IP addresses; declare your WAN IP (do not use LAN/127.0.0.1).
  13. Hi longlostbro, The WIKI's installation guide is for setting up the emulator, not the client-side. rAthena does not contribute in developing client-side, that'd be illegal (I think) if they did. Please check the Client-side support section, they have pinned topics for what you are looking for.
  14. Hi Gelo, Does your login-server detect anyone trying to connect? Looks to me that your no-ip is correct, and if you have opened your ports correct; everything should be fine. The only thing that comes to mind is an error with the IP you put in your .conf or the client you are using is not DIFF'ed to read domains.
  15. Hi mrlongshen, News update; literally all companies sell webhosting packages with "shared SQL". GoDaddy, Host9, BlueHost, HostGator, etc etc etc. If you want a dedicated SQL server, then buy a VPS or a cloud server and set up a SQL server to use instead.
  16. Hi A c e S p a d e, Find a developer, pay him to set it up for you. Or find someone actually nice enough to take time from their lives to teamviewer you to solve your issue; good luck!
  17. Hi TwerkMaster, I found this using Google.com; http://www.unix.com/shell-programming-scripting/17382-how-save-crontab.html
  18. Hi son0hp, Try this topic; http://rathena.org/board/topic/84621-rathena-rev17526-compiled/ He provides you with a compiled rAthena, so you don't have to checkout via SVN or even compile via Visual Studio (both done for you).
  19. Hi A c e S p a d e, Just upload it into your themes folder, and edit the '/config/application.php' of your FluxCP to use the theme by changing "default" to the new folder name of where you uploaded the theme.
  20. Hi TwerkMaster, Please check out this topic; http://rathena.org/board/topic/59495-auto-start-ro-when-server-accidentally-restart/
  21. Hi Hideki, Unfortunately, CeresCP does not have the capability to manage 2 char/map databases. You'd have to set up another CeresCP to use the main login, 2nd char/map databases instead.
  22. Hi marcorogeeh, Use only your WAN IP in the map/char/login .conf files. Also, make sure you've properly portforwarded the char/map ports.
  23. Hi dudulobo, Assuming you are using your WAN IP in clientinfo.xml; please only use the WAN IP in your map/char/login .conf files, not "127.0.0.1" or your LAN IP.
  24. Hi funtwocrasher, No, please contact Harmonize.it; I do not have a hand in developing Harmony.
×
×
  • Create New...