summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Collapse)AuthorFilesLines
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-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-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 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-06[TMW2] Patch Level: Homunculus Skill Tree Pre-RequerimentsJesusaves2-17/+35
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves34-519/+822
2020-09-12This is Hercules v2019.09.22Jesusaves33-438/+1612
2020-08-07This is Hercules v2019.08.25r12.4+1Jesusaves33-675/+1426
2020-07-31[TMW2] SUMMON FIXstabler_stableJesusaves1-0/+2
2020-07-31[TMW2] MARKET FIXJesusaves1-14/+15
2020-07-31[TMW2] BATK MODJesusaves1-2/+8
2020-07-31[TMW2] ASPD FIXJesusaves1-0/+6
2020-07-31[TMW2] RODEX FIX (Patch LOWRODEXFEE)Jesusaves1-3/+3
2020-07-31[TMW2] CRIT FIXJesusaves1-2/+2
2020-07-31[TMW2] DEF FIXJesusaves1-2/+2
2020-07-31[TMW2] ATTRFIXJesusaves1-1/+1
2019-07-28Merge pull request #2506 from Asheraf/castledb_updateHaru2-16/+68
Convert guild castle database to use libconfig
2019-07-28Merge pull request #2507 from Emistry/homun_expHaru4-0/+13
Update Homunculus obtain EXP from master
2019-07-28Merge pull request #2510 from Emistry/mobdb_dmg_taken_rateHaru6-0/+43
Update mob_db - DamageTakenRate field
2019-07-28Convert guild castle database to use libconfigAsheraf2-16/+68
2019-07-28Merge pull request #2508 from Emistry/scriptcommand_isequippedHaru1-0/+4
Update script command isequipped count
2019-07-28Update Homunculus obtain EXP from masterEmistry Haoyan4-0/+13
- homunculus will obtain a portion or full EXP from master. - fixes #2313
2019-07-28Merge pull request #2505 from Emistry/autoloot_adjustHaru3-1/+4
Added battle config autoloot_adjust
2019-07-28Merge pull request #2504 from Emistry/atcommand_refineHaru2-21/+62
Update refine atcommand
2019-07-28Merge pull request #2500 from Emistry/atcommand_reloadmobdbHaru2-0/+26
Update @reloadmobdb to update living mobs
2019-07-28Merge pull request #2499 from Emistry/atcommand_refreshHaru1-1/+5
Disable refresh atcommand when talk with NPC.
2019-07-24Update ZC_ACK_RANKING for zeroAndrei Karas2-4/+4