summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-18- Added the official adoption method.zephyrus1-47/+113
2008-03-16- Added support for offline divorce.zephyrus1-10/+22
2008-03-14* extended the "npc_event: event queue is full" error message to also print t...ultramage1-3/+3
2008-03-12* Added a message to let know the client if the mail inbox is full.zephyrus1-1/+1
2008-03-11Replaced clif_countusers() with a more efficient alternative (thanks to the f...ultramage1-1/+1
2008-03-06- Corrected pc_checkitem not behaving correctly when you had more than one eq...skotlex1-26/+14
2008-03-05- Optimized the code to handle #KAFRAPOINTS and #CASHPOINTS. Now you can real...zephyrus1-24/+22
2008-03-05- Implemented Firepillar's 'target cannot move for 0.2 sec x hit' property.skotlex1-0/+3
2008-03-04- Updated firepillar so it cannot be placed on top of others.skotlex1-4/+9
2008-03-02Fixed wrong mvp format string for @mobinfo (would not show big mvp exp reward...ultramage1-4/+4
2008-02-29- Added @cash and @points command to manage your cash/kafra points.zephyrus1-22/+25
2008-02-28- Added cash shop support. (i need to add documentation, working on it).zephyrus1-0/+63
2008-02-27* Removed NODAMAGE and ICEWALL cell types (mem usage back to normal)ultramage1-12/+8
2008-02-23Fixed a mistake in r12232 related to char savingultramage1-1/+1
2008-02-22* Removed code in socket.c that tries to avoid send buffer overloading, as th...ultramage1-36/+37
2008-02-21- Added status_calc_life to properly calculate hp/max_hp as a ratio taking in...skotlex1-1/+2
2008-02-21- Fixed new guilds displaying online-connect member count at 0 rather than 1,...skotlex1-122/+49
2008-02-20Changed pc_can_give_items() to use standard boolean logic instead of the inve...ultramage1-8/+4
2008-02-18- added LK's concentration +1 MDEF.skotlex1-3/+5
2008-02-17- Updated Eye of Hellion to use the new format of the input command.skotlex1-0/+7
2008-02-15- Fixed S. Novice bonus not dispelling when at the moment you die once.skotlex1-1/+1
2008-02-15some compilation warning fixesultramage1-1/+1
2008-02-10Added two missing opt2 values, for Angelus and Bleeding status.ultramage1-129/+61
2008-02-07- Fixed Freezing Trap doing no damage (changed type from misc to weapon)skotlex1-0/+2
2008-01-29- Modified pc_dead so that the src is passed on to the master when it is a pe...skotlex1-15/+21
2008-01-23- Fixed pc_setrestartvalue not correctly setting your SP when sending to save...skotlex1-3/+2
2008-01-14Applied a temp patch to make some npc-executed atcommands work again (bugrepo...ultramage1-1/+1
2008-01-10- Fixed getmonsterinfo to return "null" when returning the name of a non-exis...skotlex1-4/+4