From 64ae7b6bc0cd76457aad32f327b816ee6d4bf7a4 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Thu, 14 Feb 2008 20:54:25 +0000 Subject: - Some optimizations to @noks (now using a Status Change timer). - Added support to Self|Party|Guild options. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12205 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index 69f007b60..81b55bb7a 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -552,7 +552,7 @@ struct map_session_data { unsigned ignoreAll : 1; unsigned short autoloot; unsigned short autolootid; // [Zephyrus] - unsigned noks : 1; // [Zeph Kill Steal Protection] + unsigned noks : 3; // [Zeph Kill Steal Protection] struct guild *gmaster_flag; } state; struct { @@ -915,10 +915,6 @@ struct mob_data { int level; int target_id,attacked_id; - // Kill Steal Protection - int owner_id; - unsigned int ks_tick; - unsigned int next_walktime,last_thinktime,last_linktime; short move_fail_count; short lootitem_count; -- cgit v1.2.3-60-g2f50