Jump to content

Slammer

Members
  • Posts

    167
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by Slammer

  1. 2 hours ago, Ai4rei said:

    Updated to 2.4.17, adds iRO:Restart, kRO Zero and phRO, and updates jRO patch information (for details see docs). Fixes a super-random crash on super-modern systems.

    The way the patcher currently processes parameters allows only predetermined combinations. /updateonly implies the normal patch process, so whichever comes first, will set the resulting mode.

    This changed in the nightly already, but although the nightly records /updateonly along with /repak, the repacking process does not take the auto-close into account either. Will take a look at it in the future.

    @Ai4rei thank you for awesome update now jRO is up to date.

  2. 2 hours ago, Emistry said:

    Just a random thought...

    I am looking for a way to automatically execute the RO patcher lite every month to update the kRO or iRO or any others...

    At the moment, I manage to do this by using task scheduler to auto execute this program and update the RO.

    However, all it does are just startup this program, but it cant auto close/kill the program when the update completed..

     

    Is there a way for us to run this RO patcher lite to update the kRO..and then auto close it once the update its done?

    something like we do this through a command prompt process and run in the background if it even possible?

    maybe this can help you.

     

  3. 7 minutes ago, hazimjauhari90 said:

    i'm using the one i wrote above. Don't have any error on recompiling..

     

    NOTE: please check above code block. Don't cope whole code block. I think u have 2 #endif. If yes. Just remove either one. Sorry to make u confuse with the #endif. XD

    nicely Done. Works. thx

    Spoiler

    screenrAthena011.thumb.jpg.53fa7f35642bbc7825a6f3000d9dbf25.jpgscreenrAthena012.thumb.jpg.f6107eca77b50ba9b9c9ff37b1e55ef4.jpgscreenrAthena007.thumb.jpg.b3a9d6b5b59d1033a1c6bc0e07ce7e6e.jpg

     

  4. 9 minutes ago, hazimjauhari90 said:

    Nope. In rathena.. find this code block. Replace as follow:

    #if PACKETVER < 20080102
        const int cmd = 0x73;
    #elif PACKETVER < 20141022
        const int cmd = 0x2eb;
    #elif PACKETVER < 20161228
        const int cmd = 0xa18;
    #else
        const int cmd = 0x2eb;
    #endif

    after edit n recompile. compile not succes,
    i try

    #if PACKETVER < 20080102
        const int cmd = 0x73;
    #else
        const int cmd = 0x2eb;

    it''s succes can login in game. no error any more. have alternative? I fear at future becomes a problem.

  5. all Done, no error... login succes, char succes, map stuck... still can't connect server.

    Hercules / rAthena

    The client's login and character select will function. But after selecting a character, the client will sit for a moment and then time out. This is because Gravity is no longer using the ZC_ACCEPT_ENTER3 packet and went back to using the older ZC_ACCEPT_ENTER2. So you have to edit the source to have it use the 2nd version of ACCEPT_ENTER or else the timeout issue will happen. Im not going into tech details on how to apply the change. Thats for you to do or just wait for someone to do it.

    what mean for that?

    #if PACKETVER < 20080102
        const int cmd = 0x73;
    #elif PACKETVER < 20141022
        const int cmd = 0x2eb;
    #else
        const int cmd = 0xa18;

    to

    #if PACKETVER < 20080102
        const int cmd = 0x73;
    #else
        const int cmd = 0x2eb;

    it''s right?

  6. Broo, mau tanya

    ada yg tau cara menggunakan file .patch di ro offline ?

    tolong kasi tau langkah" nya dong

    thank's

    menggunakan patcher apa? tidak diharus patcher menggunakan .patch yang penting patcher itu berjalan dengan benar dan support semua file.

  7. I use 2015-11-04a client and it crashes whenever i enter my username & password. But whenever i use 2013 client, it can enter character selection screen without any error. What seems to be the problem here?

    client kRO have patch till 20151104? if not your client will be crash.

  8. I'm progress the update for the headgear until the month of February 2014.
    so wait. I definitely update.


    sorry, long time for waiting. /no1


    I'm progress the update for the headgear until the month of February 2014.
    so wait. I definitely update.


    sorry, long time for waiting. /no1

     

    Last update Headgear Bunny_Egg_Shell [iD 1000]

    Cek my First Post

     

    Next Update. up to Headgear CAT_EYE [iD 1100]

     

    Thx.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.