Page 1 of 1

NPCs edit so they could see Silent Move

Posted: Fri Jun 19, 2009 9:26 am
by Yuki
Hello,
We have a big problem on our PVP server because High level daggerists kill low level players using Silent Move and the custom guards can't shoot them down..
Anyone could redirect me to the point in the core in which I could edit the protection on NPCs so they could see through Silent Move and just ignore it? Or Maybe someone could contribute me the code.

Thanks.

Re: NPCs edit so they could see Silent Move

Posted: Fri Jun 19, 2009 9:37 am
by janiii
check where isSilentMoving() from L2Playable is used (L2AttackableAI, L2ControllableMobAI, L2FortSiegeGuardAI, L2SiegeGuardAI)

Re: NPCs edit so they could see Silent Move

Posted: Fri Jun 19, 2009 10:38 am
by Yuki
So I guess I need to remove the L2AttackableAI, I will check it later.. Thanks.