Jump to content
  • 0

Little Issue, With Acis Scheme Buffer


Question

Posted

Hi guys, i got a little problem, with the retail scheme buffer from acis;

 

I add a new category; add the buffs; this appear but don't show me a image of buff;

 

Example i add: Gift of Seraphim and Blessing of Queen (reuse delay and critical attack) on the npc, icon no appear, but on a buff effects; yeah.

 

buffer.png

 

buff1.png

12 answers to this question

Recommended Posts

  • 0
Posted
But they got icon.skills ; 
 
<skill id="4699" levels="13" name="Blessing of Queen">
 
Skillname
4699	1	a,Blessing of Queen\0	a,Queen's buff magic Temporarily increases your party member's critical damage amount rate and power. Effect 1.\0	a,none\0	a,none\0

Skillgrp

4699 1 1 122 -1 1 4.00000000 1 skill.su.1077 icon.skill1331 0 0 0 0 -1 10
4699 2 1 157 -1 1 4.00000000 1 skill.su.1077 icon.skill1331 0 0 0 0 -1 10
4699 3 1 194 -1 1 4.00000000 1 skill.su.1077 icon.skill1331 0 0 0 0 -1 10
4699 4 1 202 -1 1 4.00000000 1 skill.su.1077 icon.skill1331 0 0 0 0 -1 10
4699 5 1 207 -1 1 4.00000000 1 skill.su.1077 icon.skill1331 0 0 0 0 -1 10
4699 6 1 212 -1 1 4.00000000 1 skill.su.1077 icon.skill1331 0 0 0 0 -1 10
4699 7 1 215 -1 1 4.00000000 1 skill.su.1077 icon.skill1331 0 0 0 0 -1 10
4699 8 1 220 -1 1 4.00000000 1 skill.su.1077 icon.skill1331 0 0 0 0 -1 10
4699 9 1 224 -1 1 4.00000000 1 skill.su.1077 icon.skill1331 0 0 0 0 -1 10
4699 10 1 229 -1 1 4.00000000 1 skill.su.1077 icon.skill1331 0 0 0 0 -1 10
4699 11 1 233 -1 1 4.00000000 1 skill.su.1077 icon.skill1331 0 0 0 0 -1 10
4699 12 1 237 -1 1 4.00000000 1 skill.su.1077 icon.skill1331 0 0 0 0 -1 10
4699 13 1 242 -1 1 4.00000000 1 skill.su.1077 icon.skill1331 0 0 0 0 -1 10

<skill id="4703" levels="13" name="Gift of Seraphim">

 

SkillName

4703	2	a,Gift of Seraphim\0	a,Unicorn Seraphim's buff magic temporarily reduces party members' magic skill recovery time. Effect 2.\0	a,none\0	a,none\0

SkillGrp

4703	1	1	122	-1	1	4.00000000	1	D	skill.su.1085	icon.skill1332	0	0	0	0	-1	10
4703	2	1	157	-1	1	4.00000000	1	D	skill.su.1085	icon.skill1332	0	0	0	0	-1	10
4703	3	1	194	-1	1	4.00000000	1	D	skill.su.1085	icon.skill1332	0	0	0	0	-1	10
4703	4	1	202	-1	1	4.00000000	1	D	skill.su.1085	icon.skill1332	0	0	0	0	-1	10
4703	5	1	207	-1	1	4.00000000	1	D	skill.su.1085	icon.skill1332	0	0	0	0	-1	10
4703	6	1	212	-1	1	4.00000000	1	D	skill.su.1085	icon.skill1332	0	0	0	0	-1	10
4703	7	1	215	-1	1	4.00000000	1	D	skill.su.1085	icon.skill1332	0	0	0	0	-1	10
4703	8	1	220	-1	1	4.00000000	1	D	skill.su.1085	icon.skill1332	0	0	0	0	-1	10
4703	9	1	224	-1	1	4.00000000	1	D	skill.su.1085	icon.skill1332	0	0	0	0	-1	10
4703	10	1	229	-1	1	4.00000000	1	D	skill.su.1085	icon.skill1332	0	0	0	0	-1	10
4703	11	1	233	-1	1	4.00000000	1	D	skill.su.1085	icon.skill1332	0	0	0	0	-1	10
4703	12	1	237	-1	1	4.00000000	1	D	skill.su.1085	icon.skill1332	0	0	0	0	-1	10
4703	13	1	242	-1	1	4.00000000	1	D	skill.su.1085	icon.skill1332	0	0	0	0	-1	10

  • 0
Posted

I change it

4699 1 1 122 -1 1 4.00000000 1 skill.su.1077 icon.skill1331 0 0 0 0 -1 10

for

4699 1 1 122 -1 1 4.00000000 1 skill.su.1077 icon.skill4699 0 0 0 0 -1 10

Still nothing, but on my buff bar, skill appear black;

  • 0
Posted

I change it

4699 1 1 122 -1 1 4.00000000 1 skill.su.1077 icon.skill1331 0 0 0 0 -1 10

for

4699 1 1 122 -1 1 4.00000000 1 skill.su.1077 icon.skill4699 0 0 0 0 -1 10

Still nothing, but on my buff bar, skill appear black;

that wont work because skill4699 is not a valid texture in your icon file

i'd assume the buffer works by icon.skill(+id) so it's not very accurate for some stuff

you can duplicate skill 1331 and make it skill4669 and import it into your icon file if you really want to do that, same thing for malarias

  • 0
Posted

In L2BufferInstance,

 

find:

 

 

