From 970372a9d825d7f2be049a0bbda60463aa800f12 Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 2 Jun 2006 17:01:44 +0000 Subject: - Some cleaning of the mob slave ai. - Moved MOB_SLAVEDISTANCE to mob.h - NPC_CALLSLAVES now uses the slave-distance previously mentioned. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6940 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/mob.h') diff --git a/src/map/mob.h b/src/map/mob.h index 64f234285..4bfc76603 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -18,6 +18,9 @@ //Min time before mobs do a check to call nearby friends for help (or for slaves to support their master) #define MIN_MOBLINKTIME 1000 +//Distance that slaves should keep from their master. +#define MOB_SLAVEDISTANCE 2 + // These define the range of available IDs for clones. [Valaris] #define MOB_CLONE_START 9001 #define MOB_CLONE_END 10000 -- cgit v1.2.3-60-g2f50