Jump to content

Akbare

Members
  • Posts

    491
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Akbare

  1. conf/battle/status.conf

    // Adjustment for the natural rate of resistance from status changes.
    // If 50, status defense is halved, and you need twice as much stats to block
    // them (eg: 200 vit to completely block stun)
    pc_status_def_rate: 300
    mob_status_def_rate: 100
    
    // Required luk to gain inmunity to status changes.
    // Luk increases resistance by closing the gap between natural resist and max
    // linearly. This setting indicates required luk to gain complete immunity.
    // Eg: 40 vit -> 40% resist. 150 luk -> +50% of the missing gap.
    //     So 40% + (50% of 60%) = 70%
    pc_luk_status_def: 80
    mob_luk_status_def: 100

    change duration all freeze skill in db skill_unit_db.txt

  2. config/battle/items.conf

     

     

    // Required level of bNoMagicDamage before Status Changes are blocked (Golden Thief Bug card).
    // For example, if left at 50. An item can give bNoMagicDamage,40;
    // which reduces magic damage by 40%, but does not blocks status changes.
    gtb_sc_immunity: 50

    4128,Golden_Bug_Card,Golden Thief Bug Card,6,20,,10,,,,,,,,32,,,,,{ bonus bNoMagicDamage,50; bonus bUseSPrate,100; },{},{}
    
  3. account_id, userid, user_pass, sex, email, group_id, state, unban_time, expiration_time, logincount, lastlogin, last_ip, birthdate.

    Where is level in mysql database?

    (this is under the login table)

     

    +!!!!1111111

     

     

    level change to group_id in database

  4. disable PIn code :

     

    conf/char_athena.conf

     

    //===================================
    // Pincode system
    //===================================
    // NOTE: Requires client 2011-03-09aragexeRE or newer.
    // A window is opened before you can select your character and you will have to enter a pincode by using only your mouse.
    // Default: yes
    pincode_enabled: no
    
    // How often does a user have to change his pincode?
    // 0: never (default)
    // X: every X days
    pincode_changetime: 0
    
    // How often can a user enter the wrong pincode?
    // Default: 3 (client maximum)
    pincode_maxtry: 3
    
    // Are users forced to use a pincode when the system is enabled?
    // Default: yes
    pincode_force: yes
    
×
×
  • Create New...