Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/11/24 in Posts

  1. This is an old mod which has been gaining dust for the past few years. I've just re-written the mod to be compatible with the latest rAthena revision [c43f7b3] @auraset1 <aura effect no> : sets user with an Aura @auraset2 <aura effect no> : sets user with a second Aura @auraset3 <aura effect no> : sets the user with a third Aura All 3 aura's will stack. So you can set 3 auras and create a visual effect of auras. Here's a list of Aura combinations. // Reserved for PK Mode { 586, -1, -1 }, // LH { 586, 362, -1 }, // LH Mvp { 586, 362, 240 }, // 1? PK Place // Basic Auras { 418, -1, -1 }, // Red Fury { 486, -1, -1 }, // Blue Fury { 485, -1, -1 }, // White Fury { 239, -1, -1 }, // Aura Red { 240, -1, -1 }, // Aura White { 241, -1, -1 }, // Aura Yellow { 620, -1, -1 }, // Aura Blue { 202, -1, -1 }, // Lvl 99 Bubbles { 362, -1, -1 }, // Advanced Lvl 99 Bubbles { 678, -1, -1 }, // Brazil Aura Bubbles { 679, -1, -1 }, // Brazil Aura { 680, -1, -1 }, // Brazil Aura Floor // 2 Sets { 239, 418, -1 }, { 239, 486, -1 }, { 239, 485, -1 }, { 240, 418, -1 }, { 240, 486, -1 }, { 240, 485, -1 }, { 241, 418, -1 }, { 241, 486, -1 }, { 241, 485, -1 }, { 620, 418, -1 }, { 620, 486, -1 }, { 620, 485, -1 }, // Full Sets { 239, 418, 202 }, { 239, 486, 202 }, { 239, 485, 202 }, { 240, 418, 202 }, { 240, 486, 202 }, { 240, 485, 202 }, { 241, 418, 202 }, { 241, 486, 202 }, { 241, 485, 202 }, { 620, 418, 202 }, { 620, 486, 202 }, { 620, 485, 202 }, { 239, 418, 362 }, { 239, 486, 362 }, { 239, 485, 362 }, { 240, 418, 362 }, { 240, 486, 362 }, { 240, 485, 362 }, { 241, 418, 362 }, { 241, 486, 362 }, { 241, 485, 362 }, { 620, 418, 362 }, { 620, 486, 362 }, { 620, 485, 362 }, { 239, 418, 678 }, { 239, 486, 678 }, { 239, 485, 678 }, { 240, 418, 678 }, { 240, 486, 678 }, { 240, 485, 678 }, { 241, 418, 678 }, { 241, 486, 678 }, { 241, 485, 678 }, { 620, 418, 678 }, { 620, 486, 678 }, { 620, 485, 678 }, // Oficial Set { 680, 679, 678 }, { -1, -1, -1 } There are a few things I would like to do differently with the implementation of this. Right now I'm releasing this since it's my birthday today and I wanted to give back something to the rAthena community. I might make better versions of this later. Thanks. Aura System v1.0.diff
    1 point
×
×
  • Create New...