summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-15- Cleaned up some of the pet related @/# commands, same for some script comma...skotlex1-8/+9
2006-08-14- Removed support for negative autosave intervals, instead added a minsave_in...skotlex1-9/+3
2006-08-14- Sacrifice no longer shows damage to self.skotlex1-9/+3
2006-08-14- Fixed script engine allowing scripts to set a player's zeny to negative val...skotlex1-31/+15
2006-08-13- Removed @itemcheck as it was totally pointless.skotlex1-0/+2
2006-08-09- Trade requests will now fail when either character is unable to act (charac...skotlex1-1/+1
2006-08-09- Crash-protections in the mail-checking function.skotlex1-2/+2
2006-08-08- Casting Kaensin will clear out Suiton and viceversa now.skotlex1-1/+1
2006-08-08- Removed config settings display_delay_skill_fail and display_snatcher_skill...skotlex1-1/+1
2006-08-08- Cleaned up the apparent mess that is pc_skill. Hopefully it SHOULD fix as d...skotlex1-12/+29
2006-08-08- Changed define EQP_WEAPON to specify only the right-hand weapon, added defi...skotlex1-8/+8
2006-08-07- Added in Lupus's suggestion of not making multi-slot headgears set all slot...skotlex1-10/+13
2006-08-04- Changed function itemdb_group to itemdb_group_bonus, it now calculates the ...skotlex1-7/+23
2006-08-04- Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out o...skotlex1-3/+3
2006-08-02- Rewrote pc_payzeny to not use doubles, it may more accurately prevent charg...skotlex1-5/+6
2006-08-02- Updated battle_check_target so that all alchemist summoned mobs can be targ...skotlex1-1/+5
2006-07-30- Added bNoMiscDamage setting so you can specify misc-damage blocking from sk...skotlex1-0/+6
2006-07-29Fixed nullpo in merc_hom_skilluptoms1-1/+1
2006-07-28- Cleaned up the NJ update code.skotlex1-1/+1
2006-07-27- Added config setting party_update_interval so you can specify how often the...skotlex1-6/+3
2006-07-26- Modified party_item_share_type config setting so that using 1 disables item...skotlex1-1/+1
2006-07-24- Adjusted skill_castfix_sc so that Suffragium will get consumed even on inst...skotlex1-11/+7
2006-07-23- Modified setting skillrange_by_weapon (skill.conf) to be a per-object-type ...skotlex1-1/+1
2006-07-22- Applied Toms's suggested corrections to homun code.skotlex1-0/+1
2006-07-22- Removed some pc_equipitem code that was added earlier today that wasn't rea...skotlex1-10/+0
2006-07-21- battle_check_target will now tag homunculus as invalid target when the sour...skotlex1-1/+10
2006-07-21- Added the vaporize line when the player dies in pc_dead.skotlex1-0/+1
2006-07-21- Small bug fixes found during merging to stable process, includes correct HP...skotlex1-1/+1
2006-07-20- Added pc_check_weapontype to do a proper skill weapon check that takes into...skotlex1-2/+4
2006-07-20- Corrected fog of wall to behave as best known. Only takes effect when targe...skotlex1-1/+1
2006-07-19- Modified the targetted skill logic to enable offensive skills to be targett...skotlex1-0/+12
2006-07-18- Fixed a compile warning. Some minor format cleanups.skotlex1-2/+1
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