* 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:
@@ -3390,7 +3390,7 @@ int mob_summonslave(struct mob_data *md2,int *value,int amount,uint16 skill_id)
|
||||
if (mobdb_checkid(data.id) == 0)
|
||||
continue;
|
||||
|
||||
if (map_search_freecell(&md2->bl, 0, &x, &y, MOB_SLAVEDISTANCE, MOB_SLAVEDISTANCE, 0)) {
|
||||
if (skill_id != NPC_DEATHSUMMON && map_search_freecell(&md2->bl, 0, &x, &y, MOB_SLAVEDISTANCE, MOB_SLAVEDISTANCE, 0)) {
|
||||
data.x = x;
|
||||
data.y = y;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user