Jump to content

wakefield21

Members
  • Posts

    115
  • Joined

  • Last visited

Posts posted by wakefield21

  1. @utofaery is it disabled or not?

     

    #if PACKETVER >= 20110817
        /// Comment to disable the official packet obfuscation support.
        /// This requires PACKETVER 2011-08-17 or newer.
        #ifndef PACKET_OBFUSCATION
            #define PACKET_OBFUSCATION

            // Define these inside src/custom/defines_pre.hpp or src/custom/defines_post.hpp
            //#define PACKET_OBFUSCATION_KEY1 <key1>
            //#define PACKET_OBFUSCATION_KEY2 <key2>
            //#define PACKET_OBFUSCATION_KEY3 <key3>

            /// Comment this to disable warnings for missing client side encryption
            #define PACKET_OBFUSCATION_WARN
        #endif
    #else
        #if defined(PACKET_OBFUSCATION)
            #error You enabled packet obfuscation for a version which is too old. Minimum supported client is 2011-08-17.
        #endif
    #endif

     

  2. 1 minute ago, sader1992 said:

    i don't think you can add or remove one of the tabs they are hard coded in the client

    that's what i'm thinking also, but i saw some screenshots here that i forgot where to look up for it, it was changed like sub tab action was changed to currency that's why i am hoping i could change it or maybe in 2017 clients you could edit it?

  3. 1 hour ago, sader1992 said:

    client side:

    /System/achievement_list.lub

    server side:

    read this

    https://github.com/rathena/rathena/blob/master/doc/achievements.txt

    I've already done what you said but still i can't find how to change that texts for example: General, Battle and so on. achievement_list.lub contains only the objectives that you need to finish to complete the achievement. what i want to do is to change that outlined texts.

  4. Sir Stolao how can i implement it on my own server? i am also wondering on how to do this kind of reward system. and lastly sir Stolao if you dont mind can i ask a question? i am wondering on how can i change the image that will show (cause in your script it is kafra) i also want to do that kind of image if possible) when you login. advanced thank you sir Stolao!

×
×
  • Create New...