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.
NPCs edit so they could see Silent Move
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: NPCs edit so they could see Silent Move
check where isSilentMoving() from L2Playable is used (L2AttackableAI, L2ControllableMobAI, L2FortSiegeGuardAI, L2SiegeGuardAI)
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 12
- Joined: Sun Feb 18, 2007 10:44 am
Re: NPCs edit so they could see Silent Move
So I guess I need to remove the L2AttackableAI, I will check it later.. Thanks.