summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-05Reduce confusion between skill IDs and skill DB indexes (part 2)Haru1-12/+11
2017-11-05Use the skill DB accessors where possible/appropriateHaru1-10/+17
2017-10-21Fix various warnings on Visual Studio 2017Haru1-9/+9
2017-10-21Add packets for 64 bit exp.Andrei Karas1-27/+59
2017-09-21Convert some functions from int32 types to int64.Andrei Karas1-27/+27
2017-09-17Fix a typo in the constant ITEMUPPER_THIRDUPPERHaru1-1/+1
2017-09-17Move other view-related variables to `sd->status.look`Haru1-45/+45
2017-09-17Differentiate variables that hold a ViewSprite and a Subtype (part 2)Haru1-11/+24
2017-09-17Differentiate variables that hold a ViewSprite and a weapon SubtypeHaru1-26/+32
2017-09-17Split 'View' in two different fields in the item databaseHaru1-52/+53
2017-07-30Implementation of RoDEXKirieZ1-0/+3
2017-07-11Removed 'NO MSG' message in clients < 20101123. Follow up https://github.com/...Jedzkie1-2/+1
2017-06-25Add packet 0xabd for send job and base levels to party members.Andrei Karas1-0/+20
2017-06-25Fix vending list packet for 2016 clients. Based on rathena commit:Andrei Karas1-0/+29
2017-05-27Merge pull request #1722 from Smokexyz/mmo_charstatus-fixHaru1-53/+66
2017-05-22Add storage_data reception, parsing and sending to/from the map-server.Smokexyz1-53/+66
2017-05-04Merge pull request #1695 from Jedzkie/7-CashFoodFixHaru1-26/+3
2017-05-04Merge pull request #1717 from mekolat/vault2Haru1-0/+15
2017-04-29Fixes #1721Jedzkie1-1/+1
2017-04-29Merge pull request #1713 from Jedzkie/17-DropAnnounceHaru1-7/+0
2017-04-29Removal of rare_drop_announce config.Jedzkie1-7/+0
2017-04-26Merge pull request #1673 from Smokexyz/IROHaru1-55/+65
2017-04-25expose bank vault to the script enginegumi1-0/+15
2017-04-25Removal of cashfood_use_interval setting.Jedzkie1-26/+3
2017-04-25Merge pull request #1689 from Jedzkie/2-GiantFlyWingHaru1-3/+33
2017-04-25Merge pull request #1694 from Jedzkie/6-NPCWorkInProgressFixHaru1-4/+5
2017-04-24Merge pull request #1704 from Jedzkie/13-AddHealRateHaru1-9/+29
2017-04-23Implemented official Giant Fly Wing EffectJedzkie1-3/+33
2017-04-23Added the correct PACKETVER Date for MSG_NPC_WORK_IN_PROGRESS message.Jedzkie1-4/+5
2017-04-23Merge pull request #1697 from Jedzkie/9-PreventLogoutHaru1-2/+4
2017-04-21Added AB_HIGHNESSHEAL in skill_add_heal_rate configurationJedzkie1-9/+29
2017-04-20Fix showing NO_MSG messages when using below 20101123 clientsJedzkie1-9/+16
2017-04-21Update GX Poison itemsJedzkie1-6/+0
2017-04-21Update Rune Knight Runes & OresJedzkie1-5/+0
2017-04-21Removed hard coded checks for no use while sitting in Aloevera and Anodyne item.Jedzkie1-5/+1
2017-04-20Made prevent_logout effect on log-in optionalJedzkie1-2/+4
2017-04-16Code-styling fixes to pc_unequipitem() in pc.cSmokexyz1-50/+49
2017-04-16Fixes an issue where the unequipped items with options do not re-calculate st...Smokexyz1-8/+19
2017-04-08Merge pull request #1663 from Smokexyz/bow-unequip-fixHaru1-0/+5
2017-04-04Unequip arrows when a bow is unequipped. (RE only)Smokexyz1-0/+5
2017-03-11Remove a duplicate comment lineHaru1-1/+0
2016-12-03Remove the platform-dependent variables from struct status_dataHaru1-6/+6
2016-12-03Add function to retrieve the appropriate fame list type for a job mapidHaru1-7/+27
2016-12-03Change the argument to pc->famerank() to a rank type (instead of job mapid)Haru1-15/+33
2016-12-03Ensure that pc->addfame() increments the correct fame pointsHaru1-13/+30
2016-12-03Clarify some Job Class vs MapID confusion (2/2)Haru1-123/+156
2016-12-03Clarify some Job Class vs MapID confusion (1/2)Haru1-103/+106
2016-11-20Synchronized the AegisNames to the in-source ITEMID_ constantsHaru1-5/+5
2016-10-22Implemented SC_BITESCAR:Dastgir Pojee1-0/+3
2016-10-22Implemented SU_SPRITEMABLE Skill.Dastgir Pojee1-0/+6