Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/23/24 in Files

  1. Version 1.0.0

    1524 downloads

    A small mod that allows you to display a custom icon and a title referring to the element and element level of the mob. It can be disabled by changing it in monster.conf // Show Element Info [Hyroshima] // 0= Off, 1= On mob_ele_view: 1 I have an observation to inform, if any of the information related to show_mob_info is enabled the mod will behave as disabled. // Display some mob info next to their name? (add as needed) // (does not works on guardian or Emperium) // 1: Display mob HP (Hp/MaxHp format) // 2: Display mob HP (Percent of full life format) // 4: Display mob's level show_mob_info: 0 Obs: i am making 2 diff files available: _A = Closest to current revision. _B = A little older compared to the current review The video quality is not very good (sorry), watch the preview video in fullscreen
    Free
    1 point
  2. Version 1.0.0

    524 downloads

    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.
    Free
    1 point
×
×
  • Create New...