summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-05-03MobDB SQL SyncHercules.ws2-0/+39
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-05-03ItemDB SQL SyncHercules.ws1-2/+48
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-05-03HPM Hooks UpdateHercules.ws4-0/+66
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-05-03Merge pull request #2689 from Kenpachi2k13/pet_db_updateHaru9-282/+2627
Renewal pet DB update
2020-05-03Merge pull request #2687 from Kenpachi2k13/disguise_hide_fixHaru3-34/+81
Fix unhiding while being disguised and when using @option 0
2020-05-03Merge pull request #2686 from Kenpachi2k13/unknown_sc_fixHaru3-1/+8
Fix status changes falsely being recognized as unknown
2020-04-11Add jRO exclusive petsKenpachi Developer1-0/+88
2020-04-11Add jRO exclusive pet monstersKenpachi Developer1-7/+35
2020-04-11Add jRO exclusive pet itemsKenpachi Developer1-0/+49
2020-04-11Update monster DB file headers (entry structure)Kenpachi Developer3-7/+7
2020-04-11Remove warning message for missing element in monster, since it is an ↵Kenpachi Developer1-2/+0
optional field
2020-04-11Update file header of db/pet_db2.conf (entry structure)Kenpachi Developer1-16/+25
2020-04-11Add new petsKenpachi Developer1-18/+339
2020-04-11Update commented out petsKenpachi Developer1-34/+129
2020-04-11Update all usable petsKenpachi Developer1-226/+770
2020-04-11Add skills for new monstersKenpachi Developer1-0/+65
2020-04-11Add new monsters for pet DB updateKenpachi Developer1-3/+853
2020-04-11Add new items for pet DB updateKenpachi Developer2-0/+298
2020-04-08Prevent SC_AUTOTRADE from falsely being recognized as unknown status changeKenpachi Developer1-0/+1
2020-04-08Use pc_(un)hide() in pc_setoption()Kenpachi Developer1-1/+7
2020-04-08Use pc_(un)hide() in ACMD(hide)Kenpachi Developer1-33/+4
2020-04-08Add pc_unhide() functionKenpachi Developer2-0/+38
2020-04-08Add pc_hide() functionKenpachi Developer2-0/+32
2020-04-08Add check for dead target to mob_ksprotected() to prevent starting ↵Kenpachi Developer1-0/+3
SC_KSPROTECTED on dead monsters
2020-04-08Prevent SC_KSPROTECTED from falsely being recognized as unknown status changeKenpachi Developer1-0/+2
2020-04-08Prevent SC_NO_SWITCH_EQUIP from falsely being recognized as unknown status ↵Kenpachi Developer2-1/+2
change
2020-04-07Release v2020.04.05+1Haru1-0/+7
Signed-off-by: Haru <haru@dotalux.com>
2020-04-07Merge pull request #2685 from Kenpachi2k13/hatch_petHaru1-0/+1
Add missing pet ID assignment to inter_pet_fromsql()
2020-04-07Add missing pet ID assignment to inter_pet_fromsql()Kenpachi Developer1-0/+1
2020-04-06Release v2020.04.05Haru1-7/+37
Signed-off-by: Haru <haru@dotalux.com>
2020-04-06Merge pull request #2681 from Helianthella/changelog/v2020.04.05Haru1-0/+24
Changelog for v2020.04.05
2020-04-06Merge pull request #2682 from HerculesWS/questinfo_memory_fixesHaru4-7/+12
Questinfo memory violation and handling fixes
2020-04-06Merge pull request #2666 from Kenpachi2k13/alter_login_tableHaru3-2/+28
Add UNIQUE KEY to column `login`.`userid`
2020-04-05Merge pull request #2637 from Kenpachi2k13/fakename_fixHaru5-102/+194
Fix/extend @fakename
2020-04-05Merge pull request #2678 from Kenpachi2k13/unit_bl2ud_assert_fixHaru1-0/+4
Add case for BL_SKILL to unit_bl2ud() to not trigger assert-returning
2020-04-05Merge pull request #2676 from Kenpachi2k13/del_timer_fixHaru1-1/+5
Fix misplaced return condition in unit_walk_toxy_timer()
2020-04-05Merge pull request #2668 from Kenpachi2k13/extend_pcblock_commandsHaru2-8/+16
Extend *pcblock script commands
2020-04-05Add UNIQUE KEY to column `login`.`userid`Kenpachi Developer3-2/+28
2020-04-05Merge pull request #2665 from Kenpachi2k13/alter_ipbanlist_tableHaru3-1/+26
Expand column size of `ipbanlist`.`list` from 13 to 39
2020-04-05Constants Documentation SyncHercules.ws1-2/+21
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-04-05HPM Hooks UpdateHercules.ws4-0/+33
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-04-05Merge pull request #2600 from Kenpachi2k13/issue#2434Haru17-2822/+2474
Preparation for upcoming pet DB update.
2020-04-05Initialize pd->pet_hungry_timer to INVALID_TIMERKenpachi Developer1-0/+2
2020-04-05Remove (pd->petDB != NULL) check from pet_data_init()Kenpachi Developer1-9/+7
2020-04-05Implement usage of pet_catch_rate_official_formula battle flagKenpachi Developer1-1/+11
2020-04-05Add pet_catch_rate_official_formula battle flagKenpachi Developer3-0/+10
2020-04-05Apply code style to pet related part of status_calc_pc_() functionKenpachi Developer1-5/+9
2020-04-05Apply code style to BUILDIN(setunitdata) functionKenpachi Developer1-284/+343
2020-04-05Apply code style to pet_read_db_sub_intimacy() functionKenpachi Developer1-7/+15
2020-04-05Apply code style to pet_read_db_sub() functionKenpachi Developer1-46/+63