Closed mwest152 closed 7 years ago
I checked the method common-travel::retreat
and it does not check ignored_npcs
Whats a good solution? Check for ignored npcs? Or maybe distinguish combat vs noncombat rituals
You will never cast RtR in combat, so thats a plus for distinguishing noncombat vs combat rituals. I'm sure theres other spells that fall into this case
edit: Destiny Cipher is another
Sounds like ignored_npcs is the easy universal fix, unless there is a good reason to adjust them all.
Fixed by #1976: acf5a30d5fc9a05d06192dfa11e4c614988a30a2
Someone did some detective work and found the check is in buff.lic I think 'return if DRRoom.npcs.empty
Not sure if it checks the ignored_npc: list or not. I tried adding the NPCs to that list and it didnt seem to work.
Specifically with RTR, if you stand while its up it falls off. So retreating because of NPCs causes you to stand and try to retreat.
Happens with all rituals around NPCs as far as I can tell, but this one specifically you can't use while standing.
LOG BELOW: