summaryrefslogtreecommitdiff
path: root/src/map/battle.h
AgeCommit message (Expand)AuthorFilesLines
2006-09-15- Added config setting "friend_auto_add" (battle/player.conf), if set, when y...skotlex1-0/+1
2006-09-08- Removed sg_miracle_skill_duration, replaced it with sg_miracle_skill_min_du...skotlex1-1/+2
2006-09-07- Removed the Warmth "stacking" code.skotlex1-0/+1
2006-09-05- Removed setting mob_show_hp, it's been replaced now by mob_show_info, which...skotlex1-2/+2
2006-09-01- Added a missing break in battle_check_targetskotlex1-0/+1
2006-08-31- Added setting attack_walk_delay which specifies whether a character should ...skotlex1-0/+1
2006-08-24- Added setting clear_skills_on_warp to specify when a character's land-based...skotlex1-0/+1
2006-08-21- Removed config setting "muting_players", and expanded the manner_system con...skotlex1-1/+0
2006-08-19Added homunculus_friendly_rate battle configtoms1-1/+1
2006-08-18- Reverted the battle_config regen settings from unsigned int to signed int. ...skotlex1-3/+3
2006-08-18- Added guild_aura (skill.conf) setting so you can specify when it works and ...skotlex1-0/+1
2006-08-18Fixed signed/unsigned comparison issues with natural heal systemtoms1-3/+3
2006-08-10- Should have fixed the login-sql crash when passed user-name's length is bey...skotlex1-1/+0
2006-08-08- Removed config settings display_delay_skill_fail and display_snatcher_skill...skotlex1-2/+1
2006-08-08- Fixed yet again AS_SPLASHER doing full damage on all characters. Now you ca...skotlex1-0/+1
2006-08-07- Some code cleaning in status.cskotlex1-11/+3
2006-08-07- Adjusted Battle_check_target so that alchemist summoned mobs are targetted ...skotlex1-0/+1
2006-08-04- Removed settings enemy_critical_rate, homun_critical_rate. Added settings e...skotlex1-4/+4
2006-07-31Added possibility to restrict duel usage to same maptoms1-0/+1
2006-07-28- Some cleaning of battle_drain, Evil Druid card should work now.skotlex1-1/+2
2006-07-27- Added config setting party_update_interval so you can specify how often the...skotlex1-0/+1
2006-07-27- Added config setting "party_hp_mode" (battle/party.conf) which determines m...skotlex1-0/+1
2006-07-20- Added battle config settings agi_penalty_target and vit_penalty_target, the...skotlex1-0/+2
2006-07-19- Fixed the inf code update breakage which was blocking all offensive skills.skotlex1-3/+3
2006-07-17Orn's and Albator's Homunculus system, finally, YAY!!DracoRPG1-0/+2
2006-07-06- Added no_skill_delay setting, when set, affected object types will have the...skotlex1-0/+1
2006-07-04- Added battle config setting emergency_recall, specifies behaviour of that s...skotlex1-0/+1
2006-07-03- Char-server SQL won't perform the reconnect cleanup routines when kick_on_d...skotlex1-1/+1
2006-06-26- Merged Mitternacht's max_heal/max_heal_lv config settings.skotlex1-0/+2
2006-06-16- Modified the bNoMagicDamage/bNoWeaponDamage bonuses to be a 0-100 setting. ...skotlex1-1/+1
2006-06-14- Modified how luk reduces status changes by reducing the gap. Eg: resist = v...skotlex1-0/+2
2006-06-09- Fixed @mapinfo displaying incorrectly maps with nosave which send you back ...skotlex1-1/+0
2006-06-07- Added config setting mob_npc_warp, when set to yes, enables mobs to be warp...skotlex1-0/+1
2006-05-30- Fixed Absorb Spirit Spheresskotlex1-0/+1
2006-05-30- Changed status_heal and status_damage to receive signed int values. They wi...skotlex1-1/+1
2006-05-27- Added structure status_data which holds status-related information (str, ag...skotlex1-11/+4
2006-05-18- Added 5 config settings to adjust damage in pk-mode servers (misc.conf)skotlex1-0/+5
2006-05-05- Being in Enjoyable Rest state will now also trigger the HP/SP Time skills (...skotlex1-0/+2
2006-05-02added support to regulate MVP drops [Reddozen]reddozen1-2/+3
2006-04-30- If someone is expulsed from a guild while the guild storage is open, it wil...skotlex1-0/+1
2006-04-29Updated STEAL skill (WIP), added a battle config option: 'skill_steal_max_tri...Lupus1-0/+1
2006-04-28- Removed the sending of the online guild list when you log-on, may fix the "...skotlex1-0/+1
2006-04-27- Corrected the hit value of the TK kicks (from single hit "6" to multi-hit "8")skotlex1-0/+1
2006-04-26- Item use interval is set to a default of 100ms now.skotlex1-0/+1
2006-04-25- Renamed skill_clear_element_field to skill_clear_group, it accepts a flag t...skotlex1-0/+1
2006-04-24- Added new column to mob_db Sprite_Name to hold the mob's sprite name. Colum...skotlex1-0/+1
2006-04-21- Updated the HP/SP leech structures to have race-data attached to them.skotlex1-0/+1
2006-04-11- Changed clif_damage/clif_skill_damage to return the walk-delay based on the...skotlex1-3/+2
2006-04-03- Modified Rude-Attacked behaviour so that such skills only triggers when the...skotlex1-0/+1
2006-03-23- Fixed compile error and missing field in the clone function.skotlex1-2/+1