summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-01Implement Requirements->Items->Any codeKenpachi Developer2-63/+221
2020-06-01Remove hard-coded required item amounts and update skill DBs accordinglyKenpachi Developer3-171/+253
2020-06-01Make Requirements->Items->Amount can be grouped by levelsKenpachi Developer4-63/+236
2020-06-01Add missing types to skill_validate_unit_target_sub()Kenpachi Developer1-0/+4
2020-06-01Make Unit->Target can be grouped by levelsKenpachi Developer5-81/+152
2020-06-01Make Unit->Interval can be grouped by levelsKenpachi Developer4-19/+51
2020-06-01Make Unit->Id can be grouped by levelsKenpachi Developer7-59/+171
2020-06-01Make Requirements->State can be grouped by levelsKenpachi Developer5-67/+130
2020-06-01Make CastDefRate can be grouped by levelsKenpachi Developer5-17/+49
2020-06-01Make InterruptCast can be grouped by levelsKenpachi Developer5-19/+49
2020-06-01Make AttackType can be grouped by levelsKenpachi Developer6-92/+142
2020-06-01Make Hit can be grouped by levelsKenpachi Developer4-25/+71
2020-06-01Remove unused variable nocast from struct s_skill_dbKenpachi Developer1-1/+0
2020-06-01Apply code style to several functions related to skill DB readingKenpachi Developer1-668/+655
2020-06-01Cap SkillInstances to 25 (MAX_SKILLUNITGROUP) in (pre-)RE skill DBKenpachi Developer2-4/+4
2020-06-01Remove FixedCastTime settings from pre-RE skill DBKenpachi Developer1-19/+0
2020-06-01Change maximum skill level to 20Kenpachi Developer1-1/+1
2020-06-01Change maximum length of skill descriptions to 50Kenpachi Developer1-1/+5
2020-06-01Add defaults, bounds and validations when reading skill DBKenpachi Developer6-352/+1623
2020-06-01Fix possible crash in mapif_guild_withdrawAndrei Karas1-1/+1
2020-06-01Fix wrong memory access in party_brokenAndrei Karas1-8/+9
2020-06-01fix motd on load/unload npc.Andrei Karas3-1/+7
2020-06-01Dont call clif->clearunit_area if mob died on missing mapAndrei Karas1-1/+8
2020-06-01Add mssing map checks into map.cAndrei Karas1-7/+30
2020-06-01Add map check in mob_deadAndrei Karas1-0/+1
2020-06-01Add more sanitize flagsAndrei Karas2-1/+394
2020-06-01Add missing vd checks into status.cAndrei Karas1-7/+18
2020-06-01Add missing vd checks into clif.cAndrei Karas1-0/+5
2020-06-01Fix possible mail name in packet clif_rodex_checkname_resultAndrei Karas1-1/+1
2020-06-01Fix crash in achievement progress updateAndrei Karas1-0/+4
2020-06-01Fix crash in npcshopdelitem script commandAndrei Karas1-1/+8
2020-06-01Use correct struct in delayed removing mobsAndrei Karas1-6/+5
2020-06-01Update keys and shuffle packetsAndrei Karas5-17810/+17626
2020-06-01Update messagesAndrei Karas2-4/+52
2020-06-01Update packets tableAndrei Karas2-0/+40
2020-06-01Fix db2sql crash with mariadb client libraryAndrei Karas1-9/+18
2020-05-31Add loudhailer() script command to doc/script_commands.txtKenpachi Developer1-0/+10
2020-05-31HPM Hooks UpdateHercules.ws4-0/+99
2020-05-31Merge pull request #2699 from Kenpachi2k13/multi_itemskillHaru10-137/+226
2020-05-31Update script of Megaphone_ item to use loudhailer() script commandKenpachi Developer2-2/+2
2020-05-31Implement loudhailer() script commandKenpachi Developer3-1/+50
2020-05-30Removed unused variable sd from clif_maptypeproperty2()Kenpachi Developer1-3/+0
2020-05-30Make mineffect flag not being affected by sd->state.lesseffect in clif_maptyp...Kenpachi Developer1-1/+1
2020-05-30Player always faces north when warped.Jedzkie1-1/+1
2020-05-30Move misplaced SC_ALL_RIDING check in status_check_skilluse()Kenpachi Developer1-2/+1
2020-05-28Novice donsn't have job level stat bonusJedzkie1-1/+1
2020-05-28Fix an issue regarding using items when the storage is open.Jedzkie1-1/+1
2020-05-27Save a pet's rename flag when returning it to its eggKenpachi Developer1-0/+1
2020-05-27MobDB SQL SyncHercules.ws1-2/+2
2020-05-27Merge pull request #2739 from Kenpachi2k13/drop_chancesHaru1-2/+2