summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-01Replaced the integers+checking approach in r12679 with usage of floating poin...ultramage1-1/+1
2008-05-01Implemented get_percentage() for compact and safe calculation of percentual v...ultramage1-3/+3
2008-04-27Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r1266...ultramage1-4/+3
2008-04-27Some major changes to @reloaditemdb to allow unloading of any item while map ...Kevin1-2/+3
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS1-9/+9
2008-04-21* Changed Sacrifice status to end on caster's death, not at 25% HP.L0ne_W0lf1-12/+8
2008-04-20* Several updates from Trunkzephyrus1-1/+1
2008-04-16Fixed an issue in r12575 where 'not setting char offline when going from maps...ultramage1-2/+2
2008-04-15 * Corrected some invalid syntax in skill_db.txt (wrong usage of commas)ultramage1-107/+59
2008-04-14Some more updates to the quest log system. It has been completely moved to th...Kevin1-4/+2
2008-04-11More questlog code.Kevin1-0/+6
2008-04-06Unequip should no longer remove any buff from seven wind. (bugreport:1155)Kevin1-1/+1
2008-04-04Small bug for r12481 :)Kevin1-1/+1
2008-04-04Update to Auth Glitch fix: moved unit_free_pc back to where it was and update...Kevin1-0/+3
2008-04-04Bug fixes for Auth Glitch and Map server crash through script warp when chang...Kevin1-3/+1
2008-04-03Renamed 'connect_until_time' to 'expiration_time'.ultramage1-3/+3
2008-03-27Fixed a mistake in r12223, where during warping between mapservers, a charact...ultramage1-1/+2
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-13/+13
2008-03-25Partially fixed the mess in status.c.ultramage1-12/+12
2008-03-22Added a missing null-pointer check to the timed player pvp/gvg respawn functi...ultramage1-1/+3
2008-03-20- Added SC_ARMOR_RESIST, used by Undead Scroll, gives you resistance against ...zephyrus1-0/+8
2008-03-19- The last bug in Adoption system.zephyrus1-1/+1
2008-03-18Fixed OnPCLoginEvent not working correctly (bugreport:1182).ultramage1-4/+7