summaryrefslogtreecommitdiff
path: root/src/map/pc.h
AgeCommit message (Expand)AuthorFilesLines
2012-03-03* fixed job change level not being recorded for 2nd -> 3rd class (bugreport:5...lordttseven1-1/+2
2012-02-18Added 2 new item bonuses as per kenpachi's request:shennetsind1-0/+2
2012-02-17Initial support for Shadow Chaser and a few adjustments here and there.shennetsind1-1/+3
2012-02-13 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...gepard19841-6/+31
2012-02-09Added minor autolootitem code improvement. saves from scenarios like:shennetsind1-0/+1
2012-02-09Minor defines cleanup; moved AUTOLOOTITEM_SIZE from pc.h to Core.hshennetsind1-3/+0
2012-01-30- Removed more trailing tabs.brianluau1-1/+1
2012-01-18Extended @alootid command to support multiple items (default: 10).gepard19841-1/+5
2012-01-14another cool multi-map-server ancient bugfix:shennetsind1-1/+1
2012-01-11Picklog improvements:gepard19841-4/+5
2012-01-07Initial support for Royal Guard and some adjustments here and there.shennetsind1-1/+7
2012-01-03Removed unused and unofficial bonus `bRandomAttackIncrease` (in SVN since r2,...gepard19841-1/+0
2011-12-29Fixed SC_BURNING icon not going off after it was over;shennetsind1-1/+1
2011-12-25Follow up r15269, fixed a few typos and a test entry that wasn't meant to be ...shennetsind1-1/+1
2011-12-25Added new bonus for RE cards 'bonus bWeaponMatk,<value>;'shennetsind1-1/+2
2011-12-21Added Official Costume (Style Tab) Headgear Supportshennetsind1-1/+7
2011-12-20vending bugfix for bugreport:947shennetsind1-0/+1
2011-12-15fixed asura targetting, bugreport:5052shennetsind1-1/+1
2011-12-14Fixed friend adding exploit, bugreport:4629shennetsind1-0/+5
2011-12-14- Added new check conditions to prevent abuse from no-delay .act files (bugre...epoque111-0/+1
2011-12-14- Fixed floating shops being accessible from any location through 3rd party p...epoque111-0/+1
2011-12-10- Renamed 'RRConfig' folder to 'config'.brianluau1-1/+1
2011-12-05Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ...shennetsind1-4/+43
2011-08-23- Rewrote/updated the SC_COMBO logic. Got rid of state.combo and added usage ...Skotlex1-1/+0
2011-08-10- Commiting a bunch of cleanups piled up from the past few weeks/months/years.Skotlex1-1/+0
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-4/+4
2011-05-23* Changed enumerating defines into enumerations (related topic:264007).ai4rei1-2/+2
2011-05-15* Extracted calculations of the number of status points PC gets when leveling...Gepard1-0/+1
2011-05-15* Removed status point calculations (duplicate) from `pc_resetstate` function...Gepard1-1/+1
2011-05-15* Merged pcdb_checkid update from renewal [14810/branches/renewal].ai4rei1-1/+5
2011-05-14* Some NPC event related cleaning.ai4rei1-1/+1
2011-05-14* Random accumulated bits and pieces.ai4rei1-1/+1
2011-04-21* Extended debugging code for bugreport:3504 (related r14599).ai4rei1-0/+4
2011-04-16* Added support for visible garments/robes.ai4rei1-0/+7
2011-04-16* Some cleanups related to player and monster states.ai4rei1-51/+52
2011-04-09* Moved duel code into a separate file.ai4rei1-19/+0
2011-03-27* Added separate character state for vending (like for buyingstore), instead ...ai4rei1-3/+4
2011-03-27* Added support for tracking state of client command /effect through packet 0...ai4rei1-0/+1
2011-03-06* Implemented search store info system (aka. vending and buying store search)...ai4rei1-0/+3
2011-03-02* Updates to the super novice's guardian angel prayer effect and related hand...ai4rei1-1/+0
2011-02-19* Implemented buying store system (aka. reverse vending, purchase shop) toget...ai4rei1-5/+10
2011-01-29* Removed @aw/@away which duplicates and collides with client's /am (away mes...ai4rei1-2/+0
2011-01-26* Fixed buyers, that are currently in a vending shop could be fooled into buy...ai4rei1-0/+1
2010-12-25* Added support for new /remove and /recall packets for 2010-08-03aRagexeRE a...ai4rei1-0/+2
2010-12-06Added support for bonus bAddItemHealRate, which works for all healing items c...L0ne_W0lf1-0/+1
2010-12-01* Fixed bAutoSpellOnSkill bonuses could not be chained (bugreport:4421, since...ai4rei1-1/+1
2010-11-30* Made skill_tree.txt reading use sv_readdb. [Ai4rei]ai4rei1-1/+2
2010-11-30* Added a define for star gladiator feel/hate info array length (follow up to...ai4rei1-1/+2
2010-11-29* Insignificant code tweaks: removal of excess function declarations and self...ai4rei1-1/+0
2010-11-28* Added clr_type enumeration for vanish effect constants.ai4rei1-4/+4