Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-07 | Refactor scripts that use OnTouch Logic to use areawarp instead | skyleo | 5 | -99/+10 | |
This fixes a few bugs and possible exploits, some OnTouch-Warp-NPCs didn't cover the entire area they intended to areawarp. If you have any NPC Dialogue open, you will not trigger the OnTouch and thus not get warped. Areawarp though will ensure that you are guaranteed to get warped. This also fixes some poor timer usage in juperos quest for example, where one of the NPCs just won't ever get enabled again. | |||||
2020-06-29 | Release v2020.06.28v2020.06.28 | Haru | 2 | -0/+69 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-06-28 | Merge pull request #2786 from Kenpachi2k13/sc_timer | Haru | 1 | -2/+25 | |
Pass timer data when re-applying status icons upon spawning character | |||||
2020-06-28 | Merge pull request #2782 from HerculesWS/npc-sell-fix | Haru | 1 | -45/+43 | |
Fix npc selling behavior if price is over INT_MAX. | |||||
2020-06-28 | Merge pull request #2756 from Jedzkie/jedzkie-pr07 | Haru | 4 | -10/+22 | |
Storage now closes when using teleport skill. | |||||
2020-06-28 | Storage now closes when using teleport skill. | Jedzkie | 4 | -10/+22 | |
2020-06-28 | Merge pull request #2763 from 4144/updatepackets | Haru | 8 | -13/+42 | |
Update packets up to 2020-06-03 | |||||
2020-06-28 | Merge pull request #2785 from hemagx/fas_fix | Haru | 2 | -2/+2 | |
Fixed Focused Arrow Strike having a wrong width previously it was 2 c… | |||||
2020-06-28 | Merge pull request #2784 from Kenpachi2k13/item_enabled_npc | Haru | 2 | -2/+2 | |
Enlarge field size of npc_item_flag in struct script_state according to possible values | |||||
2020-06-28 | MobDB SQL Sync | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-06-28 | ItemDB SQL Sync | Hercules.ws | 2 | -28/+29 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-06-28 | Merge pull request #2778 from 4144/extendci | Haru | 32 | -279/+437 | |
Extend ci with more checks and add different fixes | |||||
2020-06-28 | Add detection of ARMv8 and improve detection of ARMv7 | Haru | 2 | -2/+11 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-06-28 | Fix the use of the first_time variable in clif_parse_loadEndAck | Haru | 1 | -1/+1 | |
This fixes my previous commit, 6865e6da70d8d44a9c92c2b922da4444a09f7ac3 Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-06-28 | Call clif_status_change() instead of clif_status_change2() to re-apply ↵ | Kenpachi Developer | 1 | -2/+25 | |
status changes in clif_spawn() | |||||
2020-06-28 | Code style changes in npc_selllist function | Jedzkie | 1 | -43/+41 | |
2020-06-28 | HPM Hooks Update | Hercules.ws | 4 | -0/+33 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-06-28 | Fix a missing variable in clif_parse_loadEndAck | Haru | 1 | -0/+3 | |
This partially reverts bc4d22f7e0148f6b32eb420aa2bbee9b464b0381 Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-06-28 | Merge pull request #2757 from Kenpachi2k13/server_messages | Haru | 11 | -112/+447 | |
Adjust server messages on login and map change | |||||
2020-06-28 | Merge pull request #2775 from Kenpachi2k13/megaphone | Haru | 10 | -83/+125 | |
Fix Megaphone behaviour | |||||
2020-06-28 | Fixed Focused Arrow Strike having a wrong width previously it was 2 columns ↵ | Ibrahim Zidan | 2 | -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-28 | Set maximum value of item_enabled_npc battle flag to 3 | Kenpachi Developer | 1 | -1/+1 | |
2020-06-28 | Enlarge field size of npc_item_flag in struct script_state according to ↵ | Kenpachi Developer | 1 | -1/+1 | |
possible values | |||||
2020-06-28 | Unset using_megaphone state in clif_parse_LoadEndAck() | Kenpachi Developer | 1 | -0/+3 | |
2020-06-28 | Merge pull request #2765 from pazkero/quickfix01 | Haru | 2 | -4/+4 | |
Fix wrong comment in attr_fix.txt | |||||
2020-06-28 | Disable using Megaphone while interacting with NPCs regardless of ↵ | Kenpachi Developer | 1 | -1/+2 | |
item_enabled_npc battle flag | |||||
2020-06-28 | HPM Hooks Update | Hercules.ws | 4 | -0/+68 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-06-28 | Merge pull request #2781 from Kenpachi2k13/pet_features | Haru | 10 | -60/+122 | |
Add some pet features and minor pet code clean up | |||||
2020-06-28 | HPM Hooks Update | Hercules.ws | 4 | -0/+34 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-06-28 | Merge pull request #2774 from Kenpachi2k13/skill_get_req_index | Haru | 2 | -3/+57 | |
Fix required item index selection for various skills | |||||
2020-06-28 | Merge pull request #2712 from Kenpachi2k13/npc_del_skill_units | Haru | 1 | -1/+8 | |
Fix condition for deleting skill units when unloading NPC | |||||
2020-06-28 | Merge pull request #2762 from Kenpachi2k13/remove_party_member | Haru | 1 | -1/+2 | |
Fix updating SQL data when removing party member or options are changed in inter_party_check_lv() | |||||
2020-06-28 | Constants Documentation Sync | Hercules.ws | 1 | -0/+6 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-06-28 | Merge pull request #2755 from Jedzkie/jedzkie-pr03 | Haru | 6 | -12/+33 | |
Added configuration on allowing actions on player when dead. | |||||
2020-06-28 | Add battle flag for tip of the day window display | Kenpachi Developer | 4 | -1/+7 | |
2020-06-28 | Show tip of the day window upon login | Kenpachi Developer | 1 | -0/+4 | |
2020-06-28 | Add clif_open_ui_send() function | Kenpachi Developer | 2 | -26/+63 | |
2020-06-28 | Remove obsolete variables `first_time` and `change_map` from ↵ | Kenpachi Developer | 1 | -5/+0 | |
clif_parse_LoadEndAck() | |||||
2020-06-28 | Call unit->bl2ud2() instead of unit->bl2ud() in skill_initunitgroup() if src ↵ | Kenpachi Developer | 1 | -1/+8 | |
is of type BL_NPC | |||||
2020-06-28 | Merge pull request #2732 from Kenpachi2k13/instance_create_doc | Haru | 5 | -14/+38 | |
Update instancing window display and documentation of instance_create() script command | |||||
2020-06-25 | Fix script include in scripts_dev.conf | Andrei Karas | 1 | -1/+1 | |
2020-06-25 | Disable using Megaphone while Megaphone input box is present | Kenpachi Developer | 1 | -1/+1 | |
2020-06-25 | Disable using Megaphone while Rodex send mail window is present | Kenpachi Developer | 3 | -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-25 | Enable resurrection by Token of Siegfried while Megaphone input box is present | Kenpachi Developer | 1 | -1/+1 | |
2020-06-25 | Enable sending Megaphone message if character is dead | Kenpachi Developer | 2 | -3/+3 | |
2020-06-25 | Enable sending mails while Megaphone input box is present | Kenpachi Developer | 3 | -4/+4 | |
2020-06-25 | Enable party booking features while Megaphone input box is present | Kenpachi Developer | 1 | -14/+14 | |
2020-06-25 | Enable party features while Megaphone input box is present | Kenpachi Developer | 1 | -10/+10 | |
2020-06-25 | Enable buying store features while Megaphone input box is present | Kenpachi Developer | 2 | -7/+8 | |
2020-06-25 | Enable vending shop features while Megaphone input box is present | Kenpachi Developer | 2 | -9/+10 | |