Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-04 | Add setpcblock & checkpcblock script commands | AnnieRuru | 10 | -17/+199 | |
thanks to @MishimaHaruna for the updated syntax | |||||
2018-05-01 | Constants Documentation Sync | Hercules.ws | 1 | -0/+57 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-05-01 | Merge pull request #2019 from Asheraf/mskillconf | Haru | 17 | -16322/+157151 | |
Convert mob_skill_db into libconf format | |||||
2018-05-01 | Merge pull request #2025 from Noooil/stable | Haru | 1 | -1/+1 | |
Comment out "MYPLUGINS =" | |||||
2018-04-29 | changed MYPLUGINS so you can use env MYPLUGINS | Noil | 1 | -1/+1 | |
changed to 4144 sugguestion | |||||
2018-04-25 | HPM Hooks Update | Hercules.ws | 1 | -1/+0 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-04-25 | Add support for time_t as return type in the HPMHookGen | Haru | 1 | -1/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-04-25 | Merge pull request #2023 from MishimaHaruna/remove-stat-server | Haru | 14 | -312/+9 | |
Remove stat server | |||||
2018-04-25 | Merge pull request #2022 from 4144/extend | Haru | 8 | -59/+451 | |
Refactor some functions to move MAPID_* related code into separate functions. | |||||
2018-04-25 | HPM Hooks Update | Hercules.ws | 2 | -10/+11 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-04-25 | Merge pull request #2017 from AnnieRuru/32_delwall | Haru | 3 | -5/+12 | |
*delwall now give a friendly warning to remind non-existent wall | |||||
2018-04-23 | Update HPM hooks. | Andrei Karas | 4 | -0/+302 | |
2018-04-23 | Move hp recover code from status_calc_pc_ into separate function. | Andrei Karas | 2 | -5/+15 | |
2018-04-23 | Move job related checks from pc_read_skill_tree into separate function. | Andrei Karas | 2 | -2/+9 | |
2018-04-23 | Move death penalty job check from pc_dead into separate function. | Andrei Karas | 2 | -2/+10 | |
2018-04-23 | Move job related code from pc_resetskill into separate function. | Andrei Karas | 2 | -14/+27 | |
2018-04-23 | Move from pc_checkbaselevelup sc start related code into separate function. | Andrei Karas | 2 | -12/+21 | |
2018-04-23 | Split pc_calc_skilltree into 3 functions. | Andrei Karas | 2 | -18/+42 | |
2018-04-23 | Split pc_delspiritball into two functions. | Andrei Karas | 2 | -5/+15 | |
Move job mask related code into pc_delspiritball_sub. | |||||
2018-04-23 | Split pc_addspiritball into two functions. | Andrei Karas | 2 | -1/+10 | |
Move job mask related code into pc_addspiritball_sub. | |||||
2018-04-23 | Merge pull request #2005 from guilherme-gm/guildskillcd | Haru | 5 | -16/+19 | |
Allow guild skills cooldown to continue when logged out | |||||
2018-04-22 | HPM Hooks Update | Haru | 7 | -66/+0 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-04-22 | Remove the stat-reporting mechanism | Haru | 7 | -246/+9 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-04-22 | Merge pull request #2021 from 4144/updatepackets | Haru | 5 | -8/+21 | |
Update packets table up to 2018-04-18 | |||||
2018-04-22 | Merge pull request #2020 from Asheraf/packets | Haru | 4 | -10/+10 | |
Enable some features for newer client versions | |||||
2018-04-22 | Merge pull request #1706 from Jedzkie/15-BLESSING | Haru | 1 | -8/+16 | |
Fixes https://github.com/HerculesWS/Hercules/issues/680 | |||||
2018-04-22 | Fixes interaction between Curse and Blessing | Jedzkie | 1 | -8/+16 | |
When under Curse or Stone Curse, Blessing will only remove the negative statuses. Blessing needs to be cast twice to obtain the buff. Fixes #680 Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-04-22 | Merge pull request #2007 from Jedzkie/PincodeUpdate | Haru | 8 | -82/+472 | |
Pincode Update | |||||
2018-04-19 | Add tool to convert old mob skill db to new format | Asheraf | 1 | -0/+264 | |
2018-04-19 | Add py-libconfig to tools folder | Asheraf | 3 | -0/+743 | |
2018-04-19 | HPM Hooks Update | Asheraf | 4 | -34/+102 | |
2018-04-19 | Convert mob_skill_db into libconf format | Asheraf | 9 | -16288/+156042 | |
2018-04-18 | Add non shuffle packets for 2018-04-18 clients. | Andrei Karas | 1 | -0/+9 | |
2018-04-18 | Update shuffle and keys up to 2018-04-18 | Andrei Karas | 4 | -8/+12 | |
2018-04-18 | Enable attendance system for PACKETVER_ZERO_NUM >= 20180411 | Asheraf | 2 | -5/+5 | |
2018-04-18 | Enable new drop packet for PACKETVER >= 20180418 | Asheraf | 3 | -5/+5 | |
2018-04-11 | *delwall now give a friendly warning to remind non-existent wall | AnnieRuru | 3 | -5/+12 | |
2018-04-09 | Release v2018.04.08 | Haru | 1 | -0/+32 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-04-08 | Merge pull request #2009 from MishimaHaruna/sprintf-hooking-fix | Haru | 6 | -21/+21 | |
Fix HPMHooking compilation when sprintf() is a macro | |||||
2018-04-08 | HPM Hooks Update | Hercules.ws | 4 | -0/+67 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-04-08 | Merge pull request #2001 from guilherme-gm/tombspawn | Haru | 6 | -2/+57 | |
Added delay to tomb spawn | |||||
2018-04-08 | Merge pull request #2015 from MishimaHaruna/fix-1875 | Haru | 1 | -8/+6 | |
Prevent a null pointer failure when TK_JUMPKICK is used by a non-player | |||||
2018-04-08 | Allow guild skills cooldown to continue when logged out | Guilherme G. Menaldo | 5 | -16/+19 | |
2018-04-08 | Added delay to tomb spawn | Guilherme G. Menaldo | 6 | -2/+57 | |
2018-04-08 | Merge pull request #2002 from Asheraf/homunaffix | Haru | 1 | -0/+7 | |
add missing homunculus autofeed update on change map | |||||
2018-04-08 | Merge pull request #2006 from Jedzkie/MessageFixes | Haru | 6 | -7/+55 | |
Message Fixes | |||||
2018-04-08 | Prevent a null pointer failure when TK_JUMPKICK is used by a non-player | Haru | 1 | -8/+6 | |
Fixes #1875 Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-04-07 | HPM Hooks Update | Hercules.ws | 5 | -0/+273 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-04-07 | Merge pull request #1990 from Asheraf/attendance_ui | Haru | 15 | -7/+425 | |
Implementation of Attendance system | |||||
2018-04-07 | ItemDB SQL Sync | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> |