summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-04-05Apply code style to inter_pet_create() functionKenpachi Developer1-11/+27
2020-04-05Apply code style to inter_pet_fromsql() functionKenpachi Developer1-4/+16
2020-04-05Apply code style to inter_pet_tosql() functionKenpachi Developer1-11/+13
2020-04-05Add pet_set_hunger() functionKenpachi Developer4-8/+21
2020-04-05Adjust inter_pet_fromsql() function to use prepared statementKenpachi Developer1-28/+43
2020-04-05Adjust inter_pet_tosql() function to use prepared statementKenpachi Developer1-20/+55
2020-04-05Remove pet_equip_min_friendly config settingKenpachi Developer5-11/+2
2020-04-05Add intimacy validation to pet DB EquipScript fieldsKenpachi Developer2-211/+403
2020-04-05Remove fields from pet DB where default values can be usedKenpachi Developer2-1077/+0
2020-04-05Add pet DB documentation file (doc/pet_db.txt)Kenpachi Developer1-0/+196
2020-04-05Update pet DB file headers (entry structure)Kenpachi Developer2-24/+24
* Changed the field order. to be more logical. * Changed the description of *Item fields to use the item constants, since they are string fields. * Fixed indentation.
2020-04-05Increase MAX_MOB_DB to 22000Kenpachi Developer1-1/+1
Increased MAX_MOB_DB to 22000 to support new mobs/pets with IDs 20000+. (For example NIGHTMARE_TERROR_H (20373) and WANDER_MAN_H (20420).) This also eliminates the conflict between job IDs and clone IDs. (Issue #303)
2020-04-05Remove pet_hungry_friendly_decrease config settingKenpachi Developer3-6/+0
2020-04-05Add new field Intimacy.StarvingDecrement to pet DBKenpachi Developer4-1/+11
2020-04-05Add new field Intimacy.StarvingDelay to pet DBKenpachi Developer4-4/+14
2020-04-05Add new field HungerDecrement to pet DBKenpachi Developer4-1/+10
2020-04-05Add default values and limits to pet DB fieldsKenpachi Developer3-45/+55
2020-04-05Change EggItem field in pet DB to be mandatoryKenpachi Developer3-10/+14
2020-04-05Remove SpriteName field from pet DBKenpachi Developer3-156/+1
Since it was never used for anything, the SpriteName field is removed from the pet DB. Internally it's kept and set to the sprite name corresponding to the defined monster ID, to not break plug-ins which may use it.
2020-04-05Add ID validation to pet_read_db_sub() functionKenpachi Developer1-0/+6
2020-04-05Add a base rate validation to pet_target_check() functionKenpachi Developer1-0/+3
2020-04-05Add a HungerDelay validation to pet_hungry() functionKenpachi Developer1-0/+11
2020-04-05Add pet_hungry_timer only if a pet's HungerDelay is greater than 0Kenpachi Developer1-8/+5
2020-04-05Adjust pet intimacy calculation when feedingKenpachi Developer1-15/+18
Adjusted the hunger level depending intimacy calculation when feeding the pet, to be closer to offical behaviour. (Thanks to @hemagx again.)
2020-04-05Adjust pet catch rate calculationKenpachi Developer1-1/+1
Thanks to @hemagx.
2020-04-05Add value capping to pet_set_intimate() functionKenpachi Developer2-12/+4
2020-04-05Add enum for pet intimacy levels and use its constantsKenpachi Developer9-31/+46
2020-04-05Add enum for pet hunger levels and use its constantsKenpachi Developer6-25/+39
2020-04-05HPM Hooks UpdateHercules.ws5-0/+34
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-04-05Merge pull request #2657 from Kenpachi2k13/autocast_clean_upHaru14-226/+221
Clean up auto-cast related code
2020-04-05Merge pull request #2660 from Kenpachi2k13/skill_check_ammo_typeHaru2-4/+3
Make skills check if equipped ammunition type is appropriate for equipped weapon
2020-04-05Constants Documentation SyncHercules.ws1-0/+9
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-04-05ItemDB SQL SyncHercules.ws2-9/+18
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-04-05Merge pull request #2658 from Kenpachi2k13/new_status_changesHaru8-5/+398
Add new status changes and update related items
2020-04-05Merge pull request #2663 from 4144/updatepacketsHaru10-16/+42
Update packets up to 2020-04-01
2020-04-05Merge pull request #2656 from Kenpachi2k13/getiteminfo_fixHaru1-2/+2
Fix overflowing pointer in getiteminfo() script command
2020-04-05Fixed a memory violation in quest info caused by accessing -1 index when ↵Ibrahim Zidan2-3/+8
qi_list vector length is 0 Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2020-04-05Fix quest info copying npc_data instead of storing it pointer, resulting in ↵Ibrahim Zidan3-5/+5
always false comparison and even possible memory violation access Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2020-04-05Merge pull request #2655 from Kenpachi2k13/mem_leak_fixHaru1-0/+1
Fix memory leak in npc_expanded_barter_fromsql() function
2020-04-05release v2020.04.05gumi1-0/+24
2020-04-05HPM Hooks UpdateHercules.ws10-0/+190
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-04-05Merge pull request #2581 from 4144/backtraceHaru51-76/+27949
Add proper backtrace logging even if functions is hidden.
2020-04-02Add missing libraries into plugins make fileAndrei Karas1-1/+1
2020-04-02Add always triggered assert in clif_unknownname_ackAndrei Karas1-0/+1
2020-04-02Fix typo in packet PACKET_ZC_SE_CASHSHOP_OPEN (Fixes #2669)Andrei Karas3-3/+2
2020-04-02Update packets keys and shuffle packetsAndrei Karas4-8/+16
2020-04-02Update packets tableAndrei Karas2-4/+22
2020-04-01Add case for BL_SKILL to unit_cbl2ud() to not trigger assert-returningKenpachi Developer1-0/+2
2020-04-01Add case for BL_SKILL to unit_bl2ud() to not trigger assert-returningKenpachi Developer1-0/+2
2020-03-31Fix misplaced return conditionKenpachi Developer1-1/+5