hero skill

04/29/2014 13:24 pppp10#16
Quote:
Originally Posted by Mognakor View Post
...

Do you even try to think yourself?
Since my code had i minor mistake in it try this one


Code:
if( (pUser->IsHero() || pUser->IsLegend()) == FALSE)
Unless you are unable to do anything except copy/paste, hinting you the function or lines should have been enough.
if( (pUser->IsHero() || pUser->IsLegendHero()) == FALSE)

The mission.Thanks Everybody.

Quote:
Originally Posted by pppp10 View Post
if( (pUser->IsHero() || pUser->IsLegendHero()) == FALSE)

The mission.Thanks Everybody.
again help me.

character level 146+ can't quest hero skill.how to fix?