So , ladies and gentlemen here is a simple code , with this a clan lord that is mounted a WYVERN is gonna be hero (on the wyvern) when he got down he is no more hero :D
*L2PcIstance.java
Find this
private void regiveTemporarySkills()
Then somwhere after the {
paste this
// Add Hero if ClanLeader is castle lord!
if (isClanLeader()&& isNoble()&& isFlying())
setHero (true);
else if (isClanLeader()&& isNoble()&& !isFlying())
setHero (false);
Don't forget , he needs to be a noblesse too ! :)
Tested on L2JArchid
(i love sharing shitty bullshits and small like this , but one big is coming , maybe lateh :P)