From c7592866c56e4c5bc2f603c462148ac5cf4fd374 Mon Sep 17 00:00:00 2001 From: mekolat Date: Thu, 25 Jun 2015 20:45:03 -0400 Subject: allow to get mob/npc params and add more params to readparam --- src/map/battle.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/map/battle.cpp') diff --git a/src/map/battle.cpp b/src/map/battle.cpp index 991a489..ef1567e 100644 --- a/src/map/battle.cpp +++ b/src/map/battle.cpp @@ -341,7 +341,6 @@ int battle_get_luk(dumb_ptr bl) * 戻りは整数で1以上 *------------------------------------------ */ -static int battle_get_flee(dumb_ptr bl) { int flee = 1; @@ -370,7 +369,6 @@ int battle_get_flee(dumb_ptr bl) * 戻りは整数で1以上 *------------------------------------------ */ -static int battle_get_hit(dumb_ptr bl) { int hit = 1; @@ -398,7 +396,6 @@ int battle_get_hit(dumb_ptr bl) * 戻りは整数で1以上 *------------------------------------------ */ -static int battle_get_flee2(dumb_ptr bl) { int flee2 = 1; @@ -430,7 +427,6 @@ int battle_get_flee2(dumb_ptr bl) * 戻りは整数で1以上 *------------------------------------------ */ -static int battle_get_critical(dumb_ptr bl) { int critical = 1; @@ -457,7 +453,6 @@ int battle_get_critical(dumb_ptr bl) * 戻りは整数で1以上 *------------------------------------------ */ -static int battle_get_baseatk(dumb_ptr bl) { eptr sc_data; @@ -484,7 +479,6 @@ int battle_get_baseatk(dumb_ptr bl) * 戻りは整数で0以上 *------------------------------------------ */ -static int battle_get_atk(dumb_ptr bl) { eptr sc_data; @@ -507,7 +501,6 @@ int battle_get_atk(dumb_ptr bl) * 戻りは整数で0以上 *------------------------------------------ */ -static int battle_get_atk2(dumb_ptr bl) { nullpo_retz(bl); @@ -530,7 +523,6 @@ int battle_get_atk2(dumb_ptr bl) * 戻りは整数で0以上 *------------------------------------------ */ -static int battle_get_matk1(dumb_ptr bl) { eptr sc_data; @@ -554,7 +546,6 @@ int battle_get_matk1(dumb_ptr bl) * 戻りは整数で0以上 *------------------------------------------ */ -static int battle_get_matk2(dumb_ptr bl) { nullpo_retz(bl); -- cgit v1.2.3-70-g09d2