// ______ __ __ // /\ _ \/\ \__/\ \ // __\ \ \L\ \ \ ,_\ \ \___ __ ___ __ // /'__`\ \ __ \ \ \/\ \ _ `\ /'__`\/' _ `\ /'__`\ ///\ __/\ \ \/\ \ \ \_\ \ \ \ \/\ __//\ \/\ \/\ \L\.\_ //\ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\ // \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/ // _ _ _ _ _ _ _ _ _ _ _ _ _ // / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ //( e | n | g | l | i | s | h ) ( A | t | h | e | n | a ) // \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ // //-------------------------------------------------------- // eAthena Script Configuration File //-------------------------------------------------------- // When choosing those which it refines setting the letter which is indicated. (Those for word use other than Japanese?) refine_posword: Head,Body,Left hand,Right hand,Robe,Shoes,Accessory 1,Accessory 2,Head 2,Head 3,Not Equipped warn_func_no_comma: yes warn_cmd_no_comma: yes warn_func_mismatch_paramnum: yes warn_cmd_mismatch_paramnum: yes check_cmdcount: 65536 check_gotocount: 2048 //---- Custom Lua functions ---- // Name of function when a player has died die_event_name: PCDieEvent // Name of function when a player kills something kill_event_name: PCKillEvent // Name of function when a player logs out logout_event_name: PCLogoutEvent // Name of function when a player logs in login_event_name: PCLoginEvent