Jump to content

black_knighthood

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by black_knighthood

  1. Im having problems with this, help please.

    a22Ozq.png

    1st error is for 20120410aRagexeRE

    2nd for 20120424aRagexeRE

    3rd for 20110906aRagexeRE

    4th for 20111025aRagexeRE

    I tried this with no help (http://rathena.org/b...own-packet-ver/)

    come on guys, I know someone out their has to have an answer to help me out.

    [sOLVED] Thanks to Judas' help, apparently i needed to add the packet obfuscation fix to the diff for it to work x_x

    But with the above I noticed the packet changed to <p:0x0363,l:19> (using 20111025aRagexeRE with obfuscation)

    I also tried this with no luck (http://rathena.org/b...packet-version/)

    Ah, solved: i change the max packet or something like that on the src>map>clif.h to 40

    thanks anyway for your kind reply

    If someone can explainme how this about packets works, so I can understand. I dont know how many lines should I have in my packet_db (there are over 1760 lines, comments included). Any help is appreciated, thanks.

  2. try to use this

    username: root

    password: ragnarok

    i think thats the solution.

    I try, but now it says acces denied for user root@localhost (I put the correct pasword for root, isnt ragnarok)

    Hi black_knighthood,

    Are you using a pre-compiled version of rAthena? Or did you compile this yourself? If you did get a pre-compiled, where did you get it from?

    I compiled it by myself using visual 2008, and recompiled after change the mmo.h

  3. Its ok?

    char_eathena.conf

    // Server Communication username and password.
    userid: s11111
    passwd: p11111
    // Server name, use alternative character such as ASCII 160 for spaces.
    // NOTE: Do not use spaces in the name, or guild emblems won't work client-side!
    server_name: Server
    // Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
    wisp_server_name: Server
    // Login Server IP
    // The character server connects to the login server using this IP address.
    // NOTE: This is useful when you are running behind a firewall or are on
    // a machine with multiple interfaces.
    login_ip: 127.0.0.1
    // The character server listens on the interface with this IP address.
    // NOTE: This allows you to run multiple servers on multiple interfaces
    // while using the same ports for each server.
    //bind_ip: 127.0.0.1
    // Login Server Port
    login_port: 6900
    // Character Server IP
    // The IP address which clients will use to connect.
    // Set this to what your server's public IP address is.
    char_ip: 127.0.0.1
    // Character Server Port
    char_port: 6121
    

    map_eathena.conf

    // Interserver communication passwords, set in account.txt (or equiv.)
    userid: s11111
    passwd: p11111
    // Character Server IP
    // The map server connects to the character server using this IP address.
    // NOTE: This is useful when you are running behind a firewall or are on
    // a machine with multiple interfaces.
    char_ip: 127.0.0.1
    // The map server listens on the interface with this IP address.
    // NOTE: This allows you to run multiple servers on multiple interfaces
    // while using the same ports for each server.
    //bind_ip: 127.0.0.1
    // Character Server Port
    char_port: 6121
    // Map Server IP
    // The IP address which clients will use to connect.
    // Set this to what your server's public IP address is.
    map_ip: 127.0.0.1
    // Map Server Port
    map_port: 5121
    

    Hi again, still the same error, someone can help me? plz

  4. Hi, plz if someone can help me, I have the same error of

    <a href="http://rathena.org/board/topic/57888-sql-access-denied-for-user-ragnaroklocalhost-help/>this topic</a>

    access denied for user 'ragnarok@localhost', but nobody seems to answer there, it says solved. Im using xampp on port 81 (http://localhost:81/phpmyadmin/) however mysql is using port 3306. I want to test it in local (127.0.0.1), I have an user ragnarok with same pass and all global privileges, and also all privileges for each database, ragnarok and log. My inter_athena.conf looks fine I guess:

    sql.db_hostname: 127.0.0.1
    sql.db_port: 3306
    sql.db_username: ragnarok
    sql.db_password: ragnarok
    sql.db_database: ragnarok
    sql.codepage:
    // MySQL Character SQL server
    char_server_ip: 127.0.0.1
    char_server_port: 3306
    char_server_id: ragnarok
    char_server_pw: ragnarok
    char_server_db: ragnarok
    // MySQL Map SQL Server
    map_server_ip: 127.0.0.1
    map_server_port: 3306
    map_server_id: ragnarok
    map_server_pw: ragnarok
    map_server_db: ragnarok
    // MySQL Log SQL Database
    log_db_ip: 127.0.0.1
    log_db_port: 3306
    log_db_id: ragnarok
    log_db_pw: ragnarok
    log_db_db: log
    log_codepage:
    

    Thanks in advance.

  5. Hi, plz if someone can help me, I have the same error acces denied for user ragnarok... Im using xampp on port 81 (http://localhost:81/phpmyadmin/) however mysql is using port 3306. I want to test it in local (127.0.0.1), I have an user ragnarok with same pass and all global privileges, and also all privileges for each database, ragnarok and log. My inter_athena.conf looks fine I guess:

    sql.db_hostname: 127.0.0.1
    sql.db_port: 3306
    sql.db_username: ragnarok
    sql.db_password: ragnarok
    sql.db_database: ragnarok
    sql.codepage:
    // MySQL Character SQL server
    char_server_ip: 127.0.0.1
    char_server_port: 3306
    char_server_id: ragnarok
    char_server_pw: ragnarok
    char_server_db: ragnarok
    // MySQL Map SQL Server
    map_server_ip: 127.0.0.1
    map_server_port: 3306
    map_server_id: ragnarok
    map_server_pw: ragnarok
    map_server_db: ragnarok
    // MySQL Log SQL Database
    log_db_ip: 127.0.0.1
    log_db_port: 3306
    log_db_id: ragnarok
    log_db_pw: ragnarok
    log_db_db: log
    log_codepage:
    

    Thanks in advance.

×
×
  • Create New...