Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-28 | Merge pull request #2147 from MishimaHaruna/fixcooldown | Haru | 1 | -10/+4 | |
Fix an issue that causes skill cooldowns to get stuck indefinitely | |||||
2018-07-28 | Constants Documentation Sync | Hercules.ws | 1 | -0/+70 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-07-28 | MobDB SQL Sync | Hercules.ws | 1 | -0/+8 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-07-28 | ItemDB SQL Sync | Hercules.ws | 2 | -1/+18 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-07-28 | HPM Hooks Update | Hercules.ws | 11 | -1/+2502 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-07-28 | Merge pull request #2067 from dastgirp/1-achievement | Haru | 59 | -91/+17097 | |
Implemented Achievement System and Title System | |||||
2018-07-27 | update stylist database to match latest kRO | Asheraf | 1 | -1/+40 | |
2018-07-27 | Add support for doram restriction in stylist shop | Asheraf | 2 | -0/+7 | |
2018-07-26 | Merge pull request #2153 from 4144/sqlfix | Asheraf | 1 | -1/+1 | |
Fix syntax error in sql update file 2018-07-24--03-23.sql | |||||
2018-07-26 | make is_function work with any command type | gumi | 1 | -6/+46 | |
2018-07-26 | Fix syntax error in sql update file 2018-07-24--03-23.sql | Andrei Karas | 1 | -1/+1 | |
2018-07-26 | Fix Venom Splasher consuming its gemstome requirement twice | Haru | 1 | -0/+5 | |
Fixes #1837 Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-07-26 | Fix an issue that causes skill cooldowns to get stuck indefinitely | Haru | 1 | -10/+4 | |
A cooldown timer could expire before the associated character's data gets added to the ID/PC DB, causing skill_blockpc_end() to be unable to find and clear the cooldown data. This commit moves the cooldown loading function to a safe place, after the character data is initialized and added to the DB. Fixes #1535 Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-07-26 | Merge pull request #2143 from dastgirp/plugin/unit_layout | Haru | 4 | -11/+11 | |
Added missing parameter to init_unit_layout_unknown | |||||
2018-07-25 | bake sprintf into debugmes | gumi | 1 | -4/+13 | |
2018-07-25 | Merge pull request #2093 from AnnieRuru/47-MAX_ARRAYSIZE | Haru | 2 | -3/+3 | |
Fix SCRIPT_MAX_ARRAYSIZE | |||||
2018-07-25 | Merge pull request #2117 from HerculesWS/seaottercard_fix | Haru | 4 | -10/+10 | |
Fix Sea-Otter Card not increasing Sushi Heal Rate | |||||
2018-07-25 | Constants Documentation Sync | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-07-25 | ItemDB SQL Sync | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-07-25 | HPM Hooks Update | Hercules.ws | 4 | -0/+34 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-07-25 | Merge pull request #2138 from Asheraf/stylistupdate | Haru | 8 | -8/+43 | |
Add support for bodystyle in stylist shop ui | |||||
2018-07-25 | Merge pull request #2136 from Asheraf/petevofix | Haru | 8 | -4/+48 | |
Pet evolution bug fixes | |||||
2018-07-24 | Implemented Title System. | Dastgir | 14 | -99/+301 | |
2018-07-24 | Implementation of the official Achievement System. | smokexyz | 31 | -12/+760 | |
Source: http://ro.gnjoy.com/news/update/View.asp?seq=163&curpage=1 Script Commands - ``` achievement_progress(<ach_id>,<obj_idx>,<progress>,<incremental?>{,<char_id>}); ``` Includes an achievement_db.conf generator that reads from the item_db, mob_db (server side) and achievement_list.lub files to determine valid achievement entries based on item/monster availability. Achievements containing unsupported entries are commented out. This feature, although renewal-only in official servers, is capable of being used in pre-renewal mode on Hercules. Does not include the title system yet. A big thanks to - @MishimaHaruna for constantly reviewing. @4144 for all the support. @Asheraf for a lot of official information. Co-authored-by: "Dastgir" <dastgirp@gmail.com> | |||||
2018-07-24 | Add achievement source files. | smokexyz | 19 | -6/+2534 | |
Co-authored-by: "Dastgir" <dastgirp@gmail.com> | |||||
2018-07-24 | Add Achievement DB Add Achievement Rank DB | smokexyz | 6 | -7/+13471 | |
Co-authored-by: "Dastgir" <dastgirp@gmail.com> | |||||
2018-07-24 | add support for PACKETVER >= 20180704 pet evolution | Asheraf | 2 | -1/+8 | |
2018-07-24 | Correct wrong attribute used for pet evolution egg hiding | Asheraf | 7 | -3/+40 | |
2018-07-24 | Add SQL Upgrades for Achievements | smokexyz | 3 | -0/+64 | |
Co-authored-by: "Dastgir" <dastgirp@gmail.com> | |||||
2018-07-24 | HPMHook Update | Dastgir | 2 | -8/+8 | |
2018-07-24 | Added missing parameter to init_unit_layout_unknown | Dastgir | 2 | -3/+3 | |
2018-07-24 | Constants Documentation Sync | Hercules.ws | 1 | -0/+11 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-07-24 | HPM Hooks Update | Hercules.ws | 5 | -0/+407 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-07-24 | Merge pull request #2107 from Asheraf/questinfo_vec | Haru | 13 | -118/+596 | |
Questinfo System overhaul | |||||
2018-07-24 | Update the constdb2doc plugin for compatibility with the reloadable constdb | Haru | 1 | -1/+1 | |
Follow-up to 1b73ceaad27dcd2226bc73c10e305e93609a084e Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-07-24 | update scripts to use new questinfo format | Asheraf | 2 | -16/+48 | |
2018-07-24 | Questinfo System overhaul | Asheraf | 11 | -79/+532 | |
2018-07-24 | Merge pull request #2130 from mekolat/reloadconst | Haru | 5 | -30/+22 | |
reload the const db on script reload | |||||
2018-07-24 | Convert questinfo data into a vector | Asheraf | 5 | -34/+27 | |
2018-07-24 | Constants Documentation Sync | Hercules.ws | 1 | -25/+25 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-07-24 | Merge pull request #2088 from guilherme-gm/fix-ghostmonsters | Haru | 6 | -2/+24 | |
Fixed monsters not disappearing from some clients upon death | |||||
2018-07-24 | Merge pull request #2131 from Asheraf/msvc15 | Haru | 12 | -48/+53 | |
replace msvc11 build files with msvc15 | |||||
2018-07-23 | Merge pull request #2127 from sctnightcore/FixDate | Haru | 67 | -67/+67 | |
Fix date | |||||
2018-07-23 | ItemDB SQL Sync | Hercules.ws | 3 | -3/+3 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-07-23 | Merge pull request #2134 from 4144/itemint | Haru | 43 | -359/+594 | |
Update int fields to using int32 | |||||
2018-07-19 | Fixing detecting item id or item name in string. | Andrei Karas | 3 | -7/+7 | |
2018-07-19 | Update HPM. | Andrei Karas | 5 | -91/+198 | |
2018-07-19 | Add new constant MAX_ITEM_ID for maximum allowed item id. | Andrei Karas | 4 | -24/+117 | |
For clients older than 2018-07-04 Re maximum supported and enabled id is 65535 (0xffff). For newer clients miximum id is 2147483648. Enabled by default 131072 (0x20000) | |||||
2018-07-19 | Dont show non existing item id=0 errors in rodex. | Andrei Karas | 1 | -3/+5 | |
2018-07-19 | Changed MAX_ITEMDB to 0xFFFF. | Andrei Karas | 1 | -1/+11 | |
Also add ifndef to other defines near it. |