summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-22 23:58:16 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-22 23:58:16 +0000
commit021b26b8409a84b4c83eb0cc1eedbd65eedfd4e0 (patch)
tree63b8507c38f428421d56c9d816c1d2b2b5c4cd7a /db
parent2e2f6aff261555ae5eaee6b7777d5844b7d20544 (diff)
downloadhercules-021b26b8409a84b4c83eb0cc1eedbd65eedfd4e0.tar.gz
hercules-021b26b8409a84b4c83eb0cc1eedbd65eedfd4e0.tar.bz2
hercules-021b26b8409a84b4c83eb0cc1eedbd65eedfd4e0.tar.xz
hercules-021b26b8409a84b4c83eb0cc1eedbd65eedfd4e0.zip
- Merged the unit_data structure from jA for handling unit-related data (attack times, walking, auto-attack timers, skill related data)
- Modified unit_skillcastcancel to receive flag&2, which stands for "cancel casting only if current skill is cancellable" - Battle config options changed from yes/no to BL_TYPE settings: skillrange_by_distance, skill_noreiteration, skill_nofootset, gvg_traps_target_all, skill_log, attack_direction_change, auto_counter_type - Clif.c will disconnect sessions that send an unknown command packet above 0x30000 instead of just ignoring it. - Cleaned up/rewrite of the pet ai, same for pet_calc_pos - Implemented use of mob variable attacked_players as it is used on jA - Cleaned up error reporting during mob-skill loading to be less spamy with non-loaded mobs. - Corrected water_height reading. I forgot to give credits to LittleWolf for providing the water-reading function :X git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5707 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r--db/skill_cast_db.txt2
-rw-r--r--db/skill_db.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt
index 0e7d1255c..549ae6cb2 100644
--- a/db/skill_cast_db.txt
+++ b/db/skill_cast_db.txt
@@ -512,6 +512,8 @@
349,0,0,0,60000:120000:180000:240000:300000,0
//-- NPC_AGIUP
350,0,0,0,60000:120000:180000:240000:300000,0
+//-- NPC_RUN
+354,0,0:500:1000:1500:2000:2500,0,0,0
//==========================================
diff --git a/db/skill_db.txt b/db/skill_db.txt
index c13616619..884beae25 100644
--- a/db/skill_db.txt
+++ b/db/skill_db.txt
@@ -373,7 +373,7 @@
351,0,0,0,0,1,0,0,0,no,0,2,0,none,0 //NPC_SIEGEMODE
352,2,0,4,0,1,0,1,0,no,0,2,0,none,0 //NPC_CALLSLAVE
353,0,0,0,0,1,0,0,0,no,0,2,0,none,0 //NPC_INVISIBLE
-354,2,6,4,0,1,0,20,0,no,0,2,0,magic,0 //NPC_RUN
+354,2,6,4,0,1,0,20,0,no,0,2,0,misc,0 //NPC_RUN
355,0,6,4,0,1,0,5,1,no,0,0,0,weapon,0 //LK_AURABLADE#Aura Blade#
356,0,6,4,0,1,0,10,1,no,0,0,0,weapon,0 //LK_PARRYING#Parrying#
357,0,6,4,0,1,0,5,1,no,0,0,0,weapon,0 //LK_CONCENTRATION#Concentration#