Jump to content

Elsa Mist

Members
  • Posts

    387
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by Elsa Mist

  1.  

    nTpvwMo.png

     

    the entry can be found in jRO, but not the sprite,  probably they removed it after the event. (if the monster belong to event)

    jRO often remove the event content once it's over.

     

    maybe you can try search from each of the old patch of jRO.

     

    Emistry where did you get a FULL Version of jRO Client? if possible do you a link on it?

     

    Thank you and i appreciate!

     

     

    They have it. I am also playing with jRO, twRO items.

     

    https://github.com/ROClientSide/Translation/blob/master/data/luafiles514/lua%20files/datainfo/NPCIdentity.lub

     

    b9kezp5rgo.png

  2. you can do this

     

    https://github.com/rathena/rathena/blob/master/conf/login_athena.conf

     

    find this

    // Minimum account group id required to connect to server.
    // Will not function if group_id_to_connect config is enabled.
    // -1: disabled
    // 0 or more: group id
    min_group_id_to_connect: -1
    

    put the value which GM level can enter the server.

     

    exp : I want from level group 1 to 99.

    min_group_id_to_connect: 1
    

    I want ONLY level group 99

    min_group_id_to_connect: 99
    

    /no1

  3. If you are using Packet Obfuscation, please put the right keys when you diff your client.exe and disable 'Disable Packet Encrypt'. Default keys for 2013-08-07Ragexe is 0x7E241DE0,0x5E805580,0x3D807D80.

     

    If you are not using the Packet Obfuscation, when you diff your client.exe please enable 'Disable Packet Encrypt' and go to your src/config/core.h and find

    /// Comment to disable the official packet obfuscation support.
    /// When enabled, make sure there is value for 'packet_keys' of used packet version or
    /// defined 'packet_keys_use' in db/[import/]packet_db.txt.
    /// This requires PACKETVER 2011-08-17 or newer.
    #define PACKET_OBFUSCATION
    

    disable it by commenting '//' at #define PACKET_OBFUSCATION

     

     

     

    Edit : use NEMO patcher for diffing your client.exe.

×
×
  • Create New...