Jump to content

LAazsx

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by LAazsx

  1. Hi, I'm trying to setup Flux with MySQL 5.5 and PHP 5.3. I've read somewhere that mysql 5.1 and php 5.2(i think) is better. I'm getting a The PDO_MYSQL driver for the PDO extension must be installed to use Flux. Please consult the PHP manual for installation instructions. error. I'm sure that i've already included PDO_MYSQL in the php.ini file and it is in the ext folder. Should I downgrade MySQL?

  2. Hi,

    There used to be an option if eAthena's gm.conf where you can allow GMs to bypass some restrictions

    // [GM] Can use all skills? (No or mimimum GM level)

    gm_all_skill: no

    // [GM] Can equip anything? (No or minimum GM level, can cause client errors.)

    gm_all_equipment: no

    // [GM] Can use skills without meeting the required conditions (items, etc...)?

    // 'no' or minimum GM level to bypass requirements.

    gm_skill_unconditional: no

    Where can I find these in rAthena?

    Edit:

    Found it!

    For the sake of those who have the same problem, open up groups.conf and scroll down till the end.

    Set the following

    all_skill: true

    all_equipment: true

    skill_unconditional: true

    • Upvote 1
  3. I'm not sure about this but.. have you configured the IP address which clients will use to connect? (Your dns)

    In char athena

    // 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: your.no-ip.info

    In map_athena

    // 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: your.no-ip.info

×
×
  • Create New...