Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-01 | Merge pull request #2713 from 4144/updatepackets | Haru | 1 | -0/+1 | |
Update packets up to 2020-05-20 | |||||
2020-06-01 | Make Unit->Target can be grouped by levels | Kenpachi Developer | 1 | -1/+1 | |
2020-06-01 | Make Unit->Id can be grouped by levels | Kenpachi Developer | 1 | -1/+1 | |
2020-06-01 | Add map check in mob_dead | Andrei Karas | 1 | -0/+1 | |
2020-05-22 | Implement MSC_MAGICATTACKED cast condition for monster skills | Kenpachi Developer | 1 | -1/+3 | |
2020-05-03 | Merge pull request #2691 from Kenpachi2k13/mob_skill_db | Haru | 1 | -289/+385 | |
Extend and clean up monster skill DB code | |||||
2020-05-03 | Merge pull request #2690 from Kenpachi2k13/operator_use_fix | Haru | 1 | -2/+2 | |
Fix usage of *= operator | |||||
2020-05-03 | Merge pull request #2689 from Kenpachi2k13/pet_db_update | Haru | 1 | -2/+0 | |
Renewal pet DB update | |||||
2020-04-14 | Apply code style to mob_skill_db_libconfig_sub_skill() | Kenpachi Developer | 1 | -49/+75 | |
2020-04-14 | Adjust return value of mob_skill_use() and mobskill_event() according to ↵ | Kenpachi Developer | 1 | -10/+10 | |
code style | |||||
2020-04-14 | Apply code style to mob_skill_use() | Kenpachi Developer | 1 | -174/+222 | |
2020-04-14 | Apply code style to mob_getfriendstatus_sub() | Kenpachi Developer | 1 | -18/+26 | |
2020-04-14 | Apply code style to mob_getfriendstatus() | Kenpachi Developer | 1 | -1/+12 | |
2020-04-14 | Remove unnecessary skill target check for ground skills from ↵ | Kenpachi Developer | 1 | -11/+3 | |
mob_skill_db_libconfig_sub_skill() | |||||
2020-04-14 | Add proper defaulting and capping to mob_skill_db_libconfig_sub_skill() | Kenpachi Developer | 1 | -24/+24 | |
2020-04-14 | Add error message for unsupported global skill clearing | Kenpachi Developer | 1 | -1/+4 | |
2020-04-14 | Add error message for exceeding MAX_MOBSKILL in global skill assignment | Kenpachi Developer | 1 | -1/+4 | |
2020-04-14 | Allow MSC_AFTERSKILL to trigger every skill if ConditionData is set to 0 ↵ | Kenpachi Developer | 1 | -1/+2 | |
(like MSC_SKILLUSED) | |||||
2020-04-14 | Adjust mob_getfriendstatus() to consider characters as friends for summoned ↵ | Kenpachi Developer | 1 | -19/+23 | |
monsters like mob_getfriendhprate() does | |||||
2020-04-11 | Fix usage of *= operator | Kenpachi Developer | 1 | -2/+2 | |
2020-04-11 | Remove warning message for missing element in monster, since it is an ↵ | Kenpachi Developer | 1 | -2/+0 | |
optional field | |||||
2020-04-08 | Add check for dead target to mob_ksprotected() to prevent starting ↵ | Kenpachi Developer | 1 | -0/+3 | |
SC_KSPROTECTED on dead monsters | |||||
2020-03-08 | Change the name of all functions which got their return-value meaning changed | skyleo | 1 | -3/+3 | |
2020-03-08 | Change returning error-code in unit->walktoxy to obey code-style guidelines | skyleo | 1 | -3/+3 | |
2020-02-09 | Merge pull request #2622 from Kenpachi2k13/mob_viewdata_fix | Haru | 1 | -0/+4 | |
Make mob DB field ViewData->HairStyleId defaulting to 1 instead of 0. | |||||
2020-02-09 | Added an initial dmg_taken_rate value to clone spawns. | Kenpachi Developer | 1 | -0/+1 | |
Mobs, spawned by mob_clone_spawn() function were invulnerable, because their dmg_taken_rate was never set and thus became 0. Now, dmg_taken_rate will be set 100 to remove that invulnerability. | |||||
2020-02-09 | Applied code style and added some minor code improvements to src/map/mob.c. | Kenpachi Developer | 1 | -337/+472 | |
2020-02-09 | Applied code style and some minor improvements. | Kenpachi Developer | 1 | -19/+25 | |
* Added new message 1517 (Script could not be unloaded.) * Applied code style to several functions I touched. * Added some minor improments to the function where I applied code style. | |||||
2020-02-09 | Change unload NPC behavior to kill mobs that were spawned by unloaded NPC ↵ | Kenpachi Developer | 1 | -10/+11 | |
(non-permanent monster spawns) [Issue #2530] Mobs spawned by NPC will be removed on @reloadnpc, @unloadnpc, and @unloadnpcfile. Additionally OnNPCUnload NPC label was added, to revert other changes made by NPC. For example set/removed mapflags or added mob drops. | |||||
2020-02-01 | Make mob DB field ViewData->HairStyleId defaulting to 1 instead of 0. | Kenpachi Developer | 1 | -0/+4 | |
2020-01-13 | Update copyright headers for year 2020 | Haru | 1 | -2/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-12-15 | Merge pull request #2572 from Asheraf/mobviewdatadb | Haru | 1 | -38/+74 | |
Add support for overriding default view data in mob database | |||||
2019-11-17 | Merge pull request #2567 from MishimaHaruna/steal-fixes | Haru | 1 | -0/+8 | |
Fix some issues in the Steal skill | |||||
2019-11-03 | Fix unintended nullpo errors | skyleo | 1 | -7/+6 | |
Follow up to 6608308 | |||||
2019-10-30 | Drop the usage of mob_avail | Asheraf | 1 | -38/+7 | |
2019-10-30 | Add support for overriding default view data in mob database | Asheraf | 1 | -0/+67 | |
2019-10-22 | Fix Steal not showing HP bar right away but only when the target ↵ | Haru | 1 | -0/+8 | |
leaves/enters sight range Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-10-20 | Merge pull request #2550 from skyleo/cliff_aggro_ranged_no_attack_fix | Haru | 1 | -7/+9 | |
Fix aggressive ranged mobs not attacking from above a cliff | |||||
2019-10-20 | Merge pull request #2547 from guilherme-gm/201910-dehardcode-db | Haru | 1 | -3/+1 | |
Dehardcode DB files path | |||||
2019-10-19 | Merge pull request #2561 from skyleo/slave_anklesnare_fix | Haru | 1 | -36/+64 | |
Make slave mobs react to master's chase target | |||||
2019-10-18 | Remove trailing whitespace | skyleo | 1 | -15/+15 | |
2019-10-18 | Make slave mobs react to master's chase target | skyleo | 1 | -21/+49 | |
This fixes slaves not chasing after master's chase target, when master was immobilized by an Ankle Snare for example midway. | |||||
2019-10-05 | Dehardcodes db files base path so the db folder can be easily moved | Guilherme Menaldo | 1 | -3/+1 | |
2019-10-05 | Fix aggressive ranged mobs not attacking from above a cliff | skyleo | 1 | -7/+9 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-10-02 | Moved hardcoded messages from source to messages.conf | Dastgir | 1 | -2/+2 | |
Fixes #1282 | |||||
2019-08-26 | Prevent players from getting stuck when an MVP respawns while talking to its ↵ | Haru | 1 | -0/+8 | |
tombstone Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-07-30 | Fix missing file path in console. | Emistry Haoyan | 1 | -3/+3 | |
- show file path | |||||
2019-07-28 | Merge pull request #2510 from Emistry/mobdb_dmg_taken_rate | Haru | 1 | -0/+7 | |
Update mob_db - DamageTakenRate field | |||||
2019-07-28 | Merge pull request #2505 from Emistry/autoloot_adjust | Haru | 1 | -1/+1 | |
Added battle config autoloot_adjust | |||||
2019-07-24 | Update mob_db - DamageTakenRate field | Emistry Haoyan | 1 | -0/+7 | |
- adjust the damage taken by monster. (default = `100 = 1x`) - ref: https://github.com/idathena/trunk/commit/e267d2e2dada6196b479a6f2f35e9d25291ef22b |