summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-20/+20
2010-12-06Added support for bonus bAddItemHealRate, which works for all healing items c...L0ne_W0lf1-0/+6
2010-12-03* Fixed soul linkers not receiving taekwon angel buffs upon level up (bugrepo...ai4rei1-1/+1
2010-12-02* Various code tweaks and updates related to item types.ai4rei1-1/+1
2010-12-02* Added item type IT_CASH (item type 18) Requires user confirmation before us...L0ne_W0lf1-1/+1
2010-11-30* Made skill_tree.txt reading use sv_readdb. [Ai4rei]ai4rei1-53/+52
2010-11-30* Added a define for star gladiator feel/hate info array length (follow up to...ai4rei1-3/+3
2010-11-29* Resolved issues with item delay system.ai4rei1-18/+23
2010-11-29* Insignificant code tweaks: removal of excess function declarations and self...ai4rei1-2/+2
2010-11-28* Added clr_type enumeration for vanish effect constants.ai4rei1-8/+8
2010-11-26Reverted r14504, the old value is correct due to how the equation works.ultramage1-6/+4
2010-11-26Changed 'killerrid' and 'killedrid' from player vars to player params (bugrep...ultramage1-2/+10
2010-11-26* Fixed base and job exp not getting reset on (de)leveling through commands (...ai4rei1-3/+13
2010-11-26* Fixed auto-generated statpoint table missing 3 status points (since r1107).ai4rei1-1/+1
2010-11-22* Fixed Rogue skill Steal Coin working on boss monsters (bugreport:2442).ai4rei1-1/+1
2010-11-21* Added enumeration RC2_* for mob data 'race2' (bugreport:4561).ai4rei1-2/+3
2010-11-20* Fixed pc_marriage not checking spouse character job for baby class.ai4rei1-1/+1
2010-11-10Added an item_delay database usable for item-specific use delays.Paradox924X1-2/+21
2010-11-07'Exp gained' packets are now sent regardless of @showexp. @showexp can be ena...Gepard1-7/+6
2010-10-11Implemented official cash food behavior, including use delay, not being dispe...Paradox924X1-2/+9
2010-10-09Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.Paradox924X1-77/+77
2010-08-19- Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ...Skotlex1-10/+10
2010-08-18* Added bonus3 bAdd/SubEle, which allows you to specify a battle flag as well...L0ne_W0lf1-0/+83
2010-06-28* Follow up to r13895, added a battle.conf setting to control if ranges shoul...L0ne_W0lf1-2/+2
2010-04-01- Fixed 'OnPCLogoutEvent' being queued and never executed if brianluau1-0/+3
2010-02-062010/02/06Inkfish1-2/+9
2010-01-24Prevented pc_skill with a value of 2 for 'flag' from granting a skill level t...Paradox924X1-10/+14
2010-01-16Fixed items don't grant skill if you had this skill before and then changed y...Inkfish1-2/+2
2010-01-15* Fixed change cart packet doesn't check for skill.Inkfish1-1/+5
2009-12-02* Autobonus code cleanups.Inkfish1-35/+29
2009-11-27Fixed warping in OnPCDieEvent revives people with 0 hp.Inkfish1-10/+9
2009-11-24* Fixed the logged damage from pets doesn't count when 'pet_attack_exp_to_mas...Inkfish1-2/+2
2009-11-23* Fixed player keeps bleeding when dead.Inkfish1-0/+3
2009-11-13Resolved a client hang in the scenario where the client sent loadendack befor...ultramage1-1/+2
2009-11-07Added a flag to indicate if the script of an autobonus was parsed for the sak...Inkfish1-3/+12
2009-11-03Extended broadcast implementation:Gepard1-4/+4
2009-10-06Fixed rental items can be moved into guild storage from cart.Inkfish1-2/+4
2009-10-04- Implemented new packets for rental items (from Jobbie and Natz and fixed by...zephyrus1-34/+82
2009-09-13* Progressbar aborts when player is attacked.Inkfish1-8/+10
2009-08-21Added bMagicHPGainValue and bMagicSPGainValue.Inkfish1-0/+8
2009-08-14- Fixes and optimization to instancing. Thanks to Saithiszephyrus1-1/+1
2009-08-12- Optimization to instance system.zephyrus1-11/+14
2009-07-27Partially reverted the fail from r13966.ultramage1-0/+3
2009-07-09- Added documentation for 'getmobdrops' (follow up to r13101). (bugreport:3351)brianluau1-19/+20
2009-07-04* Extended ATF_SKILL to ATF_MAGIC and ATF_MISC.Inkfish1-1/+1
2009-07-02* Updated autobonus [Inkfish]Inkfish1-2/+5
2009-06-28fixed some typos on autobonusInkfish1-1/+1
2009-06-28* Implemented script command "autobonus". [Inkfish]Inkfish1-65/+113
2009-06-20- Instancing System (Thanks to Sirius White who did most of the code, with so...zephyrus1-2/+16
2009-06-15Improving the r13888 crashfix to cover similar crash scenarios discovered:ultramage1-1/+1