Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-14 | Clarify the code around the def/flee reduction for multiple attackers | Haru | 1 | -31/+35 | |
This is just a clarification/sanitization, no functional changes intended. Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-08-04 | Fixed defense overflow exploit | Dastgir | 2 | -1/+2 | |
* The defense penalty for being attacked by many enemies at the same time can no longer make DEF go negative * Fixed two potential overflow exploits When being hit by a lot of monsters, your DEF will become negative and then eventually overflow, making you almost invincible. On official servers the simultaneous attacker count is limited to 22. So at max, your def is reduced by ((22-2)*5%) = 100%. So it should neither be able to make your DEF negative nor cause an overflow. Merge from https://github.com/rathena/rathena/commit/590f42cd15c58de78cff8be6053109852375bce1#diff-d96b6365b4bdad78139e676d6e7e3295R4589 | |||||
2018-07-30 | Release v2018.07.29v2018.07.29 | Haru | 1 | -0/+37 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-07-29 | Merge pull request #2159 from 4144/initbl | Haru | 2 | -1/+9 | |
Set all fields to 0 in fake bl's. | |||||
2018-07-29 | Merge pull request #2158 from mekolat/getd | Haru | 1 | -1/+13 | |
fix getd not setting the type to C_NAME for new variables | |||||
2018-07-29 | Merge pull request #2090 from AnnieRuru/45-constants | Haru | 1 | -28/+27 | |
Point all db\constant.conf to doc\constants.md | |||||
2018-07-29 | Merge pull request #2161 from dastgirp/fix/coverity | Haru | 1 | -5/+2 | |
Fix achievement issues | |||||
2018-07-29 | Merge pull request #2157 from Asheraf/achsell | Haru | 1 | -2/+3 | |
correct sell item achievement being validated after item is deleted | |||||
2018-07-29 | Fix issues reported by coverity scan | Dastgir | 1 | -5/+2 | |
2018-07-29 | Set all fields to 0 in fake bl's. | Andrei Karas | 2 | -1/+9 | |
2018-07-28 | fix getd not setting the type to C_NAME for new variables | gumi | 1 | -1/+13 | |
2018-07-28 | correct sell item achievement being validated after item is deleted | Asheraf | 1 | -2/+3 | |
2018-07-28 | Merge pull request #2155 from Asheraf/stydoram | Haru | 3 | -1/+47 | |
Add support for doram restriction in stylist shop | |||||
2018-07-28 | Merge pull request #2148 from MishimaHaruna/splasher-double-gemstone | Haru | 1 | -0/+5 | |
Fix Venom Splasher consuming its gemstome requirement twice | |||||
2018-07-28 | Constants Documentation Sync | Hercules.ws | 1 | -2/+2 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-07-28 | Merge pull request #2139 from 4144/updatepackets | Haru | 20 | -10673/+10961 | |
update packets up to 2018-07-18 and fix/update old packets | |||||
2018-07-28 | Merge pull request #2156 from Asheraf/novicefix | Asheraf | 1 | -1/+0 | |
remove specialeffect on first login from the novice academy script | |||||
2018-07-28 | Fix values in enum private_airship. | Andrei Karas | 1 | -2/+2 | |
2018-07-28 | Update packet CZ_NPC_MARKET_PURCHASE. | Andrei Karas | 1 | -0/+4 | |
2018-07-28 | Update HPM. | Andrei Karas | 5 | -8/+111 | |
2018-07-28 | Add packet ZC_GROUP_ISALIVE. | Andrei Karas | 4 | -1/+31 | |
2018-07-28 | Add missing field into packet ZC_NPCACK_SERVERMOVE. | Andrei Karas | 3 | -4/+13 | |
2018-07-28 | Fix check for packet 0xa43 and related packets. | Andrei Karas | 2 | -9/+6 | |
2018-07-28 | Update struct for packet CZ_REQ_OPEN_MAIL. | Andrei Karas | 2 | -3/+4 | |
2018-07-28 | Update packet ZC_WARPLIST. | Andrei Karas | 3 | -16/+55 | |
2018-07-28 | Fix packet version for packets 0xacb and 0xacc. | Andrei Karas | 1 | -6/+5 | |
2018-07-28 | Add support for chat commands /changedress and /nocosplay for remove costumes | Andrei Karas | 4 | -2/+24 | |
Also add at command for remove costumes @changedress and @nocosplay. Thanks @Lemongrass3110 and @Everade. | |||||
2018-07-28 | Add over weight packet. | Andrei Karas | 4 | -0/+21 | |
Thanks @functor-x | |||||
2018-07-28 | Update packets and keys up to 2018-07-25. | Andrei Karas | 6 | -11/+23 | |
2018-07-28 | Update messages table up to 2018-07-25. | Andrei Karas | 3 | -10611/+10662 | |
Also change latest version from numeric to word "latest" to reduce git history changes in future updates. | |||||
2018-07-28 | remove specialeffect on first login from the novice academy script | Asheraf | 1 | -1/+0 | |
this effect is officialy given thought the achievements system on first login. | |||||
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 | 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 | 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 |