From 777113f0520a1b9c1e8a9caa2682218b27c8e06a Mon Sep 17 00:00:00 2001 From: ultramage Date: Sat, 29 Dec 2007 22:30:29 +0000 Subject: Implemented THE official Steal skill equation and game mechanics (basically version from /stable plus a few tweaks) (see topic:116540). Added missing bAddStealRate reference to doc/item_bonus.txt. Removed skill_steal_rate, as it was never used in the code (see r231). Removed skill_steal_type, it's just a one-liner source mod (see r231). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11992 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/map/battle.c') diff --git a/src/map/battle.c b/src/map/battle.c index 142db46db..5aa862c67 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -3579,7 +3579,6 @@ static const struct _battle_data { { "mobs_level_up", &battle_config.mobs_level_up, 0, 0, 1, }, { "mobs_level_up_exp_rate", &battle_config.mobs_level_up_exp_rate, 1, 1, INT_MAX, }, { "pk_min_level", &battle_config.pk_min_level, 55, 1, INT_MAX, }, - { "skill_steal_type", &battle_config.skill_steal_type, 1, 0, 1, }, { "skill_steal_max_tries", &battle_config.skill_steal_max_tries, 0, 0, UCHAR_MAX, }, { "motd_type", &battle_config.motd_type, 0, 0, 1, }, { "finding_ore_rate", &battle_config.finding_ore_rate, 100, 0, INT_MAX, }, -- cgit v1.2.3-70-g09d2