Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-15 | Add support for defining status icons in the sc config | Asheraf | 1 | -3/+8 | |
[TMW2 CHERRYPICK] | |||||
2021-02-15 | add buildin_getguildinfo | gumi | 5 | -11/+112 | |
2021-02-15 | Dehardcode status effect boss resistance | Asheraf | 2 | -49/+6 | |
2021-02-15 | Add support for auto exp insurance items | Asheraf | 4 | -0/+24 | |
2021-02-15 | Fix Homunculi being partially vaporized. | skyleo | 1 | -1/+1 | |
Vanilmirth for example would get incompletely vaporized when using HVAN_EXPLOSION, if the owner died due to it, and then it would be killed at the end of it. This produced a bug which made it not ressurectable but callable, once it was called it would be dead though and you'd be unable to control it, requiring you to ressurect it after that. This bug got introduced by 0eca88efc69becc591428fbb6b9fddd9237afd3d . | |||||
2021-02-15 | Added a check in getunits to not proceed if mapname is invalid. | Dastgir | 1 | -0/+7 | |
2021-02-15 | map_forcountinmap will return 0 if invalid mapindex is provided | Dastgir | 1 | -1/+4 | |
2021-02-15 | Change execution order in pc_isequip() function | Kenpachi Developer | 1 | -17/+18 | |
Validating, if the item is disabled by the map's zone, should be done prior to the validation of the character's status changes. If not, equipment, enabled by Super Novice Spirit, is able to bypass the map zone restriction. | |||||
2021-02-15 | Add execution of unequip script when entering a zone where item is restricted | Kenpachi Developer | 1 | -0/+59 | |
In official servers, an item's unequip script is executed when entering a zone where the item is restricted, even if the item won't be unequipped. | |||||
2021-02-15 | Apply code style to pet_ai_sub_foreachclient() | Kenpachi Developer | 1 | -2/+12 | |
2021-02-15 | Adjust conditions for calling pet_ai_sub_hard() | Kenpachi Developer | 1 | -1/+1 | |
2021-02-15 | Implement MSC_MAGICATTACKED cast condition for monster skills | Kenpachi Developer | 3 | -1/+5 | |
[TMW2 CHERRYPICK] | |||||
2021-02-15 | Fix an issue regarding using items when the storage is open. | Jedzkie | 1 | -1/+1 | |
2021-02-15 | Fix possible mail name in packet clif_rodex_checkname_result | Andrei Karas | 1 | -1/+1 | |
2021-02-15 | Add map check in mob_dead | Andrei Karas | 1 | -0/+1 | |
2021-02-15 | Add mssing map checks into map.c | Andrei Karas | 1 | -7/+30 | |
2021-02-15 | Dont call clif->clearunit_area if mob died on missing map | Andrei Karas | 1 | -1/+8 | |
2021-02-15 | Fix possible crash in mapif_guild_withdraw | Andrei Karas | 1 | -1/+1 | |
2021-02-15 | Remove hard-coded required item amounts and update skill DBs accordingly | Kenpachi Developer | 1 | -60/+0 | |
2021-02-15 | [TMW2] Patch level override | Jesusaves | 1 | -2/+2 | |
2021-02-14 | Add optional paramter <account id> to setpcblock() script command | Kenpachi Developer | 1 | -1/+1 | |
2021-02-14 | Add return values to setpcblock() script command | Kenpachi Developer | 1 | -1/+4 | |
2021-02-14 | Add optional paramter <account id> to checkpcblock() script command | Kenpachi Developer | 1 | -3/+3 | |
2021-02-14 | Fix wrong memory access on removing guild flags from npc | Andrei Karas | 1 | -0/+1 | |
2021-02-14 | Fix possible wrong ip check in geoip.c | Andrei Karas | 1 | -1/+1 | |
2021-02-14 | allow to use buildin_getcharid with an account id | gumi | 1 | -3/+8 | |
2021-02-14 | Fix summoned monsters wont follow masters of type BL_PC | Kenpachi Developer | 1 | -1/+1 | |
2021-02-14 | Add check for receiver ID is in valid range to rodex_sendmail_sub() | Kenpachi Developer | 1 | -4/+17 | |
2021-02-14 | Add check for valid item amount to BUILDIN(rodex_sendmail) | Kenpachi Developer | 1 | -1/+13 | |
2021-02-14 | Add check for valid item amount to BUILDIN(rodex_sendmail2) | Kenpachi Developer | 1 | -1/+14 | |
2021-02-14 | Removal of unused members shp, ssp from struct regen_data | Ibrahim Zidan | 1 | -10/+12 | |
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2021-02-14 | [TMW2 SELECTIVE CHERRYPICK] Force to allow the 30k item limit to be overriden. | Jesusaves | 1 | -1/+3 | |
This should be reverted once the mmo update commit gets officially merged | |||||
2021-02-14 | [TMW2 CHERRYPICK] Add NoPet mapflag | Emistry Haoyan | 10 | -10/+108 | |
- allow to set nopet mapflag at any maps. - mapflag to disable pet, and force return to egg. Original commit d3c24f7d9ae | |||||
2021-01-08 | Revert "[TMW2] Temporaly disable packet 0x3831 GUILD LVLUP INFO." | Jesusaves | 1 | -4/+1 | |
This reverts commit f5c4ce1ebc127e3a5743657e01a2a848c9bcc6c5. | |||||
2021-01-07 | Partial upgrade to v2020.01.12 | Jesusaves | 101 | -45/+32348 | |
2021-01-06 | [TMW2] Patch Level: Homunculus Skill Tree Pre-Requeriments | Jesusaves | 2 | -17/+35 | |
2021-01-06 | Buster | Jesusaves | 1 | -2/+2 | |
2020-12-30 | [TMW2] Drop support for clang, debian jessie, and ubuntu 16.04 on pipelines. | Jesusaves | 1 | -17/+17 | |
They are all hopelessy broken anyway | |||||
2020-12-30 | [TMW2] Temporaly disable packet 0x3831 GUILD LVLUP INFO. | Jesusaves | 1 | -1/+4 | |
2020-09-12 | This is Hercules v2019.10.20r12.5_BUGGY | Jesusaves | 97 | -80432/+81594 | |
2020-09-12 | This is Hercules v2019.09.22 | Jesusaves | 50 | -557/+2887 | |
2020-08-07 | This is Hercules v2019.08.25r12.4+1 | Jesusaves | 64 | -2162/+1778 | |
2020-07-31 | [TMW2] SUMMON FIXstabler_stable | Jesusaves | 1 | -0/+2 | |
2020-07-31 | [TMW2] MARKET FIX | Jesusaves | 1 | -14/+15 | |
2020-07-31 | [TMW2] BATK MOD | Jesusaves | 1 | -2/+8 | |
2020-07-31 | [TMW2] ASPD FIX | Jesusaves | 1 | -0/+6 | |
2020-07-31 | [TMW2] RODEX FIX (Patch LOWRODEXFEE) | Jesusaves | 1 | -3/+3 | |
2020-07-31 | [TMW2] CRIT FIX | Jesusaves | 1 | -2/+2 | |
2020-07-31 | [TMW2] DEF FIX | Jesusaves | 1 | -2/+2 | |
2020-07-31 | [TMW2] ATTRFIX | Jesusaves | 1 | -1/+1 | |