Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-24 | Merge pull request #2171 from dastgirp/fix/achievement | Haru | 1 | -1/+1 | |
Fixed an achievement bug. | |||||
2018-08-24 | Fix out of bound access in clif_guild_belonginfo. | Andrei Karas | 1 | -3/+4 | |
2018-08-24 | Update HPM. | Andrei Karas | 5 | -16/+190 | |
2018-08-24 | Update packet ZC_ACK_LEAVE_GUILD. | Andrei Karas | 4 | -9/+37 | |
2018-08-24 | Update packet ZC_ACK_BAN_GUILD. | Andrei Karas | 4 | -15/+48 | |
2018-08-23 | Add packet PACKET_ZC_INVENTORY_MOVE_FAILED. | Andrei Karas | 4 | -4/+30 | |
2018-08-23 | Add script command msgtable and msgtable2. | Andrei Karas | 3 | -1/+56 | |
New script commands: msgtable msgId [, color] msgtable2 msgId, param [, color] | |||||
2018-08-23 | Add packet ZC_FORMATSTRING_MSG_COLOR. | Andrei Karas | 3 | -0/+40 | |
2018-08-22 | Fix version check for achivment packets. | Andrei Karas | 1 | -5/+3 | |
2018-08-22 | Add missing field into ZC_ACK_WHISPER02. | Andrei Karas | 2 | -2/+3 | |
2018-08-22 | Add packet ZC_GUILD_POSITION. | Andrei Karas | 4 | -2/+57 | |
2018-08-22 | Add packet ZC_EQUIPWIN_MICROSCOPE_V7. | Andrei Karas | 2 | -1/+12 | |
2018-08-22 | Fix some packets sizes. | Andrei Karas | 1 | -18/+2 | |
Was used wrong size from known two sizes. | |||||
2018-08-22 | Split packet CZ_REQ_STYLE_CHANGE to CZ_REQ_STYLE_CHANGE and ↵ | Andrei Karas | 4 | -6/+35 | |
CZ_REQ_STYLE_CHANGE2. | |||||
2018-08-22 | Update messages list. | Andrei Karas | 3 | -6/+10 | |
2018-08-22 | Update non shuffle packets list. | Andrei Karas | 1 | -0/+31 | |
2018-08-22 | Update shuffle packets and keys. | Andrei Karas | 5 | -10/+25 | |
2018-08-11 | Supresses warning in skill_attack when MAGIC_REFLECTION_TYPE is 0. | EyesOfAHawk | 1 | -0/+6 | |
2018-08-07 | Fixed an achievement bug. | Dastgir | 1 | -1/+1 | |
ACH_ZENY_SPEND_* achievements were recording zeny in negative values. Thanks to Quazi for bringing this up. | |||||
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-08-01 | reload the zone db on npc reload | gumi | 3 | -0/+30 | |
2018-08-01 | release v2018.07.29+2v2018.07.29+2 | gumi | 1 | -1/+6 | |
2018-08-01 | Fix checks for enabled packet version zero. | Andrei Karas | 1 | -4/+4 | |
It affect most clients older than 2017. | |||||
2018-07-30 | push constants as C_NAME in the script buffer | gumi | 3 | -4/+11 | |
2018-07-30 | always set the type when doing script->add_str | gumi | 17 | -161/+244 | |
2018-07-30 | Revert "temporary fix for getd (#2163)" | gumi | 1 | -1/+1 | |
This reverts commit 6696ad9eed9b95bf8abe135801d1fad03aeb40e6. | |||||
2018-07-30 | temporary fix for getd (#2163)v2018.07.29+1 | gumi | 2 | -1/+6 | |
this will be reverted in the next release and a proper fix will be added | |||||
2018-07-29 | add messages for atcommand_setzone | gumi | 1 | -1/+8 | |
2018-07-29 | update documentation for atcommand_setzone | gumi | 1 | -16/+22 | |
2018-07-29 | add atcommand_setzone | gumi | 1 | -0/+58 | |
2018-07-30 | Release v2018.07.29v2018.07.29 | Haru | 1 | -0/+37 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-07-29 | add MF_TOWN to atcommand_mapflag | Carlos Henrique | 1 | -1/+2 | |
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 | update the documentation for debugmes | gumi | 1 | -6/+10 | |
2018-07-28 | update the documentation for is_function | gumi | 1 | -5/+22 | |
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 | |