summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-25- reverted to r16668, erroneous fixsalepate1-2/+4
2012-08-25- fixed pc_statusup2(): status cost update conditionsalepate1-4/+2
2012-08-19Fixed bugreport:6498 sp respawn restart_sp_rate setting is now fully respected.shennetsind1-5/+4
2012-08-18Implemented Renewal Casting System.rud0lp201-2/+18
2012-08-14Follow up r16632, added check on level up so that the equip is automatically ...shennetsind1-7/+18
2012-08-14Added equipment max-level support as per manager Kenpachi request (required f...shennetsind1-0/+9
2012-08-04Fixed bugreport:6407 combos are now properly recalculated when a item is swit...shennetsind1-25/+28
2012-08-02Fixed bugreport:6324 where re-spawning mob still hits/chases its previous att...rud0lp201-0/+1
2012-07-28Updated some skills to its RE behavior(AL_ANGELUS, RG_BACKSTAP, WZ_GRAVITATIO...rud0lp201-0/+112
2012-07-28Added support for the "favorite item tab" feature. super-mega-thanks to Judas...shennetsind1-2/+3
2012-07-27Fixed bugreport:309 combos may now stack properly. moved all combo processing...shennetsind1-7/+193
2012-07-24Moved a few messages from source to msg_athena.conf.xazax-hun1-1/+1
2012-07-24Fixed bugreport:6302 where WUG Riding state is not save in char log out.rud0lp201-2/+2
2012-07-23Updated most Ranger skills to its official behavior and damage formula.(bugre...rud0lp201-1/+2
2012-07-22Added a new configuration option to allow either weapon switching to cancel S...cookiecrumbs1-0/+4
2012-07-21Renamed bUseSPrateSkill to bSkillUseSPrate.kenpachi2k111-8/+23
2012-07-18Super performance improvement to groups system, caching permissions levels an...shennetsind1-11/+5
2012-07-17Fixed double decrement with unit_remove_map and the issue that causes dynamic...cookiecrumbs1-0/+6
2012-07-12Fixed all warnings left from when compiling with -pedantic, confirmed with gc...shennetsind1-2/+2
2012-07-12Fixed a mildly broken portion of code responsible for clearing status from sk...shennetsind1-2/+3
2012-07-11Fixed bugreport:6012, special thanks to EvilPunckershennetsind1-9/+1
2012-07-11Implementing Kenpachi's design of item_combo_db.txtshennetsind1-17/+21
2012-07-05Implemented Renewal ASPD formula(bugreport:5644)rud0lp201-0/+4
2012-07-04Fixed a couple compiling warningsshennetsind1-4/+2
2012-07-03bugreport:6137 fixed a bug that allowed item delays to be bypassed when a emp...shennetsind1-3/+5
2012-07-01Fixed bugreport:5984 rental items exploit which allowed a rental item from ne...shennetsind1-2/+16
2012-07-01Fixed bugreport:6107 item restrictions are now checked upon logoff/mapchange ...shennetsind1-4/+8
2012-06-29Implemented new item script bonuses:rud0lp201-1/+57
2012-06-24Fixed bugreport:5808 GN Cart Boost is now removed when user takes off his cartshennetsind1-0/+3
2012-06-23Hello and welcome to BUG TRACKER NIGHT!shennetsind1-2/+1
2012-06-14Follow up r16297 fixed bug with the cart not going visually-off after it was ...shennetsind1-1/+2
2012-06-14Added support for new carts (requires packetver 20120201 or newer). Super-Ult...shennetsind1-18/+53
2012-06-14Fixed bugreport:5954 SC_SHADOWFORM Can now be canceled with detecting skills ...rud0lp201-1/+1
2012-06-12* Merged /branches/renewal/ r14635 Item Stacking System to /trunk (follow up ...brianluau1-4/+21
2012-06-12Fixed bugreport:5994 misuse of inline against msvc standards (and inline was ...shennetsind1-10/+0
2012-06-12Added new bonus as per kenpachi's request: bonus2 bUseSPrateSkill,n,x; // Red...shennetsind1-0/+25
2012-06-12Improved bonus-adding processes by no longer having to add it to the zero'd m...shennetsind1-82/+80
2012-06-03Fixed bugreport:5911 Reflect Damage should now cancel when shield/guard is un...rud0lp201-1/+2
2012-05-31* Merged changes up to eAthena 15113.eathenabot1-7/+0
2012-05-17Fixed bugreport:5757 Added missing Sorcerer Insignias, Credits to brAthenashennetsind1-10/+14
2012-05-16Fixed bugreport:5749 Amplify Magic Power should now work properly on multi-hi...rud0lp201-1/+16
2012-05-02Fixed bugreport:5650 GN Cart Remodeling weight boost should now be working pr...shennetsind1-1/+3
2012-04-29Fixed bugreport:5668 delayed consumption items are no longer usable while sit...shennetsind1-3/+6
2012-04-25* Replaced rand() calls with rnd().xazax-hun1-1/+1
2012-04-25* Code consistency updates. No functional changes. Credits to Lighta.xazax-hun1-12/+12
2012-04-25Removed pc_cant_newmount since it has been proved newer clients still support...shennetsind1-1/+1
2012-04-22* Merged changes up to eAthena 15086.eathenabot1-2/+7
2012-04-21- Added elemental source files to the appropriate VS2010 filtersepoque111-0/+4
2012-04-20Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t...shennetsind1-1/+10
2012-04-20=Generaltechnote241-1/+2