Cahmpion Aura change
Posted: Thu Apr 29, 2010 10:41 am
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 4110:
Hello,
i want to change the Red Aura to the champion aura it is possible?
and can someone help me to change it?
ยป Find Revision
L2J Revision 4110:
Hello,
- I changed the champ aura.
if (Config.L2JMOD_CHAMP_AURA)
{
writeC(_npc.isChampion() ? 0x02 : 0x00); # Red aura like tvt 0x02 : 0x00
}
else
{
writeC(0x00); // title color 0=client
}
i want to change the Red Aura to the champion aura it is possible?
and can someone help me to change it?