summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2006-06-22* [Fixed]: Lance2-1/+4
2006-06-22- Tested and fixed resolve_hostbyname.skotlex9-163/+61
2006-06-21- Added function parse_hostbyname() which takes a hostname and a char[4]. The...skotlex3-10/+26
2006-06-21- and the documentationLance1-2/+2
2006-06-21* [Added]: Lance4-2/+24
2006-06-21- Some cleaning up of OPTION related code. OPTION_XMAS and OPTION_FLYING real...skotlex3-7/+18
2006-06-20- Corrected the line terminator setting on the unit.* files as pointed out by...skotlex2-1805/+1805
2006-06-20- Updated skill_require_db to place the Zeny requirements of ZenyNage and Fling.skotlex4-16/+31
2006-06-19- Combo-used Skills with State "move_enable" will now override the "can't mov...skotlex1-2/+7
2006-06-19- Some more cleanups of battle_calc_damage to account for absorbed damage red...skotlex1-12/+10
2006-06-19- Moved back Soul Drain code from mob_dead to skill_counter_additional_effect...skotlex2-8/+9
2006-06-19Reverting my change.. lalalaLance1-3/+0
2006-06-19- Some cleanups and corrections in battle.c to account for negative (absorbed...skotlex2-14/+14
2006-06-19- Removed the mysterious array of two of char_dat (char/sql server), replaced...skotlex2-5/+4
2006-06-19Idiot RO client have inconsistent signed/unsigned shortsLance1-1/+1
2006-06-19* [Fixed]: Lance1-2/+5
2006-06-18* [Fixed]: Lance1-1/+1
2006-06-18- Fix for #102547Lance2-2/+2
2006-06-18git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7234 54...Lance1-14/+16
2006-06-18* [Removed]: Lance7-310/+250
2006-06-17- Added IG_LottoBox for that tricky Lotto Box item.skotlex2-5/+7
2006-06-17- Devotion absorbed damage will now appear to come from oneself (instead of t...skotlex4-28/+33
2006-06-17* [Added]: Lance6-25/+88
2006-06-17- Fixed the party HP packets to send max HP 10000 and scale HP accordingly wh...skotlex2-7/+22
2006-06-16- Fixed option value being reset'ed on login (fixes cart/peco/falcon being lost)skotlex1-1/+1
2006-06-16- Corrected @speed to alter your base speed instead of battle one. Means the ...skotlex1-2/+2
2006-06-16- Removed unused variable aspd_rate in map_session_data.skotlex5-42/+42
2006-06-16- Modified the bNoMagicDamage/bNoWeaponDamage bonuses to be a 0-100 setting. ...skotlex6-34/+29
2006-06-16- Whoops, fixed compilation issue on mob_dead.skotlex1-1/+1
2006-06-16- Removed db_tables.sql as it's no longer used.skotlex1-0/+5
2006-06-16- Removed return from CALLBACK_ASSISTLance1-3/+1
2006-06-16git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7204 54...Lance1-0/+1
2006-06-16* [Added]: Lance1-0/+3
2006-06-16* [Improved]: Lance5-46/+53
2006-06-16* [Fixed]: Lance2-2/+3
2006-06-16- Merged Adam's patch to let the char-server handle validation of pet-name-ch...skotlex5-9/+45
2006-06-15- Fixed "wedding_ignore_palette: yes" not working when relogging with the gea...skotlex1-5/+5
2006-06-15- Added blocking of the Kick skills when you are a Soul Linker.skotlex1-0/+4
2006-06-15- Altered a bit how status_set_viewdata behaves in regards to Wedding/Xmas op...skotlex5-35/+53
2006-06-15- Fixed clif_send not sending packets to SELF when specifying AREA if the sou...skotlex3-16/+7
2006-06-15- Fixed and cleaned up script command 'equip'skotlex4-16/+11
2006-06-15- Fixed map_nick2sd so that searching for "Adam" will not match a char named ...skotlex1-15/+3
2006-06-14- Modified how luk reduces status changes by reducing the gap. Eg: resist = v...skotlex3-23/+46
2006-06-14git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7164 54...blackhole891-26/+26
2006-06-14- blocked again skill usage during marionette.skotlex2-9/+4
2006-06-14- A quick fix for lazy scripters -_- sheeshLance1-11/+11
2006-06-14* [Improved]: Lance1-3/+4
2006-06-14* [Improved]: Lance1-1/+6
2006-06-13- Fixed a packet_ver error with the #defines in clif_spawn.skotlex1-5/+2
2006-06-13- Fixed compilation error on clif.cskotlex1-3/+3