summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2021-03-22[TMW2] Boost global critical defense factor 25% -> 20%Jesusaves1-1/+1
2021-03-20Force MDEF to follow the same arithmetic formula as regular DEF.Jesusaves1-1/+1
I don't want to keep doing crazy calculations for MDEF.
2021-03-20Nerf burning to the ground. It is now 100 DMG + 3% MaxHPJesusaves1-1/+1
2021-03-09[TMW2] Report back to script NST_CUSTOM purchases.Jesusaves3-6/+22
This allows to impose restrictions on amounts, for example.
2021-03-09[TMW2] Prevent rodex mails from being sent on maps with nostorage mapflag.Jesusaves1-0/+6
2021-03-08[TMW2] Hercules Ultimate Storage SystemJesusaves26-359/+1107
2021-03-03[TMW2] Prevent multiple boss monsters from being @spawn'ed at once.Jesusaves1-0/+4
Must preserve server resources.
2021-02-28[TMW2] Do not fail silently if specified message number is not found.Jesusaves1-0/+1
2021-02-15[TMW2] Replace monster skill chat message to show message above their heads.Jesusaves1-1/+2
Also fixes the "??" bug. Hopefully.
2021-02-15[TMW2] Make the icon param in sc_config to be optional (allowing overrides)Jesusaves1-2/+1
2021-02-15Add support for defining status icons in the sc configAsheraf1-3/+8
[TMW2 CHERRYPICK]
2021-02-15add buildin_getguildinfogumi5-11/+112
2021-02-15Dehardcode status effect boss resistanceAsheraf2-49/+6
2021-02-15Add support for auto exp insurance itemsAsheraf4-0/+24
2021-02-15Fix Homunculi being partially vaporized.skyleo1-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-15Added a check in getunits to not proceed if mapname is invalid.Dastgir1-0/+7
2021-02-15map_forcountinmap will return 0 if invalid mapindex is providedDastgir1-1/+4
2021-02-15Change execution order in pc_isequip() functionKenpachi Developer1-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-15Add execution of unequip script when entering a zone where item is restrictedKenpachi Developer1-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-15Apply code style to pet_ai_sub_foreachclient()Kenpachi Developer1-2/+12
2021-02-15Adjust conditions for calling pet_ai_sub_hard()Kenpachi Developer1-1/+1
2021-02-15Implement MSC_MAGICATTACKED cast condition for monster skillsKenpachi Developer3-1/+5
[TMW2 CHERRYPICK]
2021-02-15Fix an issue regarding using items when the storage is open.Jedzkie1-1/+1
2021-02-15Fix possible mail name in packet clif_rodex_checkname_resultAndrei Karas1-1/+1
2021-02-15Add map check in mob_deadAndrei Karas1-0/+1
2021-02-15Add mssing map checks into map.cAndrei Karas1-7/+30
2021-02-15Dont call clif->clearunit_area if mob died on missing mapAndrei Karas1-1/+8
2021-02-15Fix possible crash in mapif_guild_withdrawAndrei Karas1-1/+1
2021-02-15Remove hard-coded required item amounts and update skill DBs accordinglyKenpachi Developer1-60/+0
2021-02-15[TMW2] Patch level overrideJesusaves1-2/+2
2021-02-14Add optional paramter <account id> to setpcblock() script commandKenpachi Developer1-1/+1
2021-02-14Add return values to setpcblock() script commandKenpachi Developer1-1/+4
2021-02-14Add optional paramter <account id> to checkpcblock() script commandKenpachi Developer1-3/+3
2021-02-14Fix wrong memory access on removing guild flags from npcAndrei Karas1-0/+1
2021-02-14Fix possible wrong ip check in geoip.cAndrei Karas1-1/+1
2021-02-14allow to use buildin_getcharid with an account idgumi1-3/+8
2021-02-14Fix summoned monsters wont follow masters of type BL_PCKenpachi Developer1-1/+1
2021-02-14Add check for receiver ID is in valid range to rodex_sendmail_sub()Kenpachi Developer1-4/+17
2021-02-14Add check for valid item amount to BUILDIN(rodex_sendmail)Kenpachi Developer1-1/+13
2021-02-14Add check for valid item amount to BUILDIN(rodex_sendmail2)Kenpachi Developer1-1/+14
2021-02-14Removal of unused members shp, ssp from struct regen_dataIbrahim Zidan1-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.Jesusaves1-1/+3
This should be reverted once the mmo update commit gets officially merged
2021-02-14[TMW2 CHERRYPICK] Add NoPet mapflagEmistry Haoyan9-10/+30
- allow to set nopet mapflag at any maps. - mapflag to disable pet, and force return to egg. Original commit d3c24f7d9ae
2021-01-08Revert "[TMW2] Temporaly disable packet 0x3831 GUILD LVLUP INFO."Jesusaves1-4/+1
This reverts commit f5c4ce1ebc127e3a5743657e01a2a848c9bcc6c5.
2021-01-06[TMW2] Patch Level: Homunculus Skill Tree Pre-RequerimentsJesusaves2-17/+35
2020-12-30[TMW2] Temporaly disable packet 0x3831 GUILD LVLUP INFO.Jesusaves1-1/+4
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves93-80422/+81543
2020-09-12This is Hercules v2019.09.22Jesusaves44-548/+2611
2020-08-07This is Hercules v2019.08.25r12.4+1Jesusaves50-2117/+1700
2020-07-31[TMW2] SUMMON FIXstabler_stableJesusaves1-0/+2