hello i am new here,these is my firsts steps in java so dont be strict :>
look what this do,
in oly you cant use Zealot,Frenzy,Guts,Angelic icon before oly battle start.
well i dont have test it so if someone test give me feedback.
go to olympiad.java
find this
player.stopAllEffects();
at line 1591
and after this put this
player.stopSkillEffects(176);
player.stopSkillEffects(139);
player.stopSkillEffects(406);
player.stopSkillEffects(420);
hope it will be usefull.
credits: Akazel
I know its nothing special but someone maybe need it.