Jump to content

sizenine

Members
  • Content Count

    11
  • Joined

  • Last visited

Posts posted by sizenine


  1.  

    anyone know how to fix self whisper messages not showing?

     

    packets.h add

     

    #if PACKETVER >= 20131223packet(0x09df,7);#endif 

      HEAD  flag  ( CID or AIDsurmise  :P )

    0x09df    00   00 00 00 00

     

    clif.c 

     

    void clif_wis_end(int fd, int flag){#if PACKETVER >= 20131223	WFIFOHEAD(fd,packet_len(0x9df));	WFIFOW(fd,0) = 0x9df;	WFIFOW(fd,2) = flag;	WFIFOSET(fd,packet_len(0x9df));#else	WFIFOHEAD(fd,packet_len(0x98));	WFIFOW(fd,0) = 0x98;	WFIFOW(fd,2) = flag;	WFIFOSET(fd,packet_len(0x98));#endif} 

     

     

    Thanks so much!


  2.  

     

    yep this is normal in this client

     

    Normal..? As in it's working as intended? Or that it is a known bug? Doesn't really make sense for it to do that.

     

     

    its seems to be working as intended

     

    since we dont got a newer client.

     

    It could be a diff that's making it not show right? Do you know if it's like that on official kRO too? Doesn't make sense to hide our own whisper messages from chatbox.


  3.  

     

    latest data.grf should have the sprites already... oktoberfest costume is supported in the new client.

    Nah man, these are euRO exclusive sprites so they're not in kRO's data.grf. My kRO is already fully up to date and I got the latest (20131223) client hexed and running with no errors.
    I don't have euRO and I got it to work o-o~dMnRdDC.jpg

    so they're in your data.grf?


  4.  

    latest data.grf should have the sprites already... oktoberfest costume is supported in the new client.

    Nah man, these are euRO exclusive sprites so they're not in kRO's data.grf. My kRO is already fully up to date and I got the latest (20131223) client hexed and running with no errors.


  5. Ragnarok Costume Job - Oktoberfest

    attachicon.gifOktoberfest Job Sprite Pic.JPG

     

    Job ID: OKTOBERFEST = 29

    Effect State: OPTION_OKTOBERFEST = 0x10000000

    Item: 22625 = Oktoberfest_Bag (Activates the costume for 10 minutes)

     

    // Oktoberfest Outfit22625,Oktoberfest_Bag,Oktoberfest Bag,2,0,,100,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_OKTOBERFEST,600000,0; },{},{}

     

    attachicon.gifRagnarok Oktoberfest Job Sprites.rar

     

    Note: This is a official costume job released exclusively for European RO server from the Oktoberfest event. I don't know if it works on the latest kRO clients we can connect with.

     

    Thanks goes to jaBote for sending me the sprites.

     

    Do you have the .act files by any chance? That rar file only consists of the sprites..

×
×
  • Create New...

Important Information

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