* Initial release of dimensional travel quest (access to flame bassin) (#2775)

* * Initial release of dimensional travel quest (access to flame bassin)

* Include misc npcs related to ep14.3

* Implementation of NPC_DEATHSUMMON - summon monsters at the location of master grave.

Thanks @ecdarreola, @rye305 for testing
Thanks to https://www.divine-pride.net/ !
This commit is contained in:
Atemo
2018-02-20 23:11:56 +01:00
committed by GitHub
parent 0e23f3fec0
commit 6e0187bc2b
9 changed files with 1327 additions and 10 deletions

View File

@@ -8201,6 +8201,7 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, ui
case NPC_SUMMONSLAVE:
case NPC_SUMMONMONSTER:
case NPC_DEATHSUMMON:
if(md && md->skill_idx >= 0)
mob_summonslave(md,md->db->skill[md->skill_idx].val,skill_lv,skill_id);
break;