summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-26- Fixed item Nemesis.zephyrus1-9/+54
2009-02-20Increased variable size for status/skill points to remove the 65k cap (bugrep...ultramage1-27/+11
2009-02-06* Follow up to r13485. (bugreport:2741)FlavioJS1-1/+3
2009-01-25- Ops... missing var from my source. Sorry.zephyrus1-1/+1
2009-01-25- Implemented new Pet Bonus System. Enjoy!! :Dzephyrus1-8/+9
2009-01-25- Implemented new item bonus scripts required for battlegrounds.zephyrus1-20/+61
2009-01-24* Changed pc_spiritball_timer and pc_addspiritball: (bugreport:2705)FlavioJS1-18/+28
2009-01-23Added a missing break; in pc_setstat, messing up LUK increasing (see r13460) ...ultramage1-1/+1
2009-01-20Fixed pc_statusup2 to correctly update the client's stat windowultramage1-38/+66
2009-01-20- Added support for item effect Ignore Def Rate by Race. bonus2 bIgnoreDefRat...zephyrus1-0/+6
2008-12-29Fixed broken card insert code (bugreport:2606).ultramage1-1/+5
2008-12-28Cleaned up code for inserting cards into items.ultramage1-34/+35
2008-12-18Removed charcommand code while allowing atcommand code to support its functio...sketchyphoenix1-0/+1
2008-11-22* Hunted down the simpler 64bit pointer truncations.FlavioJS1-1/+1
2008-11-16- Item Rental System.zephyrus1-12/+103
2008-11-11* Updated script_commands.txtFlavioJS1-0/+2
2008-10-30slight cleanup for r13336sketchyphoenix1-1/+1
2008-10-29* Novice skill, Trick Dead, will no longer be granted to classes upon reset (...sketchyphoenix1-0/+8
2008-10-11Added safeguards to Redemptio's exp penalty code to prevent arithmetic overfl...ultramage1-8/+2
2008-10-07Fixed the 'exp calculation overflow fix' from r10291 which wasn't really work...ultramage1-4/+4
2008-09-13Modified the 'player/GM has logged in' mapserver message to respect the lowes...ultramage1-16/+15
2008-09-10- Full implementation of mercenary skills.zephyrus1-0/+2
2008-09-07- Skill Reset fix for Taekwon Ranger. (Bugreport 1759).zephyrus1-88/+124
2008-09-01Removed leftover calls to custom sathena guild_canescape() (see r13161) (bugr...ultramage1-6/+1
2008-08-31- Protection for mercenary scrolls. (Don't consume it if you already have a m...zephyrus1-0/+3
2008-08-31- Cleanup on pc_isUseitem and added restriction for mercenary items.zephyrus1-25/+78
2008-08-31- Implemented script commands for mercenary items (mercenary_heal and mercena...zephyrus1-2/+2
2008-08-31* More mercenary updates.zephyrus1-6/+23
2008-08-31- Limitations to WoE SE Treasures (no steal, drop rates, no class change).zephyrus1-4/+5
2008-08-24- Moving all content of Homunculus code to a proper file Homunculus.c/hzephyrus1-1/+2
2008-08-23- Added column `mer_id` on char_dbzephyrus1-1/+3
2008-08-15Some cleaning in script.cultramage1-2/+2
2008-08-02Player shops will not close on death anymore (bugreport:1955).ultramage1-4/+0
2008-08-02Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp s...ultramage1-1/+1
2008-07-31Removed the mob controller system, now a customization (see topic:194375).ultramage1-2/+0
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage1-50/+4
2008-07-26Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w...ultramage1-9/+9
2008-07-26- Implemented official Convex Mirror (With help of Yomanda and Sirius White)zephyrus1-0/+2
2008-07-06* Slight cleanup of item-based walk speed bonusesultramage1-8/+2
2008-07-04* Homunculus will no longer auto-vaporize on master death.L0ne_W0lf1-1/+1
2008-06-18Fixed cash shop not using points to make up the cash difference when purchasi...sketchyphoenix1-15/+4
2008-06-13Fixed Grandcross and darkgrandcross, should only cause blind against undead r...shadow1-1/+1
2008-06-13Fixed some skills working on undead element when they were supposed to work o...shadow1-1/+1
2008-06-07Swapped the weapon type IDs of Shotgun and Gatling Gun weapons to match aegis.ultramage1-4/+4
2008-05-29- Support for SP Regen status just like HP Regen (by items, by a little time)...zephyrus1-1/+1
2008-05-28Added extra safeguards against invalid inputs to pc_equipitem / pc_unequipite...ultramage1-2/+11
2008-05-28Fixed stat values displaying incorrectly when increasing them past 255 (wrapa...ultramage1-4/+4
2008-05-09- More scripts fixes.zephyrus1-12/+12
2008-05-07- Added function battle_attr_ratio to handle just getting the attribute table...skotlex1-42/+17
2008-05-02Replaced the very ineffective clif_foreachclient() with map_foreachpc() since...ultramage1-4/+4