From 9cc59af3b0b4c2872fb70e0f0b00f17afcd7122a Mon Sep 17 00:00:00 2001 From: shennetsind Date: Tue, 3 Jul 2012 10:22:03 +0000 Subject: r16370 has fixed a behavior in *athena that has always made walking easier/smoother, unlike how it actually is meant to be, however since users have been exposed to this behavior for so many years I'm adding a config to disable it in order to save endless posts/bug reports on a intended feature. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16372 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/config/core.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/map/config/core.h') diff --git a/src/map/config/core.h b/src/map/config/core.h index 9963d38b9..848829ea2 100644 --- a/src/map/config/core.h +++ b/src/map/config/core.h @@ -18,6 +18,12 @@ **/ #define MAX_SUGGESTIONS 10 +//Comment to disable the official walk path +// -- The official walkpath disables users from taking non-clear walk paths, +// -- e.g. if they want to get around a obstacle they have to walk around it, +// -- while with OFFICIAL_WALKPATH disabled if they click to walk around a obstacle the server will do it automatically +#define OFFICIAL_WALKPATH + /// leave this line uncommented to enable callfunc checks when processing scripts. /// while allowed, the script engine will attempt to match user-defined functions /// in scripts allowing direct function callback (without the use of callfunc.) -- cgit v1.2.3-60-g2f50