Jump to content

chitero666

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by chitero666

  1. On 10/31/2016 at 8:00 AM, Cydh said:

    As follow up of e7e8b54 and people's thought at Issue:#1404
     
    Added config in conf/battle/skill.conf
     

    
    // Land Protector behavior
    // 0 : Officially, standing players at the border (outer cell) of the Land Protector is still can be affected/hit
    //     by AoE skills (if the skills has splash effect, such Storm Gust).
    // 1 : Old Athena style, totally ignore AoE skill from outside Land Protector area.
    land_protector_behavior: 0

     
    Try it now for FREE!

    does not work on client 2018 06 20

  2. On 2/14/2019 at 11:58 PM, X-EcutiOnner said:

    What language you used?

    seen /src/common/msg_conf.hpp

         // Multilanguage System.
         // Define which languages to enable (bitmask).
         // 0xFFF will enable all, while 0x000 will enable English only.
     

    enum lang_types {
        LANG_RUS = 0x01,
        LANG_SPN = 0x02,
        LANG_GRM = 0x04,
        LANG_CHN = 0x08,
        LANG_MAL = 0x10,
        LANG_IDN = 0x20,
        LANG_FRN = 0x40,
        LANG_POR = 0x80,
        LANG_THA = 0x100,
        LANG_MAX
    };

    #ifndef LANG_ENABLE
        // Multilanguage System.
        // Define which languages to enable (bitmask).
        // 0xFFF will enable all, while 0x000 will enable English only.
        #define LANG_ENABLE 0x000
    #endif
     

    I used image.png.b13d63eb67add5e67fb4d3ec9ac4ff43.png

×
×
  • Create New...