if (skillId < 100)
StringUtil.append(sb, "<td><button action=\"bypass -h npc_%objectId%_skillselect ", groupType, " ", schemeName, " ", skillId, "\" width=32 height=32 back=\"icon.skill00", skillId, "\" fore=\"icon.skill00", skillId, "\"></td>");
else if (skillId < 1000)
StringUtil.append(sb, "<td><button action=\"bypass -h npc_%objectId%_skillselect ", groupType, " ", schemeName, " ", skillId, "\" width=32 height=32 back=\"icon.skill0", skillId, "\" fore=\"icon.skill0", skillId, "\"></td>");
else
StringUtil.append(sb, "<td><button action=\"bypass -h npc_%objectId%_skillselect ", groupType, " ", schemeName, " ", skillId, "\" width=32 height=32 back=\"icon.skill", skillId, "\" fore=\"icon.skill", skillId, "\"></td>");

 

Under else, you need to​ add a check, if (skillId == CATID) then show icon.skill1331. Same for the other skills you want, because these skills do not use their id for their icons, they use the pet id.

You have to do this in 2 points in L2BufferInstance. Pony id: 1332, Malaria id: 1164, Cat id: 1331​

  • 0
Posted

In L2BufferInstance,

 

find:

if (skillId < 100)
StringUtil.append(sb, "<td><button action=\"bypass -h npc_%objectId%_skillselect ", groupType, " ", schemeName, " ", skillId, "\" width=32 height=32 back=\"icon.skill00", skillId, "\" fore=\"icon.skill00", skillId, "\"></td>");
else if (skillId < 1000)
StringUtil.append(sb, "<td><button action=\"bypass -h npc_%objectId%_skillselect ", groupType, " ", schemeName, " ", skillId, "\" width=32 height=32 back=\"icon.skill0", skillId, "\" fore=\"icon.skill0", skillId, "\"></td>");
else
StringUtil.append(sb, "<td><button action=\"bypass -h npc_%objectId%_skillselect ", groupType, " ", schemeName, " ", skillId, "\" width=32 height=32 back=\"icon.skill", skillId, "\" fore=\"icon.skill", skillId, "\"></td>");

Under else, you need to​ add a check, if (skillId == CATID) then show icon.skill1331. Same for the other skills you want, because these skills do not use their id for their icons, they use the pet id.

You have to do this in 2 points in L2BufferInstance. Pony id: 1332, Malaria id: 1164, Cat id: 1331​

 

Thanks bro, u are the best :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • WARFRONT is an Interlude faction PvP server built around one idea: the battlefield should never feel static. Choose your side. Angels vs Demons.   Capture Outposts to move the frontline and your faction's respawns. Fight for the Main Outpost to unlock dynamic events and HQ assaults. Push into enemy territory and destroy their Headquarters to win the battle. But WARFRONT goes far beyond traditional faction PvP.     ▶️ Dynamic Outpost & territory warfare ▶️ Daily Faction Castle Siege ▶️ Weekly Clan Siege ▶️ Grand Boss events ▶️ Kamaloka instanced party content ▶️ Reworked Interlude classes ▶️ Skill & Ability Tree  ▶️ Battlefield Contracts ▶️ Faction & individual rankings ▶️ Long-term character progression ▶️  Battle Pass & cosmetic progression ▶️  30-minute rotating battlefields   We've also reworked classes that are traditionally overlooked in faction PvP. Bishop can enter an offensive Inquisitor role, Daggers have Shadow Step, Prophet has its own combat toolkit, Overlord supports the entire faction, and several other classes have received new mechanics and balance changes. ▶️  SKILL & ABILITY TREE  Skill & Ability Tree system designed to add another layer of character progression and build choice to WARFRONT. Rather than simply increasing stats, the goal is to give players meaningful choices that can change how their character develops and how their class performs on the battlefield. This system is currently being tested, with more information and previews coming soon. The goal isn't to replace Interlude. It's to make Interlude faction PvP exciting again.   ▶️ CLOSED BETA: 03 OCTOBER 2026 Closed Beta will be our opportunity to push the systems, class balance and battlefield mechanics as hard as possible before Grand Opening. We built it. Now we need you to break it. ▶️  Website & Closed Beta Registration https://l2warfront.com ▶️  Discord https://discord.gg/u93YhB5Exy
    • Legends never truly die. They just wait for the right time to return. For over a decade, Vindication (aka Noobwars) held the crown as the longest-running and most legendary Greek private server. We built a home, created unbreakable bonds, and lived through thousands of hours of epic PvP, endless castle sieges, and unforgettable memories. Lately, others have tried to use our name to mimic what we built. But you can't copy soul, and you can't fake history. As the original Administrator, I am proud to tell you that the waiting is finally over. The true architect is back to bring you the ultimate Interlude experience. We are returning to revive that pure, old-school Lineage 2 nostalgia—the way it was always meant to be played. Just the authentic Vindication vibe we all fell in love with. Gather your old comrades, prepare your clans, and get ready to step back into the world of Interlude where it all started.   The original era begins again. Welcome home. GM*absolut*   Server Rates VINDICATION CLASSIC INTERLUDE x4  EXP/SP: x4  Adena: x2  Drop: x3  Spoil: x3  Seal Stones: x2  Raid Boss EXP/SP: x2  Raid Boss Drop: x1  Epic Boss Drop: x1  Manor: x1  Safe Enchant: +3  Max Enchant: +20  Normal Scroll Chance: Retail  Blessed Scroll Chance: Retail   🚀 Nostalgia Meets Next-Gen Technology We are not just bringing back the server you loved; we are upgrading it for the modern era. For the first time ever, we have integrated DLSS 5 into our Interlude client. Experience the classic gameplay you miss with ground-breaking performance     More info @ sites   Website:    http://www.vindication.gr Discord:       https://discord.gg/BVtgYvjyk6 Facebook:  https://www.facebook.com/groups/lineage2gr
    • maybe you can try L2jBayev Chronicle 4 project.
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..