summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-04Use enum spirit_charm_types for charm type fieldAndrei Karas3-6/+6
2020-05-04Add missing functions for name ack packetsAndrei Karas2-0/+21
2020-05-04Dont validate packet in login_char_server_connection_statusAndrei Karas1-4/+4
2020-05-03Merge pull request #2680 from Zarbony/doc-mob_skill_db.confHaru1-0/+223
2020-05-03Constants Documentation SyncHercules.ws1-0/+6
2020-05-03HPM Hooks UpdateHercules.ws2-6/+6
2020-05-03Merge pull request #2691 from Kenpachi2k13/mob_skill_dbHaru10-311/+419
2020-05-03Merge pull request #2693 from Kenpachi2k13/pet_ai_fixHaru1-3/+13
2020-05-03Merge pull request #2690 from Kenpachi2k13/operator_use_fixHaru5-11/+11
2020-05-03Constants Documentation SyncHercules.ws1-0/+77
2020-05-03MobDB SQL SyncHercules.ws2-0/+39
2020-05-03ItemDB SQL SyncHercules.ws1-2/+48
2020-05-03HPM Hooks UpdateHercules.ws4-0/+66
2020-05-03Merge pull request #2689 from Kenpachi2k13/pet_db_updateHaru9-282/+2627
2020-05-03Merge pull request #2687 from Kenpachi2k13/disguise_hide_fixHaru3-34/+81
2020-05-03Merge pull request #2686 from Kenpachi2k13/unknown_sc_fixHaru3-1/+8
2020-04-22Add new documentation file for mob_skill_db.confZarbony1-0/+223
2020-04-14Apply code style to mob_skill_db_libconfig_sub_skill()Kenpachi Developer1-49/+75
2020-04-14Add Windows support for predefined identifier __func__Kenpachi Developer1-1/+1
2020-04-14Adjust return value of mob_skill_use() and mobskill_event() according to code...Kenpachi Developer2-12/+12
2020-04-14Apply code style to mob_skill_use()Kenpachi Developer1-174/+222
2020-04-14Apply code style to mob_getfriendstatus_sub()Kenpachi Developer1-18/+26
2020-04-14Apply code style to mob_getfriendstatus()Kenpachi Developer1-1/+12
2020-04-14Update mob skill DB file headers (entry structure)Kenpachi Developer3-12/+12
2020-04-14Remove unnecessary skill target check for ground skills from mob_skill_db_lib...Kenpachi Developer1-11/+3
2020-04-14Add proper defaulting and capping to mob_skill_db_libconfig_sub_skill()Kenpachi Developer1-24/+24
2020-04-14Add error message for unsupported global skill clearingKenpachi Developer1-1/+4
2020-04-14Add error message for exceeding MAX_MOBSKILL in global skill assignmentKenpachi Developer1-1/+4
2020-04-14Allow MSC_AFTERSKILL to trigger every skill if ConditionData is set to 0 (lik...Kenpachi Developer1-1/+2
2020-04-14Adjust mob_getfriendstatus() to consider characters as friends for summoned m...Kenpachi Developer4-26/+30
2020-04-14Apply code style to pet_ai_sub_foreachclient()Kenpachi Developer1-2/+12
2020-04-14Adjust conditions for calling pet_ai_sub_hard()Kenpachi Developer1-1/+1
2020-04-11Add missing constants for global skill assignmentKenpachi Developer2-0/+12
2020-04-11Fix usage of *= operatorKenpachi Developer5-11/+11
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 optiona...Kenpachi Developer1-2/+0
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