From 175ab2914e9fea4aa3cb7d831df1e43da91c2edd Mon Sep 17 00:00:00 2001 From: momacabu Date: Sat, 10 Nov 2012 21:02:55 +0000 Subject: - Added configuration to wheter the monster size would change experience earned, drop rates and the monster status (such as hp, strength etc). Awesome suggestion by Euphy :) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16905 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/battle.h') diff --git a/src/map/battle.h b/src/map/battle.h index 28e6176ec..b901644de 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -480,6 +480,8 @@ extern struct Battle_Config int atcommand_suggestions_enabled; int min_npc_vending_distance; int atcommand_mobinfo_type; + + int mob_size_influence; // Enable modifications on earned experience, drop rates and monster status depending on monster size. [mkbu95] } battle_config; void do_init_battle(void); -- cgit v1.2.3-70-g09d2