summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-08[TMW2] Hercules Ultimate Storage SystemJesusaves1-13/+21
2021-02-15Add support for auto exp insurance itemsAsheraf1-0/+17
2021-02-15Change execution order in pc_isequip() functionKenpachi Developer1-17/+18
2021-02-15Fix an issue regarding using items when the storage is open.Jedzkie1-1/+1
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves1-11/+8
2020-09-12This is Hercules v2019.09.22Jesusaves1-83/+53
2020-08-07This is Hercules v2019.08.25r12.4+1Jesusaves1-3/+53
2019-07-28Update Homunculus obtain EXP from masterEmistry Haoyan1-0/+5
2019-07-24If error happend in pc_statusup then send back to client increase valueAndrei Karas1-12/+11
2019-06-03Add *setfavoriteitemidx & *autofavoriteitem script command.Emistry Haoyan1-0/+7
2019-05-05Add missing checks for prevend flagAndrei Karas1-5/+5
2019-04-07Merge pull request #2402 from AnnieRuru/71-bodystyle_crashHaru1-1/+9
2019-04-07Rename clif_charnameack into clif_blname_ackAndrei Karas1-1/+1
2019-03-11Fix atcommand "@jobchange" when the player changing from 3rd jobAnnieRuru1-0/+7
2019-03-11Apply temporary fix so Job_Super_Novice_E no longer crash clientAnnieRuru1-1/+2
2019-02-11Change type for class variables from short to intAndrei Karas1-3/+3
2018-12-16Merge pull request #2298 from guilherme-gm/201810-abracadabraHaru1-0/+4
2018-12-16Merge pull request #2327 from HerculesWS/change_shortgroup_tobool_in_s_add_dropHaru1-13/+11
2018-12-14Add script command expandInventoryAndrei Karas1-0/+18
2018-12-14Add inventory size field into db and using it in server.Andrei Karas1-42/+40
2018-12-14Add packt ZC_INVENTORY_EXPANSION_INFOAndrei Karas1-0/+2
2018-12-12Remove typedef from clr_type.Andrei Karas1-3/+3
2018-12-12Add some missing checks for inventory index variable.Andrei Karas1-0/+1
2018-11-20Change short group to bool is_group in s_add_dropskyleo1-13/+11
2018-11-16Merge pull request #2322 from MishimaHaruna/fix-allychat-leaveguildHaru1-2/+6
2018-11-14Extend status->heal() with a flag to allow reviving a dead characterHaru1-2/+1
2018-11-14Use an enum as flag for status->heal() and related functionsHaru1-5/+5
2018-11-13Fixed code that assumed the character to be already on a map, on loginHaru1-2/+5
2018-11-13Replace sd->channels with a VECTORHaru1-0/+1
2018-10-21Merge pull request #2208 from dastgirp/issue/2177Haru1-8/+6
2018-10-20Fixes delayed-consume items not being consumed after using Abracadabra/Improv...Guilherme G. Menaldo1-0/+4
2018-10-13Fixed Issue #2177Dastgir1-8/+6
2018-10-07Merge pull request #2227 from Helianthella/validatezenyHaru1-14/+16
2018-10-02Fix getting achievement reward packets order.Andrei Karas1-1/+1
2018-09-28only update zeny achievements and logs for non-zero transactionsgumi1-14/+16
2018-09-19Update cart packet for 2018-09-12 RE.Andrei Karas1-3/+3
2018-07-30always set the type when doing script->add_strgumi1-35/+36
2018-07-28Add packet ZC_GROUP_ISALIVE.Andrei Karas1-1/+9
2018-07-28Add over weight packet.Andrei Karas1-0/+1
2018-07-28Merge pull request #2147 from MishimaHaruna/fixcooldownHaru1-10/+4
2018-07-28Merge pull request #2067 from dastgirp/1-achievementHaru1-2/+46
2018-07-26Fix an issue that causes skill cooldowns to get stuck indefinitelyHaru1-10/+4
2018-07-25Merge pull request #2138 from Asheraf/stylistupdateHaru1-0/+10
2018-07-24Implementation of the official Achievement System.smokexyz1-2/+46
2018-07-24Questinfo System overhaulAsheraf1-0/+5
2018-07-19Replace item id shorts to int in map server.Andrei Karas1-3/+3
2018-07-19Add support for bodystyle in stylist shop uiAsheraf1-0/+10
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-264/+346
2018-07-01Merge pull request #2115 from marky291/patch-2Haru1-5/+5
2018-07-01Documentation in pc.cMark Hester1-5/+5