Dead man's Lure Templar Skill

04/02/2020 20:48 LuciferMorningStar666#1
Hello. I've tried to search for the solutions of the problem of this skill.

So the problem, I cannot really use the skill. The original fluff description of the skill says
Quote:
This ability does minimal damage, but will ensure that creatures around you will focus their attacks on you.
Anyone have touch this one? Thank you. Some tips will help!
04/03/2020 00:47 VirusAtwar#2
Code:
	DWORD dwWorldID(GetWorld()->GetID());
	if( pSkillProp->dwID == SI_LOD_SUP_PULLING && dwWorldID != WI_INSTANCE_BEHAMAH )
	{
		((CUser*)this)->AddDefinedText( TID_GAME_NEVERKILLSTOP );
		return FALSE;
	}
	if( pSkillProp->dwID == SI_LOD_SUP_ANGER && dwWorldID != WI_INSTANCE_BEHAMAH )
	{
		((CUser*)this)->AddDefinedText( TID_GAME_NEVERKILLSTOP );
		return FALSE;
	}

"This ability will increase the chance that a target creature will focus its attacks on you. This skill will only take effect monsters in Ankou's Asylum."