summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-14* Updated mob_dbPlaytester3-22/+26
2009-06-14Fixed a crash due to group being redeleted when players are performing an ens...Inkfish2-1/+6
2009-06-13Changed a few sprintf's that had no format arguments to strcpy's.Paradox924X3-6/+6
2009-06-13* If both Double Attack and critical attack have chance to trigger within one...Inkfish3-32/+29
2009-06-12* Fixed the Memory Book combo using Eye Patch instead of Monocle (bugreport:3...Playtester2-2/+4
2009-06-12Fixed "arrow_atk" flag never being reset results in arrow consumption on item...Inkfish2-0/+3
2009-06-12* Fixed itemskill not bypassing Silence, SteelBody, Berserk and the like. (bu...Inkfish3-5/+10
2009-06-11- Updated emotes in const.txtKisuka1-4/+26
2009-06-11* Fixed TaTaMiGaEShi(Improvised Defense) not working.Inkfish5-31/+36
2009-06-11Adjusted the code order in clif_parse_gmkick() to avoid invalid pointer acces...ultramage1-6/+13
2009-06-10* Implemented rewrite of the quest "The Sign".L0ne_W0lf4-9026/+14545
2009-06-09Fixed applying autocasts with negative rate before the positive one was appli...Inkfish2-47/+21
2009-06-09Added a check to prevent resetting a mob's hp to full when it levels up using...ultramage1-1/+2
2009-06-08* Fixed Radiant Wisdom giving double as much HP/SP than it shouldPlaytester2-4/+3
2009-06-08Follow up to r13867, corrected the newly added MD_TARGETWEAK. Monsters with t...L0ne_W0lf3-2/+5
2009-06-08Added a little information about mob modes (random attack is not implemented ...Playtester1-2/+9
2009-06-08- Added mob mode 0x4000, MD_TARGETWEAK: It makes aggro monsters only chase ch...skotlex3-17/+27
2009-06-08* Fixed up the first set of Battle Ground armorsPlaytester2-7/+11
2009-06-08- Added 'font' config in atcommand_athena.conf (bugreport:3123)brianluau2-14/+17
2009-06-08- Fixed Swordsman Medallion to be usable by Star Gladiators.skotlex3-5/+8
2009-06-08Fixed bHPGainValue and bSPGainValue worked on all types of attacks and was on...Inkfish4-34/+40
2009-06-08- Fixed item ID of Pickaxe (should be 6010). (bugreport:3214)brianluau2-20/+20
2009-06-08git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13861 5...Inkfish0-0/+0
2009-06-08* Added a configuration for whether damage of EarthQuake with single target c...Inkfish4-30/+40
2009-06-07* Fixed up the first set of Battle Ground weaponsPlaytester2-17/+20
2009-06-07Fixing the 'name requests work at any distance' exploit (bugreport:3206).ultramage1-0/+3
2009-06-07Magical damage reflection now works against boss monsters and only on target ...Inkfish2-2/+4
2009-06-07* Fixed Ring of Flame Lord casting LK_CONCENTRATION instead of CH_SOULCOLLECT...Playtester2-1/+4
2009-06-07Changed hardcoded "5" to MAX_ARROW_RESOURCE in skill_arrow_create preventing ...Paradox924X2-1/+2
2009-06-07Implemented "cooking exp" that increases the success chance of cooking by 0.0...Inkfish4-1/+14
2009-06-07Fixing the 'equipping already equipped items' exploit (bugreport:3195).ultramage1-1/+1
2009-06-06Rewrote Platinum Skill NPC to give all correct skills to all proper classes.Paradox924X2-58/+62
2009-06-06Fixed several issues introduced by Kisuka and/or Spre in r13214 with custom p...Paradox924X2-40/+26
2009-06-06Fixed a crash due to script's backup state not being stored/restored properly...Inkfish1-6/+6
2009-06-05- Fixed a crash on equip/unequip items with autoscripts.zephyrus1-3/+3
2009-06-05- Updated item_db.SQL to latest.brianluau1-129/+142
2009-06-05- Removed some extra spaces in item_db.txtbrianluau2-91/+89
2009-06-05* Job_Battle_Manual and Battle_Manual can be used simultaneously.Inkfish3-1/+8
2009-06-05Oops, I messed up the condition on my last commitInkfish2-6/+6
2009-06-05* Fixed turning off a skill needed to meet the requirements. (bugreport:3175)Inkfish12-88/+144
2009-06-04* Updates to ST_PRESERVE and a few other minor details!L0ne_W0lf11-19/+54
2009-06-04Fixed Party Assumptio scroll casting level 10 assumptio.L0ne_W0lf2-1/+3
2009-06-03* Some clean ups on autocast and itemskill code. (see topic:220921 for some i...Inkfish10-54/+78
2009-06-03* Implemented the Party Buff cash skills.L0ne_W0lf9-15/+39
2009-06-03Fixed normal casted Teleport always skip menu.Inkfish1-5/+4
2009-06-02* Fixed Mystical Amplification having unlimited durationPlaytester2-1/+1
2009-06-02- Replaced occurrences of PcName in Moscovia Quest. (bugreport:3169)brianluau1-3/+4
2009-06-02Fixed skills used through items and Hocus-pocus consume requirements if you h...Inkfish2-54/+54
2009-06-01- Fixed 2 minor typos. (bugreport:3155)brianluau2-2/+2
2009-06-01Fixed Fiberlock sometimes fails due to the long interval of skill_unit_timer....Inkfish3-20/+34