summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-06-29Release v2020.06.28v2020.06.28Haru2-0/+69
Signed-off-by: Haru <haru@dotalux.com>
2020-06-28Merge pull request #2786 from Kenpachi2k13/sc_timerHaru1-2/+25
Pass timer data when re-applying status icons upon spawning character
2020-06-28Merge pull request #2782 from HerculesWS/npc-sell-fixHaru1-45/+43
Fix npc selling behavior if price is over INT_MAX.
2020-06-28Merge pull request #2756 from Jedzkie/jedzkie-pr07Haru4-10/+22
Storage now closes when using teleport skill.
2020-06-28Storage now closes when using teleport skill.Jedzkie4-10/+22
2020-06-28Merge pull request #2763 from 4144/updatepacketsHaru8-13/+42
Update packets up to 2020-06-03
2020-06-28Merge pull request #2785 from hemagx/fas_fixHaru2-2/+2
Fixed Focused Arrow Strike having a wrong width previously it was 2 c…
2020-06-28Merge pull request #2784 from Kenpachi2k13/item_enabled_npcHaru2-2/+2
Enlarge field size of npc_item_flag in struct script_state according to possible values
2020-06-28MobDB SQL SyncHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-06-28ItemDB SQL SyncHercules.ws2-28/+29
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-06-28Merge pull request #2778 from 4144/extendciHaru32-279/+437
Extend ci with more checks and add different fixes
2020-06-28Add detection of ARMv8 and improve detection of ARMv7Haru2-2/+11
Signed-off-by: Haru <haru@dotalux.com>
2020-06-28Fix the use of the first_time variable in clif_parse_loadEndAckHaru1-1/+1
This fixes my previous commit, 6865e6da70d8d44a9c92c2b922da4444a09f7ac3 Signed-off-by: Haru <haru@dotalux.com>
2020-06-28Call clif_status_change() instead of clif_status_change2() to re-apply ↵Kenpachi Developer1-2/+25
status changes in clif_spawn()
2020-06-28Code style changes in npc_selllist functionJedzkie1-43/+41
2020-06-28HPM Hooks UpdateHercules.ws4-0/+33
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-06-28Fix a missing variable in clif_parse_loadEndAckHaru1-0/+3
This partially reverts bc4d22f7e0148f6b32eb420aa2bbee9b464b0381 Signed-off-by: Haru <haru@dotalux.com>
2020-06-28Merge pull request #2757 from Kenpachi2k13/server_messagesHaru11-112/+447
Adjust server messages on login and map change
2020-06-28Merge pull request #2775 from Kenpachi2k13/megaphoneHaru10-83/+125
Fix Megaphone behaviour
2020-06-28Fixed Focused Arrow Strike having a wrong width previously it was 2 columns ↵Ibrahim Zidan2-2/+2
on each side of the attacker including the attacker column while it should be a single column on each side including attacker column Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2020-06-28Set maximum value of item_enabled_npc battle flag to 3Kenpachi Developer1-1/+1
2020-06-28Enlarge field size of npc_item_flag in struct script_state according to ↵Kenpachi Developer1-1/+1
possible values
2020-06-28Unset using_megaphone state in clif_parse_LoadEndAck()Kenpachi Developer1-0/+3
2020-06-28Merge pull request #2765 from pazkero/quickfix01Haru2-4/+4
Fix wrong comment in attr_fix.txt
2020-06-28Disable using Megaphone while interacting with NPCs regardless of ↵Kenpachi Developer1-1/+2
item_enabled_npc battle flag
2020-06-28HPM Hooks UpdateHercules.ws4-0/+68
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-06-28Merge pull request #2781 from Kenpachi2k13/pet_featuresHaru10-60/+122
Add some pet features and minor pet code clean up
2020-06-28HPM Hooks UpdateHercules.ws4-0/+34
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-06-28Merge pull request #2774 from Kenpachi2k13/skill_get_req_indexHaru2-3/+57
Fix required item index selection for various skills
2020-06-28Merge pull request #2712 from Kenpachi2k13/npc_del_skill_unitsHaru1-1/+8
Fix condition for deleting skill units when unloading NPC
2020-06-28Merge pull request #2762 from Kenpachi2k13/remove_party_memberHaru1-1/+2
Fix updating SQL data when removing party member or options are changed in inter_party_check_lv()
2020-06-28Constants Documentation SyncHercules.ws1-0/+6
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-06-28Merge pull request #2755 from Jedzkie/jedzkie-pr03Haru6-12/+33
Added configuration on allowing actions on player when dead.
2020-06-28Add battle flag for tip of the day window displayKenpachi Developer4-1/+7
2020-06-28Show tip of the day window upon loginKenpachi Developer1-0/+4
2020-06-28Add clif_open_ui_send() functionKenpachi Developer2-26/+63
2020-06-28Remove obsolete variables `first_time` and `change_map` from ↵Kenpachi Developer1-5/+0
clif_parse_LoadEndAck()
2020-06-28Call unit->bl2ud2() instead of unit->bl2ud() in skill_initunitgroup() if src ↵Kenpachi Developer1-1/+8
is of type BL_NPC
2020-06-28Merge pull request #2732 from Kenpachi2k13/instance_create_docHaru5-14/+38
Update instancing window display and documentation of instance_create() script command
2020-06-25Fix script include in scripts_dev.confAndrei Karas1-1/+1
2020-06-25Disable using Megaphone while Megaphone input box is presentKenpachi Developer1-1/+1
2020-06-25Disable using Megaphone while Rodex send mail window is presentKenpachi Developer3-0/+13
This also fixes the issue where the client freezes when talking to a NPC while Rodex send mail window is present.
2020-06-25Enable resurrection by Token of Siegfried while Megaphone input box is presentKenpachi Developer1-1/+1
2020-06-25Enable sending Megaphone message if character is deadKenpachi Developer2-3/+3
2020-06-25Enable sending mails while Megaphone input box is presentKenpachi Developer3-4/+4
2020-06-25Enable party booking features while Megaphone input box is presentKenpachi Developer1-14/+14
2020-06-25Enable party features while Megaphone input box is presentKenpachi Developer1-10/+10
2020-06-25Enable buying store features while Megaphone input box is presentKenpachi Developer2-7/+8
2020-06-25Enable vending shop features while Megaphone input box is presentKenpachi Developer2-9/+10
2020-06-25Enable trading while Megaphone input box is presentKenpachi Developer2-6/+7