Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-14 | Add error message for unsupported global skill clearing | Kenpachi Developer | 1 | -1/+4 | |
2020-04-14 | Add error message for exceeding MAX_MOBSKILL in global skill assignment | Kenpachi Developer | 1 | -1/+4 | |
2020-04-14 | Allow MSC_AFTERSKILL to trigger every skill if ConditionData is set to 0 ↵ | Kenpachi Developer | 1 | -1/+2 | |
(like MSC_SKILLUSED) | |||||
2020-04-14 | Adjust mob_getfriendstatus() to consider characters as friends for summoned ↵ | Kenpachi Developer | 4 | -26/+30 | |
monsters like mob_getfriendhprate() does | |||||
2020-04-14 | Apply code style to pet_ai_sub_foreachclient() | Kenpachi Developer | 1 | -2/+12 | |
2020-04-14 | Adjust conditions for calling pet_ai_sub_hard() | Kenpachi Developer | 1 | -1/+1 | |
2020-04-11 | Add missing constants for global skill assignment | Kenpachi Developer | 2 | -0/+12 | |
2020-04-11 | Fix usage of *= operator | Kenpachi Developer | 5 | -11/+11 | |
2020-04-11 | Add jRO exclusive pets | Kenpachi Developer | 1 | -0/+88 | |
2020-04-11 | Add jRO exclusive pet monsters | Kenpachi Developer | 1 | -7/+35 | |
2020-04-11 | Add jRO exclusive pet items | Kenpachi Developer | 1 | -0/+49 | |
2020-04-11 | Update monster DB file headers (entry structure) | Kenpachi Developer | 3 | -7/+7 | |
2020-04-11 | Remove warning message for missing element in monster, since it is an ↵ | Kenpachi Developer | 1 | -2/+0 | |
optional field | |||||
2020-04-11 | Update file header of db/pet_db2.conf (entry structure) | Kenpachi Developer | 1 | -16/+25 | |
2020-04-11 | Add new pets | Kenpachi Developer | 1 | -18/+339 | |
2020-04-11 | Update commented out pets | Kenpachi Developer | 1 | -34/+129 | |
2020-04-11 | Update all usable pets | Kenpachi Developer | 1 | -226/+770 | |
2020-04-11 | Add skills for new monsters | Kenpachi Developer | 1 | -0/+65 | |
2020-04-11 | Add new monsters for pet DB update | Kenpachi Developer | 1 | -3/+853 | |
2020-04-11 | Add new items for pet DB update | Kenpachi Developer | 2 | -0/+298 | |
2020-04-08 | Prevent SC_AUTOTRADE from falsely being recognized as unknown status change | Kenpachi Developer | 1 | -0/+1 | |
2020-04-08 | Use pc_(un)hide() in pc_setoption() | Kenpachi Developer | 1 | -1/+7 | |
2020-04-08 | Use pc_(un)hide() in ACMD(hide) | Kenpachi Developer | 1 | -33/+4 | |
2020-04-08 | Add pc_unhide() function | Kenpachi Developer | 2 | -0/+38 | |
2020-04-08 | Add pc_hide() function | Kenpachi Developer | 2 | -0/+32 | |
2020-04-08 | Add check for dead target to mob_ksprotected() to prevent starting ↵ | Kenpachi Developer | 1 | -0/+3 | |
SC_KSPROTECTED on dead monsters | |||||
2020-04-08 | Prevent SC_KSPROTECTED from falsely being recognized as unknown status change | Kenpachi Developer | 1 | -0/+2 | |
2020-04-08 | Prevent SC_NO_SWITCH_EQUIP from falsely being recognized as unknown status ↵ | Kenpachi Developer | 2 | -1/+2 | |
change | |||||
2020-04-07 | Release v2020.04.05+1 | Haru | 1 | -0/+7 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-04-07 | Merge pull request #2685 from Kenpachi2k13/hatch_pet | Haru | 1 | -0/+1 | |
Add missing pet ID assignment to inter_pet_fromsql() | |||||
2020-04-07 | Add missing pet ID assignment to inter_pet_fromsql() | Kenpachi Developer | 1 | -0/+1 | |
2020-04-06 | Release v2020.04.05 | Haru | 1 | -7/+37 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-04-06 | Merge pull request #2681 from Helianthella/changelog/v2020.04.05 | Haru | 1 | -0/+24 | |
Changelog for v2020.04.05 | |||||
2020-04-06 | Merge pull request #2682 from HerculesWS/questinfo_memory_fixes | Haru | 4 | -7/+12 | |
Questinfo memory violation and handling fixes | |||||
2020-04-06 | Merge pull request #2666 from Kenpachi2k13/alter_login_table | Haru | 3 | -2/+28 | |
Add UNIQUE KEY to column `login`.`userid` | |||||
2020-04-05 | Merge pull request #2637 from Kenpachi2k13/fakename_fix | Haru | 5 | -102/+194 | |
Fix/extend @fakename | |||||
2020-04-05 | Merge pull request #2678 from Kenpachi2k13/unit_bl2ud_assert_fix | Haru | 1 | -0/+4 | |
Add case for BL_SKILL to unit_bl2ud() to not trigger assert-returning | |||||
2020-04-05 | Merge pull request #2676 from Kenpachi2k13/del_timer_fix | Haru | 1 | -1/+5 | |
Fix misplaced return condition in unit_walk_toxy_timer() | |||||
2020-04-05 | Merge pull request #2668 from Kenpachi2k13/extend_pcblock_commands | Haru | 2 | -8/+16 | |
Extend *pcblock script commands | |||||
2020-04-05 | Add UNIQUE KEY to column `login`.`userid` | Kenpachi Developer | 3 | -2/+28 | |
2020-04-05 | Merge pull request #2665 from Kenpachi2k13/alter_ipbanlist_table | Haru | 3 | -1/+26 | |
Expand column size of `ipbanlist`.`list` from 13 to 39 | |||||
2020-04-05 | Constants Documentation Sync | Hercules.ws | 1 | -2/+21 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-04-05 | HPM Hooks Update | Hercules.ws | 4 | -0/+33 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-04-05 | Merge pull request #2600 from Kenpachi2k13/issue#2434 | Haru | 17 | -2822/+2474 | |
Preparation for upcoming pet DB update. | |||||
2020-04-05 | Initialize pd->pet_hungry_timer to INVALID_TIMER | Kenpachi Developer | 1 | -0/+2 | |
2020-04-05 | Remove (pd->petDB != NULL) check from pet_data_init() | Kenpachi Developer | 1 | -9/+7 | |
2020-04-05 | Implement usage of pet_catch_rate_official_formula battle flag | Kenpachi Developer | 1 | -1/+11 | |
2020-04-05 | Add pet_catch_rate_official_formula battle flag | Kenpachi Developer | 3 | -0/+10 | |
2020-04-05 | Apply code style to pet related part of status_calc_pc_() function | Kenpachi Developer | 1 | -5/+9 | |
2020-04-05 | Apply code style to BUILDIN(setunitdata) function | Kenpachi Developer | 1 | -284/+343 | |