Wazaby Posted February 10, 2024 Posted February 10, 2024 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 1 Quote
Johnson Posted February 11, 2024 Posted February 11, 2024 Woah, thanks for this Wazaby and Happy Birthday! Quote
IFNH Posted February 11, 2024 Posted February 11, 2024 Hello, this is certainly a great release. But is it the same with Gepard Custom Aura? Happy Birthday! Quote
Wazaby Posted February 11, 2024 Author Posted February 11, 2024 13 hours ago, khouuming21 said: Woah, thanks for this Wazaby and Happy Birthday! Thank you 8 hours ago, IFNH said: Hello, this is certainly a great release. But is it the same with Gepard Custom Aura? Happy Birthday! I'm not really sure because I've never used gepard. This is an old code I found on the forums. I just made some changes. Quote
alexander03 Posted March 18 Posted March 18 How can we put this into our server,and what file to be edit for this to get the effect? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.