summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-12* Fixed itemskill not bypassing Silence, SteelBody, Berserk and the like. (bu...Inkfish1-1/+2
2009-06-11* Fixed TaTaMiGaEShi(Improvised Defense) not working.Inkfish1-4/+4
2009-06-09Fixed applying autocasts with negative rate before the positive one was appli...Inkfish1-47/+19
2009-06-07Implemented "cooking exp" that increases the success chance of cooking by 0.0...Inkfish1-0/+8
2009-06-07Fixing the 'equipping already equipped items' exploit (bugreport:3195).ultramage1-1/+1
2009-06-05- Fixed a crash on equip/unequip items with autoscripts.zephyrus1-3/+3
2009-06-05* Job_Battle_Manual and Battle_Manual can be used simultaneously.Inkfish1-1/+4
2009-06-05* Fixed turning off a skill needed to meet the requirements. (bugreport:3175)Inkfish1-7/+22
2009-06-03* Some clean ups on autocast and itemskill code. (see topic:220921 for some i...Inkfish1-5/+9
2009-05-29* Added a new battle flag for telling which skills can have bHealPower effect.Inkfish1-0/+12
2009-05-29* Added new bonuses bHealPower and bHealPower2. Inkfish1-2/+10
2009-05-29Added new bonuses bUnbreakableGarment and bUnbreakableShoes.Inkfish1-0/+8
2009-05-25Fixed losing skill list after base change. (bugreport:3106)Inkfish1-10/+9
2009-05-19* Miracle should only be dispelled on map change.Inkfish1-0/+2
2009-05-15* AutoSpellWhenHit now triggers on normal+skill by default (bugreport:1652)Playtester1-2/+2
2009-05-15Cleaning/fixing the previous commits a bitultramage1-3/+4
2009-05-15- Fixed a bunch of invalid memory access bugs as reported by Valgrind.skotlex1-1/+1
2009-05-12- Removed "serial". Sorry i merged from my source.zephyrus1-3/+3
2009-05-12- Rental items now can be stackable items too.zephyrus1-34/+43
2009-05-06- Fixed an uninitialized variable in r13724. (bugreport:3052)brianluau1-0/+1
2009-05-04* Players now are allowed to copy the skills the level which is beyond the sk...Inkfish1-0/+6
2009-05-03* Block equipments switching for some skills (bugreport:2900)Inkfish1-0/+6
2009-05-03*Sorry, something I forgot to merge from my own code.Inkfish1-0/+3
2009-05-03* Players now cannot be revived during pvp respawn delayInkfish1-2/+1
2009-05-02* Spirit of Bard and Dancer now only works for mastered skills (bugreport:3037)Playtester1-0/+4
2009-03-24* Added support for new status change packet, uses new setting display_status...Sara1-1/+1