summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-09-08- Unified the rest and ganstar paradise code into a single function.skotlex7-102/+61
2006-09-08- Cleaned up SG_HATE to use a new function, pc_set_hate_mob to handle setting.skotlex5-53/+37
2006-09-08- Removed sg_miracle_skill_duration, replaced it with sg_miracle_skill_min_du...skotlex3-4/+20
2006-09-08- Added upgrade_svn8675.sql in case, for some reason, your guild table still ...skotlex3-7/+2
2006-09-08- Fixed alliance/opposition making not cancelling out map-server-side when th...skotlex3-8/+19
2006-09-08- Fixed SC_BERSERK setting Hp to 100 when dispelled by unnatural means (eg: w...skotlex1-1/+1
2006-09-07- Changed the default of sg_angel_skill_ratio to 10 based on recent informati...skotlex5-13/+21
2006-09-07- Removed the Warmth "stacking" code.skotlex7-26/+64
2006-09-07- Added error message when attempting to use deprecated bonus bAspd.skotlex2-4/+6
2006-09-06- Fixed the memset in status_calc_pc, corrects some mysterious bugs such as i...skotlex2-2/+3
2006-09-06- Corrected SC_INCREASEAGI and SC_DECREASEAGI speed-change formula.skotlex1-5/+13
2006-09-06- Updated skill_require_db's entry for Abracadabra, it requires yellow 2 gems...skotlex2-2/+2
2006-09-06Applied Orn's modification on speed increases/reductions with increase/decrea...toms1-2/+2
2006-09-05- Removed setting mob_show_hp, it's been replaced now by mob_show_info, which...skotlex4-15/+24
2006-09-05- Fixed Signum Crucis Def reduction being 10+2*lv% instead of 10+4*lv%skotlex1-1/+1
2006-09-05- applied the Ultra Mage's suggestion to have the map server strip trailing s...skotlex1-3/+14
2006-09-05- Fixed status change resistance not being invoked at all for pretty much all...skotlex1-1/+1
2006-09-05- Corrected SC_INTRAVISION not starting.skotlex8-54/+54
2006-09-05- Fixed dispell removing SC_NOCHATskotlex1-0/+1
2006-09-05- Small fix which should correct skill_attack damaging hidden characters when...skotlex1-1/+2
2006-09-05- Fixed crash when using Adaptation during an Encore.skotlex1-5/+5
2006-09-04- Should have fixed manner being reset to 0 on logout while muted.skotlex2-1/+3
2006-09-04- Removed status_get_sc_tick, duration and chance are now both handled by sta...skotlex2-110/+57
2006-09-04- Should have fixed "sleep", thanks to Lance for figuring out the error.skotlex1-2/+2
2006-09-04- Ordered up entries in skill_unit_dbskotlex2-0/+16
2006-09-04- Some cleanup of how mobcount works.skotlex5-63/+85
2006-09-04- Fixed SC_BERSERK's no regen penalty lasting pretty much forever.skotlex1-1/+1
2006-09-02- SC_REGENERATION's val4 now holds the RGN flag of what is blocked rather tha...skotlex2-7/+12
2006-09-02- Applied use of RC_BOSS/RC_NONBOSS in the ignore def code.skotlex2-3/+3
2006-09-02- Corrected script_commands description of getequipid, it returns -1, not 0 o...skotlex1-3/+7
2006-09-01The "delete_timer error/no such timer" report will now print the related func...toms1-1/+1
2006-09-01The Clearing unused stack report will now print the related NPCtoms1-2/+5
2006-09-01The duplicate npc report will now print the related file nametoms1-1/+1
2006-09-01- Added a missing break in battle_check_targetskotlex3-9/+30
2006-09-01- Added defines status_base_matk_(max/min) for code readabilityskotlex4-43/+60
2006-09-01- Soul Breaker will now be affected by Lex Aeterna on both parts of the attack.skotlex5-40/+25
2006-08-31- Moved the intimacy penalty of HFLI_SBR44 and HVAN_EXPLOSION to skill_counte...skotlex6-51/+25
2006-08-31- Modified the error reporting in map_freeblock_unlock so that when there's a...skotlex2-3/+16
2006-08-31Fixed new mob's name not sent to the client when the mob is morphedtoms1-2/+1
2006-08-31- Added setting attack_walk_delay which specifies whether a character should ...skotlex3-39/+11
2006-08-31- Fixed @summon's delete timer being screwed up.skotlex5-13/+15
2006-08-31- Skill required-state will now only be checked on cast-begin, not cast-end.skotlex2-5/+39
2006-08-30- Removed sending normal-damage packets instead of skill packets for splash-d...skotlex1-0/+4
2006-08-30- Updated HLIF_CHANGE to work as explained by Tharis -> It now adds 30*lv vit...skotlex3-13/+22
2006-08-30- Fixed char-sql compilationskotlex5-26/+21
2006-08-30- Added a message to @clearweather stating when climate changes will dispel.skotlex3-91/+118
2006-08-29- Added printing out whenever the irc-module attempts to connect, to debug wh...skotlex1-1/+6
2006-08-29- Mobs will now always chase players using hard-path seeks.skotlex1-7/+8
2006-08-29- Applied Mpeg's work on GStoms5-29/+77
2006-08-29@showmobs = shows selected mobs on mini-mapLupus2-0/+88