Jump to content

mrmagic

Members
  • Posts

    182
  • Joined

  • Days Won

    1

Posts posted by mrmagic

  1. 54 minutes ago, tepek said:

    hi. i search for the item id 28901(mad bunny special) on my server but it didnt exist. id 2189 (mad bunny shield) is exist tho but with different description. how can i have id 28901 in my server? tq

    Use rAthena, and don't forget to update it, that item has been implemented in january

  2. 14 hours ago, khenma09 said:

    Hi im using kro 2017  client.. Ihope this will be ok?

    But how can I add the packets? Just copy ang paste? To packet_db.txt? 

    First, i don't mean to rude or offending you.

    This client is for development purpose, so it will benefit emulator in future. Was not mean to be used by regular user I suppose.

    You can always use 2015-11-04aRagexe which is more stable and already supported by rAthena itself, and you don't need to mess around with the source code.

    I can assure you, there are no benefits for regular user to use this one.

    • Upvote 1
  3. It's better to post those, to avoid another useless instructions.

    Because there is no guide around, then I'll give a lil bit instructions how to make those client works.

     

    Because you're using RagexeRE client follow this steps:

    1. Open src\char\char_clif.c , go to line 307 then change this 

    #if false && PACKETVER >= 20151001

    to this

    #if true && PACKETVER >= 20151001

    2. Open src\common\utils.c , go to line 409 then change this

    else if(date >= 20151104) return 55;

    to this:

    	else if(date < 20160203) return 55;
    	else if(date >= 20160203) return 56;

    3. Open src\map\clif.h ,  go to line 39 then change MAX_PACKET_VER to 56

    4. Clean compile

     

     

     

    • Upvote 3
×
×
  • Create New...