summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-26 02:31:18 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-26 02:31:18 +0000
commit7c4b730c6d8a0201512148fcb795c0f666bfe8c8 (patch)
treed18286ab4e0a11d3c3384c85b84f34b775872235 /src/map/status.c
parentf8636b8d7c4d3e1e43ea5e0f7c399316651931c9 (diff)
downloadhercules-7c4b730c6d8a0201512148fcb795c0f666bfe8c8.tar.gz
hercules-7c4b730c6d8a0201512148fcb795c0f666bfe8c8.tar.bz2
hercules-7c4b730c6d8a0201512148fcb795c0f666bfe8c8.tar.xz
hercules-7c4b730c6d8a0201512148fcb795c0f666bfe8c8.zip
- NPC_AGIUP now boosts flee by 100% and duration is 5+5*lv secs, as stated on the Ragnarok Bible.
- Fixed Soul Breaker's misc part not ignoring flee. - Fixed misc attack's flee check being backwards (the less hit%, the more chance you had to connect) - Corrected the range check in vending.c (TRADE_DISTANCE -> AREA_SIZE) - Added define DEFAULT_ENEMY_TYPE in mob.c to simplify the enemy bl check (for easier reading/customization) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9922 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 5beaf06f2..dfa0ab424 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -280,7 +280,7 @@ void initChangeTables(void) {
set_sc(NPC_BREAKARMOR, SC_BROKENARMOR, SI_BROKENARMOR, SCB_NONE);
add_sc(NPC_CHANGEUNDEAD, SC_ELEMENTALCHANGE);
set_sc(NPC_POWERUP, SC_INCDEXRATE, SI_BLANK, SCB_DEX);
- set_sc(NPC_AGIUP, SC_INCAGIRATE, SI_BLANK, SCB_AGI);
+ set_sc(NPC_AGIUP, SC_INCFLEERATE, SI_BLANK, SCB_AGI);
add_sc(NPC_INVISIBLE, SC_CLOAKING);
set_sc(LK_AURABLADE, SC_AURABLADE, SI_AURABLADE, SCB_NONE);
set_sc(LK_PARRYING, SC_PARRYING, SI_PARRYING, SCB_NONE);