mushko
09-05-2019, 02:58 AM
Hi all,
I'm trying to remove the level 52 banishment on mobs like Nagafen and Vox. Based on old posts here, it looks like there used to be a column "banish" in the npc_types table. Now it seems to be replaced with the "special_abilities" column.
For reference, here are the special_abilities for Nagafen and Vox:
+--------------+----------------------------------------------+---------------+
| name | special_abilities | npc_spells_id |
+--------------+----------------------------------------------+---------------+
| Lady_Vox | 1,1^10,1^13,1^14,1^15,1^17,1^23,1^26,1^37,10 | 141 |
| Lord_Nagafen | 1,1^10,1^13,1^14,1^15,1^17,1^21,1^23,1^26,1^37,10 | 25 |
If I want to remove the banishment, does that mean I need to remove one of these special_abilities? Is there a good reference for this somewhere? My best guess is 1^37 is the banishment, but I'm not sure...
Do I have this correct, or am I mistaken?
Thanks!
I'm trying to remove the level 52 banishment on mobs like Nagafen and Vox. Based on old posts here, it looks like there used to be a column "banish" in the npc_types table. Now it seems to be replaced with the "special_abilities" column.
For reference, here are the special_abilities for Nagafen and Vox:
+--------------+----------------------------------------------+---------------+
| name | special_abilities | npc_spells_id |
+--------------+----------------------------------------------+---------------+
| Lady_Vox | 1,1^10,1^13,1^14,1^15,1^17,1^23,1^26,1^37,10 | 141 |
| Lord_Nagafen | 1,1^10,1^13,1^14,1^15,1^17,1^21,1^23,1^26,1^37,10 | 25 |
If I want to remove the banishment, does that mean I need to remove one of these special_abilities? Is there a good reference for this somewhere? My best guess is 1^37 is the banishment, but I'm not sure...
Do I have this correct, or am I mistaken?
Thanks!