Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/10/24 in all areas

  1. Version 1.0.0

    321 downloads

    thanks to ckx_, syon, gidz, sadre Video_2024_08_04-5_edit_0.webm
    Free
    1 point
  2. Version 1.0.0

    165 downloads

    TradeLog FluxCP Addons Easily find character trades by searching using character name, item ID, item unique ID, or date.
    Free
    1 point
  3. Added: Arrow Vulcan, skill_animation.txt, Monster Facing Please adjust the facing for the monster rotation of the Sonic Blow skill. +// Directions for animation steps; assuming 0 = right, 3 = down, 6 = left, and 9 = up +int get_direction_for_step(int step) { + // Adjust according to your coordinate system + switch (step) { + case 1: return 0; // Right + case 2: return 3; // Down + case 3: return 6; // Left + case 4: return 9; // Up + case 5: return 12; // Right + case 6: return 3; // Down + case 7: return 6; // Left + case 8: return 9; // Up + default: return 0; // Default direction if step is invalid + } +} Video_2024_08_04-7_edit_0 (1).webm Video_2024_08_04-5_edit_0.webm sonic blow v3.patch
    1 point
×
×
  • Create New...