Jump to content

gpedro153

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by gpedro153

  1. I have an NPC that uses the "showevent" function and it works fine when it is in Pronterae, but when i move it to an custom map the showevent function will not work.

     

    for example:

    On this first script the "showevent" function works fine and the "Quest Balloon" appears over the NPC

     

    prontera,157,183,5 script showevteste 837,{

     
    mes "This is a test";
    close;
     
    OnPCLoadMapEvent:
    showevent 1,1;
    end;
    }

     

    however, when i move this same NPC to Mellina City (a custom map) the showevent doesn't work and the "Quest Balloon" no longer appears over the NPC even though the rest of the script remains the same.

     

    mellina,94,55,5 script showevteste 837,{
     
    mes "This is a test";
    close;
     
    OnPCLoadMapEvent:
    showevent 1,1;
    end;

    }

    It still says "This is a test" when i click on it though.

     

    Can anybody help me with this issue?

    Thanks

  2. So,
     
    i downloaded the data archives from the "Recommended Client & Setup" page here at rAthena forum (https://rathena.org/board/topic/70962-recommended-client-setup/).
     
    I also downloaded the 2012-04-10 DIFFED client and it works on my server. However all the skill's descriptions in game are in Korean!
     

    here is a screenshot:

    koreanerror.png

     

    How can i make it appear in English?

     

     

     

    Also,

     

    i downloaded the 2012-04-10 UNDIFFED + Changes from that same page to create my own client using Shin's Diff Patcher with WeeDiffGen plugin. But even if i diff it by checking the exactly same boxes recommended by the page where i downloaded the 2012-04-10 client, when i choose my character in game i receive the message "rejected from server.(3)"

    and then if i press "ok" the game window closes.

    but if i use the same client i downloaded already diffed it works fine and i can play... and the skills are in Korean

    rejected.png

     

    here are the boxes i checked on Diff Patcher

    Allow Chat Flood: 3
    Always Call SelectKoreaClientInfo()
    Chat @-Bug
    Custom Window Title: Ragnarok Online
    Disable 1rag1 & 1sak1
    Disable 4 Letter User Character Limit
    Disable 4 Letter User ID Limit
    Disable 4 Letter User Password Limit
    Disable Hallucination Wavy Screen
    Disable HShield
    Disable Nagle Algorithm
    Disable RagexeRE Filename Check
    Disable Swear Filter
    Enable 64K hairstyles
    Enable ASCII in Text
    Enable Aura Over Level 99 And Level 150
    Enable DNS Support
    Enable Multiple GRFs
    Enable Official Custom Fonts
    Enable Title Bar Menu
    Enforce Official Login Background
    Extended Chat Box
    Extended Chat Room Box
    Extended PM Box
    Fix Camera Angles Medium
    Force Send Client Hash Packet
    Ignore Missing File Errors
    Ignore Missing Palette Errors
    Increase Headgear View ID: 30000
    Increase Zoom Out 75%
    Only First Login Background
    Read msgstringtable.txt
    Read questid2display.txt
    Remove Gravity Ads
    Remove Gravity Logo
    Remove Hourly Game Grade Banner
    Remove Hourly Playtime-Minder
    Remove Quake Skill Effect
    Remove Serial Display
    Restore Login Window
    Skip License Screen
    Skip Packet Header Obsfucation
    Translate Client Into English
    Use Arial On All Langtypes
    Use Custom Aura Sprites
    Use Normal Guild Brackets
    Use Plain Text Descriptions
    Use Ragnarok Icon

     

     

    but if i use the client already diffed i downloaded it works 

  3. log_db_db: ragnarok // < The ragnarok must be the same name of your logs table.
    

    this line didn't exist in my inter_athena.conf, so i added it and now there is no DB error on my login-server.

     

    however, when i put my username and password the message still appears "Failed to Connect to Server"

     

    funciona.png

     

    conecttoserver.png

     

     

    and this is a screenshot of login-server after i try to access my account in game.

    depois_login.png

     

    the last line says

     [Info]: Closed connection from 'my LAN IP'

    what could be causing this?

  4. yes, i imported the logs.sql into a "Schema" named "log". 

     

    mysql.png

    // MySQL Log Database
    log_db_ip: 127.0.0.1
    log_db_port: 3306
    log_db_id: ragnarok
    log_db_pw: [ADDED THE PASSWORD I CREATED]
    log: [ CHANGE THIS TO THE TABLE NAME WHERE YOU PUT THE LOGS.SQL ]
    log_codepage:
    log_login_db: loginlog 
    

    i tried changing the "log:" line to "log: log" to see what happened but the problem is still the same

  5. so, im new here and trying to create my own server.


     


    i followed all the steps of the wiki tutorial and i think i did everything right.


     


    MySQL is running and listening on localhost:


     


    My_SQL55.png


     


     


     


    I have changed inter_athena.conf a little bit and now all of the login-server, char-server, and map-server open and communicate to each other


     


    here are the changes I made on my inter_athena.conf:



    // MySQL Login server
    login_server_ip: 127.0.0.1
    login_server_port: 3306
    login_server_id: ragnarok
    login_server_pw: [ADDED THE PASSWORD I CREATED]
    login_server_db: ragnarok
    login_codepage:
    login_case_sensitive: no

    ipban_db_ip: 127.0.0.1
    ipban_db_port: 3306
    ipban_db_id: ragnarok
    ipban_db_pw: [ADDED THE PASSWORD I CREATED]
    ipban_db_db: ragnarok
    ipban_codepage:

    // MySQL Character server
    char_server_ip: 127.0.0.1
    char_server_port: 3306
    char_server_id: ragnarok
    char_server_pw: [ADDED THE PASSWORD I CREATED]
    char_server_db: ragnarok

    // MySQL Map Server
    map_server_ip: 127.0.0.1
    map_server_port: 3306
    map_server_id: ragnarok
    map_server_pw: [ADDED THE PASSWORD I CREATED]
    map_server_db: ragnarok

    // MySQL Log Database
    log_db_ip: 127.0.0.1
    log_db_port: 3306
    log_db_id: ragnarok
    log_db_pw: [ADDED THE PASSWORD I CREATED]
    log: ragnarok
    log_codepage:
    log_login_db: loginlog 

    the tutorial i followed however didn't mentioned to change the lines "login_server_pw:" and "ipban_db_pw:", but before i changed them my login-server couldnt comunicate to MySQL.


     


     


    now as i said, all three (login, char, and map-server) communicate to each other.


     


    Login2.png


     


    Char.pngMap.png


     


    However when i try to log in with the game username and password i created in the database it says "Failed to Connect to Server"


     


    here is a screenshot of my login-server after i try to login


    Login_after.png


     


    as you can see it says DB errer - No database selected. 


    But it also says "Connection of the account accepted". so it is recognizing my game account, right?


    I am assuming this is the problem, but how do i fix it?


  6. Thank you for replying

     

    so, MySQL is running and listening on localhost:

     

    My_SQL55.png

     

     

     

    I have changed inter_athena.conf a little bit and now all of the login-server, char-server, and map-server open and communicate to each other

     

    here are the changes I made on my inter_athena.conf:

    // MySQL Login server
    login_server_ip: 127.0.0.1
    login_server_port: 3306
    login_server_id: ragnarok
    login_server_pw: [ADDED THE PASSWORD I CREATED]
    login_server_db: ragnarok
    login_codepage:
    login_case_sensitive: no
    
    ipban_db_ip: 127.0.0.1
    ipban_db_port: 3306
    ipban_db_id: ragnarok
    ipban_db_pw: [ADDED THE PASSWORD I CREATED]
    ipban_db_db: ragnarok
    ipban_codepage:
    
    // MySQL Character server
    char_server_ip: 127.0.0.1
    char_server_port: 3306
    char_server_id: ragnarok
    char_server_pw: [ALREADY HAD MY PASSWORD]
    char_server_db: ragnarok
    
    // MySQL Map Server
    map_server_ip: 127.0.0.1
    map_server_port: 3306
    map_server_id: ragnarok
    map_server_pw: [ALREADY HAD MY PASSWORD]
    map_server_db: ragnarok
    
    // MySQL Log Database
    log_db_ip: 127.0.0.1
    log_db_port: 3306
    log_db_id: ragnarok
    log_db_pw: [ALREADY HAD MY PASSWORD]
    log: ragnarok
    log_codepage:
    log_login_db: loginlog
    
    

    the tutorial i followed however didn't mentioned to change the lines i just changed.

     

     

    now as i said, all three (login, char, and map-server) communicate to each other.

     

    Login2.png

     

    Char.pngMap.png

     

    However when i try to log in with the game username and password i created in the database it says "Failed to Connect to Server"

     

    here is a screenshot of my login-server after i try to login

    Login_after.png

     

    as you can see it says DB errer - No database selected. 

    But it also says "Connection of the account accepted". so it is recognizing my game account, right?

    I am assuming this is the problem, but how do i fix it?

  7. hey everybody, i am new here and i am trying to create my own server

     

    i followed all the tutorials doing exactly what they were telling me to do (i think).

     

    but when i try to run my server the login-server, char-server, and map-server crash. they open and a few seconds later they close (it is really fast)

     

    i took a screenshot of the login-server just before it closes automatically, here it is.

     

    erro.png

     

     

    does anyone have any clue what it might be?

     

    if you guys need more information of my configurations to help me out just let me know and i will post here

×
×
  • Create New...