summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-17- Should have fixed the Cart Termination damage code to be scaled correctly w...skotlex1-18/+32
2006-07-17Skill lv up fixDracoRPG1-1/+7
2006-07-17Orn's and Albator's Homunculus system, finally, YAY!!DracoRPG1-0/+26
2006-07-13- Changed the default save interval to 5 minutes. Added support for specifyin...skotlex1-1/+8
2006-07-13- Fixed the value range checks added by Zido on pc_bonus (some of them were e...skotlex1-38/+28
2006-07-13- More typos... What's wrong with me today??Zido1-2/+2
2006-07-13- Fixed a small typo in my codeZido1-2/+2
2006-07-12- Added negative value in bonus exploit fix for more stat bonusesZido1-22/+44
2006-07-12- Fixed negative value exploit (view changelog)Zido1-2/+4
2006-07-11- Fixed being unable to compound cards in armor.skotlex1-1/+1
2006-07-11- Fixed clif_parse not checking for func_parse before sending data to the con...skotlex1-36/+23
2006-07-11- Coded @reset.skotlex1-41/+33
2006-07-11- Corrected Frost Nova's splash range and Land Protector's cast range. Thanks...skotlex1-2/+3
2006-07-10- Added a check in pc_equipitem so that when switching weapons and you have t...skotlex1-3/+15
2006-07-08- Fixed the new addeff structure not working well with SC_STONE (because SC_S...skotlex1-3/+2
2006-07-06- Rewrote all the item restriction functions so that they will take into acco...skotlex1-4/+4
2006-07-06- Added EQP_/EQI_ constants in pc.h to identify equip position and equip inde...skotlex1-72/+68
2006-07-04- Added structure s_addeffect to handle status change additions. Cleaned up r...skotlex1-20/+59
2006-07-03- Fixed a compile warning in login sql/txtskotlex1-7486/+7484
2006-06-30- Moved item group enumeration from itemdb.h to map.hskotlex1-7/+9
2006-06-29- Some indentation corrections.skotlex1-3/+3
2006-06-29* [Fixed] Lance1-6/+7
2006-06-28- Added inf2 4096 (INF2_ALLOW_ENEMY) which is to be used in conjunction with ...skotlex1-1/+1
2006-06-28- Corrected Musical Strike having a different damage equation from Throw Arrow.skotlex1-8/+3
2006-06-26- Autospells will now again check for the skill's nk value, so that skills ta...skotlex1-1/+3
2006-06-24* [Optimized]: Lance1-6/+14
2006-06-23- Modified pc_setoption so that it will correctly update sprite AND clothes c...skotlex1-29/+17
2006-06-23- Added pc_bonus_autospell_del, gives support for removing autospell effects....skotlex1-0/+26
2006-06-21- Added function parse_hostbyname() which takes a hostname and a char[4]. The...skotlex1-4/+4
2006-06-21- Some cleaning up of OPTION related code. OPTION_XMAS and OPTION_FLYING real...skotlex1-0/+10
2006-06-17- Devotion absorbed damage will now appear to come from oneself (instead of t...skotlex1-1/+1
2006-06-16- Fixed option value being reset'ed on login (fixes cart/peco/falcon being lost)skotlex1-1/+1
2006-06-16- Removed unused variable aspd_rate in map_session_data.skotlex1-2/+2
2006-06-16- Modified the bNoMagicDamage/bNoWeaponDamage bonuses to be a 0-100 setting. ...skotlex1-4/+8
2006-06-16* [Improved]: Lance1-7/+2
2006-06-15- Fixed "wedding_ignore_palette: yes" not working when relogging with the gea...skotlex1-5/+5
2006-06-15- Altered a bit how status_set_viewdata behaves in regards to Wedding/Xmas op...skotlex1-8/+14
2006-06-15- Fixed and cleaned up script command 'equip'skotlex1-3/+3
2006-06-13- Added HM_SKILLBASE, MAX_HOMUNSKILL to specify the skill level range of Homu...skotlex1-10/+10
2006-06-12- Fixed npc_checknear's distance check returning the opposite of what it shou...skotlex1-5/+2
2006-06-10- Added structure party_data and party_member_data to the map server to hold ...skotlex1-9/+5
2006-06-08- Cleaned clif_pvpset to not send the packet to nearby characters when the so...skotlex1-4/+2
2006-06-08- Fixed Sense using mdef instead of mdef2skotlex1-1/+0
2006-06-07- Added pc_calcexp to calculate individual exp bonuses acquired from exp's so...skotlex1-4/+54
2006-06-05- Fixed a pair of signed/unsigned mismatch comparison warnings in pc_bonus. T...skotlex1-2/+2
2006-06-05- Cleaned up code for SC_MINDBREAKER.skotlex1-8/+8
2006-06-05- Corrected cloaking not ending on attack if you are near a wall.skotlex1-42/+65
2006-06-02- Corrected clif_parse_takeitem to ALWAYS return a NAK packet when it failsskotlex1-13/+12
2006-06-02- Altered status_calc_pc so that equipment scripts are ran before card-scripts.skotlex1-4/+16
2006-06-02- Updated item_db.sql/mob_db.sql to current.skotlex1-2/+1