Jump to content

Starfoxcat

Members
  • Posts

    23
  • Joined

  • Last visited

Community Answers

  1. Starfoxcat's post in i try to update my server to last rathena update but i got this error was marked as the answer   
    Hi,
    Is there any other error messages other than those map limit error messages if you scroll up/down your mapserver window?
    Usually the error message would be like "[ERROR] File Not Found : <dir> " or "Failed to connect to ..." or something like those.
    Source file that has something to do with the map limit is in src/common/mmo.h with this entry:
     
    The easiest and quickest fix is re-download the whole new server files; and keep your configuration files and database from your old server.
  2. Starfoxcat's post in DB error - Table 'ragnarok.mail_attachments' doesn't exist was marked as the answer   
    Hi,
    Try to check your sql-files/upgrades/ 
    and see these files: (contain mail_attachment)
    upgrade_20160814.sql
    upgrade_20170620.sql
    upgrade_20171001.sql
    Update the script if necessary.
    And make sure your charserv has rights to access to your database via firewall settings.
    It is also worth checking if your main.sql script is fully integrated with your char.cpp.
    Lastly, ensure your inter_athena.conf contains these: (Never edit these)
    // Char Database Tables char_db: char hotkey_db: hotkey scdata_db: sc_data cart_db: cart_inventory inventory_db: inventory charlog_db: charlog skill_db: skill interlog_db: interlog memo_db: memo guild_db: guild guild_alliance_db: guild_alliance guild_castle_db: guild_castle guild_expulsion_db: guild_expulsion guild_member_db: guild_member guild_skill_db: guild_skill guild_position_db: guild_position guild_storage_db: guild_storage party_db: party pet_db: pet friend_db: friends mail_db: mail mail_attachment_db: mail_attachments auction_db: auction quest_db: quest homunculus_db: homunculus skill_homunculus_db: skill_homunculus mercenary_db: mercenary mercenary_owner_db: mercenary_owner elemental_db: elemental skillcooldown_db: skillcooldown bonus_script_db: bonus_script acc_reg_num_table: acc_reg_num acc_reg_str_table: acc_reg_str char_reg_str_table: char_reg_str char_reg_num_table: char_reg_num clan_table: clan clan_alliance_table: clan_alliance  
×
×
  • Create New...