/Agree
Take a look here: Nike by Dejavu!!!!!!!!!!!
PS: l2corvus owner.
Credits: http://hi5.com/friend/photos/displayPhotoUser.do?photoId=5290593088&ownerId=526579643&albumId=407781250
The Owner: http://hi5.com/friend/photos/displayPhotoUser.do?photoId=5290593088&ownerId=526579643&albumId=407781250
http://www.maxcheaters.com/forum/index.php?topic=186969.msg1510976#msg1510976
http://www.maxcheaters.com/forum/index.php?topic=175570.msg1372769#msg1372769
if (target instanceof L2PlayableInstance)
{
// Check if the AI isn't a Raid Boss and the target isn't in silent move mode
-- if (!(me instanceof L2RaidBossInstance) && ((L2PlayableInstance) target).isSilentMoving())
+ if (!(meinstanceof L2RaidBossInstance) && !(me instanceof L2GuardInstance) && ((L2PlayableInstance)target).isSilentMoving())
return false;
}