From 4b9deaad37eb140bc7e55b1caf82e4512f476075 Mon Sep 17 00:00:00 2001 From: Lance Date: Sun, 18 Jun 2006 02:42:41 +0000 Subject: * [Removed]: - Large part of scripted mob control commands are removed. - Large part of scripted player control commands are removed. - Scripted mob slaves changing master ID. [Added]: - Unit control commands. - CALLBACK_NPCCLICK for scripted mobs, added this to db/const.txt too. - Macro RECURSIVE_MASTER_CHECK in battle.c [Modified]: - buildin_skilluseid and buildin_skillusepos -> buildin_unitskilluseid and buildin_unitskillusepos. - md->callback_flag to short (double word). [Lance] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7233 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/const.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'db') diff --git a/db/const.txt b/db/const.txt index 9f3b2e900..9987e4836 100644 --- a/db/const.txt +++ b/db/const.txt @@ -706,6 +706,8 @@ AI_ACTION_TAR_TYPE_PC 1 AI_ACTION_TAR_TYPE_MOB 2 AI_ACTION_TAR_TYPE_PET 4 AI_ACTION_TAR_TYPE_HOMUN 8 +AI_ACTION_TAR_TYPE_ITEM 16 +AI_ACTION_TYPE_NPCCLICK 256 AI_ACTION_TYPE_ATTACK 128 AI_ACTION_TYPE_DETECT 64 AI_ACTION_TYPE_DEAD 32 -- cgit v1.2.3-70-g09d2