summaryrefslogtreecommitdiff
path: root/src/map/pc.h
AgeCommit message (Expand)AuthorFilesLines
2020-02-09Added pc_itemskill_clear() function.Kenpachi Developer1-0/+1
2020-02-09Added a new option flag to itemskill() script command to be able to forcefull...Kenpachi Developer1-1/+2
2020-02-09Added a new option flag to itemskill() script command, to be able to cast a s...Kenpachi Developer1-1/+2
2020-02-09Fixed skill conditions check and <flag> parameter in itemskill() script command.Kenpachi Developer1-0/+11
2020-01-29Implement support for switching madogear typeAsheraf1-1/+1
2020-01-13Update copyright headers for year 2020Haru1-2/+2
2020-01-12Merge pull request #2606 from Ridley8819/pcblocknpcHaru1-0/+1
2020-01-09Adding PCBLOCK_NPC to setpcblock script commandRidley1-0/+1
2020-01-01Add support for auto exp insurance itemsAsheraf1-0/+1
2020-01-01Fix pc_have_item_chain should get the chain id from cacheAsheraf1-1/+1
2019-09-23Implementation of LapineDdukDdak SystemAsheraf1-2/+3
2019-09-22Merge pull request #2525 from MishimaHaruna/tombstone-fixesHaru1-0/+1
2019-08-26Update Siegfried Tokens support.Emistry Haoyan1-0/+1
2019-08-26Prevent players from getting stuck when an MVP respawns while talking to its ...Haru1-0/+1
2019-08-26Merge pull request #2522 from MishimaHaruna/remove-inter-roundtripsHaru1-0/+2
2019-08-26Merge pull request #2514 from Emistry/pc_addautobonusHaru1-1/+1
2019-08-26Remove round-trip to the inter-server for the whisper-to-gm messagesHaru1-0/+2
2019-08-05Fix equipment auto bonusEmistry Haoyan1-1/+1
2019-08-02Add some missing checks into clif.cAndrei Karas1-0/+1
2019-06-01Merge pull request #2375 from AnnieRuru/58-negative_inputHaru1-0/+3
2019-05-05Implement Refinery UIIbrahim Zidan1-2/+3
2019-04-11Add 3 pc variables just for the input limit ...AnnieRuru1-0/+3
2019-02-11Change type for class variables from short to intAndrei Karas1-2/+2
2019-02-11Replace short to int in most structs in pc.hAndrei Karas1-52/+52
2018-12-16Merge pull request #2327 from HerculesWS/change_shortgroup_tobool_in_s_add_dropHaru1-2/+2
2018-12-14Add script command expandInventoryAndrei Karas1-0/+1
2018-12-14Add inventory size field into db and using it in server.Andrei Karas1-1/+0
2018-12-14Add packt ZC_INVENTORY_EXPANSION_INFOAndrei Karas1-0/+1
2018-12-12Remove typedef from clr_type.Andrei Karas1-3/+3
2018-11-20Change short group to bool is_group in s_add_dropskyleo1-2/+2
2018-11-13Replace sd->channels with a VECTORHaru1-2/+1
2018-10-02Fix getting achievement reward packets order.Andrei Karas1-1/+1
2018-07-28Merge pull request #2067 from dastgirp/1-achievementHaru1-1/+7
2018-07-25Merge pull request #2138 from Asheraf/stylistupdateHaru1-0/+1
2018-07-24Implemented Title System.Dastgir1-0/+2
2018-07-24Implementation of the official Achievement System.smokexyz1-1/+5
2018-07-19Replace item id shorts to int in map server.Andrei Karas1-9/+11
2018-07-19Add support for bodystyle in stylist shop uiAsheraf1-0/+1
2018-06-03Conversion of exp.txt to libconfigSmokexyz1-2/+26
2018-06-02Merge pull request #842 from AnnieRuru/request_6Haru1-2/+10
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-05-04Add setpcblock & checkpcblock script commandsAnnieRuru1-2/+10
2018-04-23Move job related checks from pc_read_skill_tree into separate function.Andrei Karas1-0/+1
2018-04-23Move death penalty job check from pc_dead into separate function.Andrei Karas1-0/+1
2018-04-23Move job related code from pc_resetskill into separate function.Andrei Karas1-0/+1
2018-04-23Move from pc_checkbaselevelup sc start related code into separate function.Andrei Karas1-0/+1
2018-04-23Split pc_calc_skilltree into 3 functions.Andrei Karas1-0/+2
2018-04-23Split pc_delspiritball into two functions.Andrei Karas1-0/+1
2018-04-23Split pc_addspiritball into two functions.Andrei Karas1-0/+1
2018-02-09Implemented hatEffect.Dastgir1-0/+3