Jump to content

Sapito Sucio

Members
  • Posts

    167
  • Joined

  • Last visited

  • Days Won

    20

Files posted by Sapito Sucio

  1. Free

    HD 8Bit Damage Font

    I just updated the existed one by raPalooza~ to include the K and M indicator. 
    DarkBreath is there too. ☺️
     
    The K is light green like a frog and the M is red wine like frog's blood
     
    Used font is PixelOperator 8

    773 downloads

    Updated

  2. Free

    Encode & Decode .CSV files

    New clients are ditching some .txt based files to use .csv encoded files instead.
    The .CSV files are base64 encoded, provided scripts will decode and encode ass you wish.
    Both scripts will work the following way:
     
    Decoder
    Decoder will look for all .csv files on the folder that doesn't have "_decoded" on its filename.
    Decoder will iterate over each element, decoding from base64.
    Finally, generates a file with the suffix "_decoded" added to its filename.

    Encoder
    Encoder will look for all .csv files on the folder with "_decoded" on its filename.
    Encoder will iterate over each element, encoding to base64.
    Finally, generates a file with the suffix "_encoded" added to its filename.

    161 downloads

    Submitted

  3. Free

    Broadcast commands with global sound effect

    This is a very simple and little source mod, it consists on the ability to send a sound effect to every player on the server every time you use @brodcast or @localbroadcast or @kami or @kamic or /b
    ? Attention ?
    If you have the Fixed some packets for 2022 clients (#7276) commit on your rAthena, then use broadcastWithSoundEffectLatestRathena.diff, otherwise use the broadcastWithSoundEffectOldRathena.diff 
    Apply the diff and put the .wav file on your data folder/grf
    Command to diff on terminal: git apply --3way broadcastWithSoundEffectLatestRathena.diff
     
    Preview Video: https://cdn.lewd.host/yIVy2fAF.mp4

    441 downloads

    Updated

×
×
  • Create New...