-
Posts
188 -
Joined
-
Last visited
-
Days Won
35
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Files posted by Sapito Sucio
-
HD 8Bit Damage Font
By Sapito Sucio in kRO Sprites
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
1218 downloads
Updated
-
Encode & Decode .CSV files
By Sapito Sucio in Client Resources
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.
486 downloads
Submitted
-
Broadcast commands with global sound effect
By Sapito Sucio in Source Modifications
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
527 downloads
Updated