index
:
evol/hercules
jak1/ci_fix
jak1/remove_unusable_console_output
master
rebased
test
tmphpm
The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
battle.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-05-02
added support to regulate MVP drops [Reddozen]
reddozen
1
-0
/
+10
2006-04-30
- If someone is expulsed from a guild while the guild storage is open, it wil...
skotlex
1
-1
/
+7
2006-04-30
- Removed attack_type from sd->state structure (it's only use was for soul-dr...
skotlex
1
-3
/
+0
2006-04-29
fixed STEAL. now working
Lupus
1
-3
/
+3
2006-04-29
Updated STEAL skill (WIP), added a battle config option: 'skill_steal_max_tri...
Lupus
1
-0
/
+5
2006-04-29
- Clones can't be class-changed now
skotlex
1
-1
/
+2
2006-04-28
- Removed the sending of the online guild list when you log-on, may fix the "...
skotlex
1
-0
/
+3
2006-04-27
- Corrected the hit value of the TK kicks (from single hit "6" to multi-hit "8")
skotlex
1
-0
/
+2
2006-04-26
- Updated item_db.sql to current.
skotlex
1
-2
/
+0
2006-04-26
- Item use interval is set to a default of 100ms now.
skotlex
1
-16
/
+13
2006-04-25
- Renamed skill_clear_element_field to skill_clear_group, it accepts a flag t...
skotlex
1
-0
/
+2
2006-04-25
- When battle_damage's flag is &2, the flag 3 is passed to mob_damage so that...
skotlex
1
-1
/
+1
2006-04-24
- Added new column to mob_db Sprite_Name to hold the mob's sprite name. Colum...
skotlex
1
-0
/
+3
2006-04-21
- SC_CLOAKING's val4 now holds whether cloaking ends or not on attack.
skotlex
1
-0
/
+3
2006-04-21
- Updated the HP/SP leech structures to have race-data attached to them.
skotlex
1
-53
/
+76
2006-04-20
- Added support for n to specify minutes to @charban.
skotlex
1
-3
/
+4
2006-04-17
- skill_clear_unitgroup is now invoked in unit_remove_map only on death if th...
skotlex
1
-1
/
+1
2006-04-13
- Fixed crash when looking for SC_MIRACLE in battle_calc_weapon_attack
skotlex
1
-1
/
+1
2006-04-12
- Simplified the mob-drops structure by using a single timer with a linked li...
skotlex
1
-5
/
+6
2006-04-12
- Fixed Landmine's level 1 duration.
skotlex
1
-6
/
+5
2006-04-11
- Changed clif_damage/clif_skill_damage to return the walk-delay based on the...
skotlex
1
-30
/
+37
2006-04-11
- You don't get critical'ed when in counter-attack stance anymore.
skotlex
1
-2
/
+3
2006-04-11
- Implemented use of ers for skill_unit_groups to reduce memory usage. NEEDS ...
skotlex
1
-2
/
+2
2006-04-11
- Modified battle_check_range to do a path-check on distances less than 2 (ra...
skotlex
1
-1
/
+1
2006-04-11
- Multiple optimizations to the unit_data auto-chase upgrade, also simplified...
skotlex
1
-2
/
+2
2006-04-09
- Changed the default of multi_hit_delay from 230 to 80 which seems more offi...
skotlex
1
-1
/
+1
2006-04-07
- Moved the devotion damage reduction to the block that only executes if flag...
skotlex
1
-47
/
+55
2006-04-05
- Modified the ammo checks so that ammo is consumed at the end of battle_calc...
skotlex
1
-17
/
+46
2006-04-05
- Added a define list for weapon types in pc.h
skotlex
1
-45
/
+33
2006-04-03
- SC_AUTOCOUNTER now only blocks all attacks/skills when the flag is 0 (attem...
skotlex
1
-1
/
+1
2006-04-03
- Fixed a typo in battle.c (status_get_atk invoked instead of status_get_atk_...
skotlex
1
-1
/
+1
2006-04-03
- Modified Rude-Attacked behaviour so that such skills only triggers when the...
skotlex
1
-0
/
+2
2006-04-03
- Moved skill_counter_additional_effect calls to trigger right after skill_ad...
skotlex
1
-6
/
+15
2006-03-31
- Changed the terminology from arrow to ammo for the last update.
skotlex
1
-1
/
+1
2006-03-31
- Changed the look field of all arrows to 1.
skotlex
1
-34
/
+19
2006-03-31
- Cleaned up battle_check_target to use the jA structure defines and get rid ...
skotlex
1
-27
/
+24
2006-03-30
- Added a missing "return 0" that fixes a crash on failed lookups on status_c...
skotlex
1
-3
/
+3
2006-03-30
- the auth function in login.c won't jstrescapecpy passwords that were encryp...
skotlex
1
-14
/
+31
2006-03-23
- Fixed Potion Pitcher sometimes crashing the server.
skotlex
1
-7
/
+7
2006-03-22
- Merged the unit_data structure from jA for handling unit-related data (atta...
skotlex
1
-323
/
+96
2006-03-22
fixed Piercing shot, desperado, fullbuster damage
Vicious
1
-3
/
+3
2006-03-22
- Some cleanups in irc.c
skotlex
1
-2
/
+4
2006-03-22
* Fixed compiler warnings in battle.c
Lance
1
-1
/
+1
2006-03-22
[reddozen's fix]
Lance
1
-5
/
+6
2006-03-21
Fixed duel in pk-mode (same party/same guild/alliance non-targeting issue).
LuzZza
1
-3
/
+5
2006-03-20
- Small fix to prevent killer/killable states from allowing you to target you...
skotlex
1
-2
/
+2
2006-03-17
- Fixed handling of the char_gm_read config for packet 0x2af7 (reloadgmdb)
skotlex
1
-0
/
+5
2006-03-16
Update NJ_ZENYNAGE to deal a random ammount of damage depending on its skill ...
MasterOfMuppets
1
-2
/
+6
2006-03-15
- Added battle config options item_rate_adddrop, item_drop_add_min and item_d...
skotlex
1
-0
/
+6
2006-03-14
- Fixed incorrect range check in autospell2 triggers.
skotlex
1
-12
/
+14
[next]