Good evening, Mr. I have a doubt, I added the mod Npc Whith Aura in my project, however only have two possibilities of effects in npc, I wanted to add abnormalseffects in npcs, how would the lines stay?
Line Mod Retail:
writeC(_npc.isFlying() ? 2 : 0);
if(Config.LIST_NPC_WITH_AURA.contains(_npc.getNpcId()))
{
writeC(0x20);// auras for npcs | red circle
}
else
{
writeC(0x20);
}
Forgot to mention. I use the Gracia Final client. That's exactly what I would like to do, not create, but be able to manipulate the existing ones and change to some that I found inside lineageeffects.u. Like the glow of raid bosses.
You mentioned recompiling the files, but I don't even know where to start. Any direction?
I use Gracia Final client. I use L2Pride Packs. Is this possible on this client?
Question
nortim
Good evening, Mr. I have a doubt, I added the mod Npc Whith Aura in my project, however only have two possibilities of effects in npc, I wanted to add abnormalseffects in npcs, how would the lines stay?
Line Mod Retail:
writeC(_npc.isFlying() ? 2 : 0);
if(Config.LIST_NPC_WITH_AURA.contains(_npc.getNpcId()))
{
writeC(0x20);// auras for npcs | red circle
}
else
{
writeC(0x20);
}
Link to comment
Share on other sites
6 answers to this question
Recommended Posts