From fce7bbbc1e5db15e7a0500427265f18a577e2f14 Mon Sep 17 00:00:00 2001 From: Lance Date: Fri, 17 Nov 2006 12:44:08 +0000 Subject: Check and remove MD_CHANGECHASE flag to prevent guardians from getting berserk. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9240 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/custom/Lance/Sentry.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/custom/Lance') diff --git a/npc/custom/Lance/Sentry.cpp b/npc/custom/Lance/Sentry.cpp index 1468c139b..5666e1647 100644 --- a/npc/custom/Lance/Sentry.cpp +++ b/npc/custom/Lance/Sentry.cpp @@ -35,6 +35,9 @@ AI_ACTION_TYPE_ATTACK; // Define engine callback routines. setmobdata .mob_id[getarg(0)], 26, 1; // Prevents random walking. setmobdata .mob_id[getarg(0)], 10, 1; // Enable AI mode 1. + getmobdata .ai_action[getarg(0)], .@temp; + set .@temp[9], .@temp[9]^(0x400&.@temp[9]); // Check and remove MD_CHANGECHASE mode flag. + setmobdata .mob_id[getarg(0)], 9, .@temp[9]; return; } -- cgit v1.2.3-70-g09d2