Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/24/12 in all areas

  1. You can use Sql_EscapeStringLen.
    2 points
  2. https://sourceforge.net/apps/trac/rathena/browser/athena/db?rev=2 7 years old
    1 point
  3. Edit your inter_athena.conf find log_db_db: ragnarok change to log_db_db: log
    1 point
  4. You need to import the logs.sql into your mysql tables.
    1 point
  5. This might be easier to explain with examples. MySQL Username: ben MySQL Password: ben123 MySQL Database: bendb The username corresponds to the _id portions The password corresponds to the _pw portions The database corresponds to the _db portions In short you need to change anything that is not what you setup to use in your MySQL.
    1 point
  6. I learned athena scripting years ago, when I was just a regular RO player on one of private servers. I was learning the game, and at that time, I found the easiest way to learn about RO quests, spawns etc was to look up eAthena npc folder. But I had to understand it first. C-like syntax was easy, cause I had already known C. I've read every letter in doc/script_commands.txt to understand variables and other stuff that was athena specific. After that and learning from few scripts that I was interested in as a player, I find out that I'm able to more-less understand any script. I learned good patterns and practices by reading more and more scripts that were somehow relevant to me, then I applied as Scripter to the server I had been playing. Even with syntax highlighting and some basic autocompletion, I still need to refer to docs. There are just too many script commands to remember them all. TL;DR> read docs, read scripts, practice
    1 point
  7. In the inter_athena.conf you edit all the instances of the password to match the password that choose. If you also setup a different user other than the "ragnarok" user that is already set in the inter_athena.conf file, then you should change that one as well.
    1 point
  8. use this http://rathena.org/tools/login_background/
    1 point
  9. We have an IRC Channel. IRC http://rizon.net/chat - Connect to #rathena.
    1 point
  10. service mysqld start then run that script. If it can't connect to the mysql.sock it is because there is no running MySQL socket.
    1 point
×
×
  • Create New...