if you only want to hide the "[TaegukSpammer] Taeguk active (Stacks = XX)" then comment the line 143:
replace by :Code:Logger.Log("Taeguk active (Stacks = " + taeguk.StackCount + ")");
Code:[COLOR="#00FF00"][B]//[/B][/COLOR] Logger.Log("Taeguk active (Stacks = " + taeguk.StackCount + ")");
if you also want to hide "[TaegukSpammer] Casting skill: Whatever_skill"
then line 167:
replace by:Code:Logger.Log("Casting skill: " + skill.ToString());
Code:[COLOR="#00FF00"][B]//[/B][/COLOR] Logger.Log("Casting skill: " + skill.ToString());
and finally if ya want to hide "[TaegukSpammer] Skill not ready: Whatever_skill", line 170:
replace by:Code:Logger.Log("Skill not ready: " + skill.ToString());
Code:[COLOR="#00FF00"][B]//[/B][/COLOR] Logger.Log("Skill not ready: " + skill.ToString());
that should do the trick
Thanks again!
Commented with // lines 143, 167 plus added line 131 "OutOfCombat Delay elapsed" . But when changed 170 plugin no longer appear on plugins list. Maybe cause of if/else there.
Last edited: